|
Hi,
I have uploaded magento, now going on try 10, I have followed the instructions to a T. Even tried uploading the .zip and .gz just incase. I have my data base created and I have modified the permissions on thee directories.
My server (provided by globat.com) runs on php 4, the have provided me with a simple redirect to php 5: Inserting the following into the header of the .htacess file…
AddHandler application/x-httpd-php .php .php5
With or with out that line I get the following message…
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred and anything you might have done that may have caused the error.
If I clear the rest of the .htacess file except for the php5 line, the internal server error goes away but then I’m greeted with the following…
Fatal error: Call to undefined function simplexml_load_string() in /usr/local/psa/home/vhosts/brianmwebster.com/httpdocs/store/magento4/lib/Varien/Simplexml/Config.php on line 494
I’ve tried and read everything and can’t find a solution. Ready to give up.
Anyone experienced this or worked through it.
|