Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error: SimpleXML is not installed
#1
I have used ftp to upload the files to the server. But when I go the web browser and point to http://mydomain.com/ I get "Error: SimpleXML is not installed", yet I still get the fields:

Website Name:

Website Base URL:

Our suggestion is: http://www.mydomain.com/

Username:

Email Address:

The web server runs on PHP 5.2.2.

I have .htaccess fille upload:

Options +Indexes
Options +FollowSymlinks

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [L]
Reply


Messages In This Thread
Error: SimpleXML is not installed - by hawlast - 2009-08-15, 21:19:29
Error: SimpleXML is not installed - by ccagle8 - 2009-08-15, 23:34:38
Error: SimpleXML is not installed - by hawlast - 2009-08-16, 20:28:39
Error: SimpleXML is not installed - by ccagle8 - 2009-08-17, 01:10:19
Error: SimpleXML is not installed - by Derek - 2009-08-17, 06:35:23
Error: SimpleXML is not installed - by hawlast - 2009-08-18, 01:43:42



Users browsing this thread: 1 Guest(s)