Forums / General / What am I missing?
Larry Stecker
Tuesday 12 July 2005 10:27:02 pm
I have installed a ECommerce site and when I try and create objects of different types I get the following error:
Fatal error: Cannot instantiate non-existent class: ezsimplifiedxmlinput in /usr/www/users/fonecard/burst/ez/kernel/classes/datatypes/ezxmltext/ezxmltext.php on line 160Fatal error: eZ publish did not finish its request
The execution of eZ publish was abruptly ended, the debug output is present below.
and there is no other output on the page.
The objects that result in the error are: Article Feedback Form File Folder Forum Gallery Image Link Person Product PollWeblog
Frederik Holljen
Tuesday 12 July 2005 11:21:44 pm
First check that the file it can't file actually exists. It probably does and then it sounds to me like it is either: 1. A problem with your accelarator. Try restarting it or2. A PHP reference problem. Try with another PHP version and see if it works.
Friday 15 July 2005 11:57:25 am
Thanks for your answer. 1. I checked and the file (/usr/www/users/fonecard/burst/ez/kernel/classes/datatypes/ezxmltext/ezxmlte xt.php) exists. 2. It is not real easy to change the version of PHP that is used on my host, which is pair.com. The version of PHP that is currently installed is 4.3.10 according to PHPINFO(). 3. The accelerator that is being used is Zend Scripting Language Engine:Zend Engine v1.3.0 again according to PHPINFO(). I am not sure that I can restart it, and I am not sure how to do that even if I can.
Larry