Jump to content

Error Simplexmlelement


Recommended Posts

Hello to all,
I need help, I installed version 1.6.1.2 which was updated to version 1.6.1.3 from that moment I have a lot of problems of slowness is out with the following error:
[code]

[01-Dec-2015 09:58:20 Europe/Rome] PHP Catchable fatal error: Argument 1 passed to AdminInformationControllerCore::getListOfUpdatedFiles() must be an instance of SimpleXMLElement, null given, called in /home2/--------/public_html/controllers/admin/AdminInformationController.php on line 174 and defined in /home2/--------/public_html/controllers/admin/AdminInformationController.php on line 178

[/ code]

 

Some idea?

Thank you all

Link to comment
Share on other sites

Hello to all,

I need help, I installed version 1.6.1.2 which was updated to version 1.6.1.3 from that moment I have a lot of problems of slowness is out with the following error:

[code]

[01-Dec-2015 09:58:20 Europe/Rome] PHP Catchable fatal error: Argument 1 passed to AdminInformationControllerCore::getListOfUpdatedFiles() must be an instance of SimpleXMLElement, null given, called in /home2/--------/public_html/controllers/admin/AdminInformationController.php on line 174 and defined in /home2/--------/public_html/controllers/admin/AdminInformationController.php on line 178

[/ code]

 

Some idea?

 

Thank you all

You would only receive this error when you visit the Configuration Information page in the back office.  That should be pretty easy to avoid

Link to comment
Share on other sites

  • 3 weeks later...
  • 7 months later...

we had the same issue on PS 1.6.16 and I just discovered that when I enable dev mode in 

defines.inc.php like this:

 

define('_PS_MODE_DEV_', true);

 

then the list of changed files works again in admin Configuration Information.

hope this helps.

Link to comment
Share on other sites

Actually that is not possible considering the list of files is never provided by Prestashop.  its still a bug that they have not addressed

 

This is the URL that is supposed to contain the list of files and their md5 hash

http://api.prestashop.com/xml/md5/1.6.1.6.xml

 

You can compare that to the previous version to see what is supposed to be provided

http://api.prestashop.com/xml/md5/1.6.1.5.xml

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...