0
Drupal 6 용보기 모듈을 설치하고 페이지 표시가있는보기를 만들려고했으나 저장하거나 미리 볼 수 없습니다. 내가 볼 수있는 것은 다음과 같은 경고입니다.보기를 만들 수 없습니다.
strict warning: Declaration of views_plugin_style_default::options() should be compatible with views_object::options() in C:\My\Site\Path\test6\sites\all\modules\views\plugins\views_plugin_style_default.inc on line 13.
strict warning: Declaration of views_plugin_row::options_validate() should be compatible with views_plugin::options_validate(&$form, &$form_state) in C:\My\Site\Path\test6\sites\all\modules\views\plugins\views_plugin_row.inc on line 24.
strict warning: Declaration of views_plugin_row::options_submit() should be compatible with views_plugin::options_submit(&$form, &$form_state) in C:\My\Site\Path\test6\sites\all\modules\views\plugins\views_plugin_row.inc on line 24.
strict warning: Declaration of views_handler_filter::options_validate() should be compatible with views_handler::options_validate($form, &$form_state) in C:\My\Site\Path\test6\sites\all\modules\views\handlers\views_handler_filter.inc on line 26.
strict warning: Declaration of views_handler_filter::options_submit() should be compatible with views_handler::options_submit($form, &$form_state) in C:\My\Site\Path\test6\sites\all\modules\views\handlers\views_handler_filter.inc on line 26.
strict warning: Declaration of views_handler_filter_term_node_tid::value_validate() should be compatible with views_handler_filter::value_validate($form, &$form_state) in C:\My\Site\Path\test6\sites\all\modules\views\modules\taxonomy\views_handler_filter_term_node_tid.inc on line 6.
html 페이지 헤더 태그에서 발견했습니다 :''그리고 jquery 버전 1.2.6이 있습니다. –