php - strict warning: Non-static method -


i getting errors on www.westerford.co.za on pages. these errors causing content hidden.

some of errors include...

strict warning: non-static method view::load() should not called statically in /path/sites/all/modules/views/views.module on line 906. strict warning: declaration of views_handler_filter::options_validate() should compatible views_handler::options_validate($form, &$form_state) in /path/sites/all/modules/views/handlers/views_handler_filter.inc on line 607. strict warning: declaration of views_handler_filter::options_submit() should compatible views_handler::options_submit($form, &$form_state) in /path/sites/all/modules/views/handlers/views_handler_filter.inc on line 607. strict warning: declaration of views_handler_filter_term_node_tid::value_validate() should compatible views_handler_filter::value_validate($form, &$form_state) in /path/sites/all/modules/views/modules/taxonomy/views_handler_filter_term_node_tid.inc on line 302. strict warning: declaration of views_plugin_row::options_validate() should compatible views_plugin::options_validate(&$form, &$form_state) in /path/sites/all/modules/views/plugins/views_plugin_row.inc on line 134. 

please go site , see errors. what might causing them?

thanks

i assume issue fixed answering anyway record. problem php version different 1 on views module developed on then. every time should check if there new version of views / ctools , if there patch on modules issue page fix problem. you're never 1 having such problems , it's highly possible issue solved.

btw: disabling warnings doesn't make problem go away :). an advanced developer checks error log - watchdog , handles issues.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -