Not for official support
We do not provide technical support in this forum.
If you want to contact our customer support, please use our support form.

You are not logged in.

#1 2011-03-23 14:56

Tmy
Member

Website stopped working Fatal error: Call to undefined function: simpl

My Shop Script site stopped working. It is showing "Fatal error: Call to undefined function: simplexml_load_file()" in the home page and "Parse error: syntax error, unexpected T_OBJECT_OPERATOR " in the login page. I have no Idea how to correct this. Contacted godaddy and they said everything from their part is correct. No changes made in the code or settings. Any Idea please help.

Offline

 

#2 2011-03-24 03:31

rat
Administrator

Re: Website stopped working Fatal error: Call to undefined function: simpl

simplexml_load_file() is a standard PHP function provided by the SimpleXML extension. The error message means that that extension has been disabled for your web-hosting account; e.g.,http://www.webdeveloper.com/forum/showt … p?t=191658.


Be careful what you wish for — you might get it.

Offline

 

#3 2012-08-03 11:21

Minisuit
Member

Re: Website stopped working Fatal error: Call to undefined function: simpl

In the php.ini file

Code:

;extension=simplexml.so

need to be changed to

Code:

extension=simplexml.so

Last edited by rat (2012-08-20 03:58)

Offline

 

Board footer

Powered by PunBB