Jump to content

Edit History

DArnaez

DArnaez

Running 1-Click Upgrade module I did the upgrade from 1.7.11  to 8.2. The process finished without errors. I tried to logout to login but I can't access to the admin anymore. Now in Debug mode you can see the error. 

Symfony\Component\ErrorHandler\Error\
UndefinedMethodError


in modules/pkamp/classes/Amp.php (line 52)
 

 $confOrdered = [];

        // get module config from file

        if ($f = @fopen(\Pkamp::CONFIG_FILE, 'r')) {

            $json_config = fread($f, filesize(\Pkamp::CONFIG_FILE));

            if ($configObj = \Tools::jsonDecode($json_config)) {

                $fileConfig = (array)$configObj;

            }

        }

        // get module config from DB

 

_________________________________

Please any help will be very thankful... is ohmyicons.com

Thanks!

DArnaez

DArnaez

Running 1-Click Upgrade module I did the upgrade from 1.7.11  to 8.2. The process finished without errors. I tried to logout to login but I can't access to the admin anymore. Now in Debug mode you can see the error. 

Symfony\Component\ErrorHandler\Error\
UndefinedMethodError


in modules/pkamp/classes/Amp.php (line 52)
 

 $confOrdered = [];

        // get module config from file

        if ($f = @fopen(\Pkamp::CONFIG_FILE, 'r')) {

            $json_config = fread($f, filesize(\Pkamp::CONFIG_FILE));

            if ($configObj = \Tools::jsonDecode($json_config)) {

                $fileConfig = (array)$configObj;

            }

        }

        // get module config from DB

×
×
  • Create New...