zippo3 Posted April 2, 2019 Share Posted April 2, 2019 Спойлер <?php exit; ?> Tue, 02 Apr 2019 21:23:15 +0000 (Severity: 2) 176.59.49.209 - https://neooncraft.ru/admin/?adsess=4d1fba5b05a2975ef88d06d6f0f18ba6& ErrorException 2: Invalid argument supplied for foreach() #0 /var/www/u0613342/data/www/neooncraft.ru/applications/core/modules/admin/overview/dashboard.php(155): IPS\IPS::errorHandler(2, 'Invalid argumen...', '/var/www/u06133...', 155, Array) #1 /var/www/u0613342/data/www/neooncraft.ru/system/Dispatcher/Controller.php(94): IPS\core\modules\admin\overview\_dashboard->manage() #2 /var/www/u0613342/data/www/neooncraft.ru/system/Dispatcher/Dispatcher.php(129): IPS\Dispatcher\_Controller->execute() #3 /var/www/u0613342/data/www/neooncraft.ru/admin/index.php(13): IPS\_Dispatcher->run() #4 {main} ------------------------------------------------------------------------ Tue, 02 Apr 2019 21:23:19 +0000 (Severity: 2) 176.59.49.209 - https://neooncraft.ru/admin/?adsess=4d1fba5b05a2975ef88d06d6f0f18ba6&app=core&module=overview&controller=dashboard ErrorException 2: Invalid argument supplied for foreach() #0 /var/www/u0613342/data/www/neooncraft.ru/applications/core/modules/admin/overview/dashboard.php(155): IPS\IPS::errorHandler(2, 'Invalid argumen...', '/var/www/u06133...', 155, Array) #1 /var/www/u0613342/data/www/neooncraft.ru/system/Dispatcher/Controller.php(94): IPS\core\modules\admin\overview\_dashboard->manage() #2 /var/www/u0613342/data/www/neooncraft.ru/system/Dispatcher/Dispatcher.php(129): IPS\Dispatcher\_Controller->execute() #3 /var/www/u0613342/data/www/neooncraft.ru/admin/index.php(13): IPS\_Dispatcher->run() #4 {main} ------------------------------------------------------------------------ В чём ошибка? Quote Link to comment Share on other sites More sharing options...
accop Posted April 2, 2019 Share Posted April 2, 2019 Читайте сверху вниз, обычно на первых двух. Как видите: ссылка где произошла ошибка https://neooncraft.ru/admin/?adsess=4d1fba5b05a2975ef88d06d6f0f18ba6&app=core&module=overview&controller=dashboard ErrorException далее видим 2: Invalid argument supplied for foreach() #0 /var/www/u0613342/data/www/neooncraft.ru/applications/core/modules/admin/overview/dashboard.php(155): IPS\IPS::errorHandler(2, 'Invalid argumen...', '/var/www/u06133...', 155, Array) Первая строка пропущен аргумент в цикле. далее цепочка не такая интересная для нас цепочка запуска этого куска кода, но обратите внимание на IPS\IPS::errorHandler, он нам подсказывает где точно произошла ошибка. static IPS\IPS::errorHandler ( $errno, $errstr, $errfile, $errline, $trace = NULL ) static Error Handler Parameters int $errno Error number string $errstr Error message string $errfile File int $errline Line array $trace Backtrace Returns void Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.