Поддержка → Проблемы и решения → кошмар на сайте
кошмар на сайте
-
всем привет
кликнете на сайт, посмотрите в каком он виде, все сбилось… что делать?
-
Strict Standards: Declaration of Radium_Walker::start_lvl() should be compatible with Walker::start_lvl(&$output, $depth = 0, $args = Array) in /home/genesism/public_html/wp-content/themes/genesis/includes/functions/navigation/main-menu/menu-init.php on line 161 Strict Standards: Declaration of Radium_Walker::end_lvl() should be compatible with Walker::end_lvl(&$output, $depth = 0, $args = Array) in /home/genesism/public_html/wp-content/themes/genesis/includes/functions/navigation/main-menu/menu-init.php on line 161 Strict Standards: Declaration of Radium_Walker::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in /home/genesism/public_html/wp-content/themes/genesis/includes/functions/navigation/main-menu/menu-init.php on line 161 Strict Standards: Declaration of Radium_Walker::end_el() should be compatible with Walker::end_el(&$output, $object, $depth = 0, $args = Array) in /home/genesism/public_html/wp-content/themes/genesis/includes/functions/navigation/main-menu/menu-init.php on line 161
Нужно перевести PHP в менее строгий режим сообщения об ошибках и отключить их вывод на экран.
Убедитесь, что константа
WP_DEBUG
в файлеwp-config.php
имеет значениеfalse
. Если это не поможет, попробуйте добавить рядом строку:ini_set( 'display_errors', 0 );
Strict Standards: Declaration of Radium_Walker::start_lvl() should be compatible with Walker::start_lvl(&$output, $depth = 0, $args = Array) in /home/genesism/public_html/wp-content/themes/genesis/includes/functions/navigation/main-menu/menu-init.php on line 161
Strict Standards: Declaration of Radium_Walker::end_lvl() should be compatible with Walker::end_lvl(&$output, $depth = 0, $args = Array) in /home/genesism/public_html/wp-content/themes/genesis/includes/functions/navigation/main-menu/menu-init.php on line 161
Strict Standards: Declaration of Radium_Walker::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in /home/genesism/public_html/wp-content/themes/genesis/includes/functions/navigation/main-menu/menu-init.php on line 161
Strict Standards: Declaration of Radium_Walker::end_el() should be compatible with Walker::end_el(&$output, $object, $depth = 0, $args = Array) in /home/genesism/public_html/wp-content/themes/genesis/includes/functions/navigation/main-menu/menu-init.php on line 161
и много много раз пишется именно это, даже при попытке входа в админку
- Тема «кошмар на сайте» закрыта для новых ответов.