Jump to content

EX2 Something went wrong. Please try again.


zippo3

Recommended Posts

Спойлер

<?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}
------------------------------------------------------------------------

 

В чём ошибка?

Link to comment
Share on other sites

Читайте сверху вниз, обычно на первых двух. 

Как видите:

ссылка где произошла ошибка

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

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...