简体   繁体   中英

Error when installing modules drupal6.2

i am very new to drupal ,when i was tring to install the modules i am facing these errors.can any one suggest how to deal with this?

strict warning: Non-static method view::load() should not be called statically in      C:\xampp\htdocs\drupal\sites\all\modules\views\views.module on line 879.  
strict warning: Declaration of views_handler_filter::options_validate() should be compatible with views_handler::options_validate($form, &$form_state) in     C:\xampp\htdocs\drupal\sites\all\modules\views\handlers\views_handler_filter.inc on line 589.  
strict warning: Declaration of views_handler_filter::options_submit() should be compatible with views_handler::options_submit($form, &$form_state) in C:\xampp\htdocs\drupal\sites\all\modules\views\handlers\views_handler_filter.inc on line 589.
strict warning: Declaration of views_handler_filter_boolean_operator::value_validate() should be compatible with views_handler_filter::value_validate($form, &$form_state) in C:\xampp\htdocs\drupal\sites\all\modules\views\handlers\views_handler_filter_boolean_operator.inc on line 149.
strict warning: Declaration of views_plugin_row::options_validate() should be compatible with views_plugin::options_validate(&$form, &$form_state) in C:\xampp\htdocs\drupal\sites\all\modules\views\plugins\views_plugin_row.inc on line 135.
strict warning: Declaration of views_plugin_row::options_submit() should be compatible with views_plugin::options_submit(&$form, &$form_state) in C:\xampp\htdocs\drupal\sites\all\modules\views\plugins\views_plugin_row.inc on line 135.
strict warning: Non-static method view::load() should not be called statically in C:\xampp\htdocs\drupal\sites\all\modules\views\views.module on line 879.

Your problem is that you are trying to run Drupal 6.2 on PHP 5.4. For Drupal 6 the recommended version of PHP is 5.2. Anything above that there is no guarantee that there would not be errors but it might run without errors in 5.3 based on modules you have set up on your site.

See https://drupal.org/requirements

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM