Skip to content
Grav 2.0 is officially stable. Read the announcement →
General

VarCloner.php spitting error trying to login to admin page after login

admin

Started by ryan pao 8 years ago · 2 replies · 742 views
8 years ago

HI team, please help me tackle this problem.

while trying to login to admin pages, and after the authentication CRIKEY screen with

PHP
Uncaught exception 'Whoops\Exception\ErrorException' with message 'Undefined index: �ูล Exif ที่แก้ไขโดยอัตโนมัติ'   
in /var/www/html/staff/vendor/symfony/var-dumper/Cloner/VarCloner.php:89   
Stack trace: #0 [internal function]: Whoops\Run->handleError(8, 'Undefined index...', '/var/www/html/s...', 89)   
#1 /var/www/html/staff/system/src/Grav/Common/Debugger.php(314): call_user_func(Array, 8, 'Undefined index...', '/var/www/html/s...', 89)   
#2 [internal function]: Grav\Common\Debugger->deprecatedErrorHandler(8, 'Undefined index...', '/var/www/html/s...', 89, Array)   
#3 /var/www/html/staff/vendor/symfony/var-dumper/Cloner/AbstractCloner.php(223): call_user_func(Array, 8, 'Undefined index...', '/var/www/html/s...', 89, Array)   
#4 /var/www/html/staff/vendor/symfony/var-dumper/Cloner/VarCloner.php(89): Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure}(8, 'Undefined index...', '/var/www/html/s...', 89, Array)   
#5 /var/www/html/staff/ve  

any ideas how to fix this?

8 years ago

The funny thing is when I

TXT
service httpd restart

I'm always able to login without crash.

8 years ago

This may be caused by

zend_mm_heap corrupted

solution:

BASH
php.ini -> add or set  opcache.enable=0;
service httpd restart

Suggested topics

Topic Participants Replies Views Activity
General · by jean-louis67, 3 days ago
2 79 2 days ago
General · by Andy Miller, 6 days ago
0 144 6 days ago
General · by Veehem, 1 week ago
0 144 1 week ago
General · by milkboy, 1 week ago
0 138 1 week ago
General · by ian russell, 2 weeks ago
2 225 2 weeks ago