每个 drupal 页面顶部的错误?
Error on the top of every drupal page?
我用 drupal 6.34 创建了一个网站。
当我浏览我的 drupal 6.34 网站时,我在 page.I 搜索了 drupal 但无法弄清楚它的设置在哪里。我想知道我是否应该更改错误框架中提到的代码?
它是什么以及如何在 drupal 6.34 中将其关闭。
strict warning: Non-static method view::load() should not be called statically in /home/b15040be/public_html/sites/all/modules/views/views.module on line 903.
严格警告:views_handler_field::query() 的声明应与第 726 行 /home/b15040be/public_html/sites/all/modules/views/handlers/views_handler_field.inc 中的 views_handler::query($group_by = false) 兼容。
严格警告:views_handler_filter::options_validate() 的声明应与第 517 行 /home/b15040be/public_html/sites/all/modules/views/handlers/views_handler_filter.inc 中的 views_handler::options_validate($form, &$form_state) 兼容。
严格警告:views_handler_filter::query() 的声明应与第 517 行 /home/b15040be/public_html/sites/all/modules/views/handlers/views_handler_filter.inc 中的 views_handler::query($group_by = false) 兼容。
严格警告:views_plugin_query::init() 的声明应与第 139 行 /home/b15040be/public_html/sites/all/modules/views/plugins/views_plugin_query.inc 中的 views_plugin::init(&$view, &$display) 兼容。
严格警告:views_plugin_row::options_validate() 的声明应与第 137 行 /home/b15040be/public_html/sites/all/modules/views/plugins/views_plugin_row.inc 中的 views_plugin::options_validate(&$form, &$form_state) 兼容。
您的 php.ini/.htaccess/settings.php 中始终可以关闭严格警告,所以这不是问题
http://drupal.org/node/465332#comment-1600034 解释了我们无法修复它的一些原因。
我用 drupal 6.34 创建了一个网站。
当我浏览我的 drupal 6.34 网站时,我在 page.I 搜索了 drupal 但无法弄清楚它的设置在哪里。我想知道我是否应该更改错误框架中提到的代码? 它是什么以及如何在 drupal 6.34 中将其关闭。
strict warning: Non-static method view::load() should not be called statically in /home/b15040be/public_html/sites/all/modules/views/views.module on line 903.
严格警告:views_handler_field::query() 的声明应与第 726 行 /home/b15040be/public_html/sites/all/modules/views/handlers/views_handler_field.inc 中的 views_handler::query($group_by = false) 兼容。 严格警告:views_handler_filter::options_validate() 的声明应与第 517 行 /home/b15040be/public_html/sites/all/modules/views/handlers/views_handler_filter.inc 中的 views_handler::options_validate($form, &$form_state) 兼容。 严格警告:views_handler_filter::query() 的声明应与第 517 行 /home/b15040be/public_html/sites/all/modules/views/handlers/views_handler_filter.inc 中的 views_handler::query($group_by = false) 兼容。 严格警告:views_plugin_query::init() 的声明应与第 139 行 /home/b15040be/public_html/sites/all/modules/views/plugins/views_plugin_query.inc 中的 views_plugin::init(&$view, &$display) 兼容。 严格警告:views_plugin_row::options_validate() 的声明应与第 137 行 /home/b15040be/public_html/sites/all/modules/views/plugins/views_plugin_row.inc 中的 views_plugin::options_validate(&$form, &$form_state) 兼容。
您的 php.ini/.htaccess/settings.php 中始终可以关闭严格警告,所以这不是问题
http://drupal.org/node/465332#comment-1600034 解释了我们无法修复它的一些原因。