GetSimple Support Forum
Same Provider but I can't install... - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: Same Provider but I can't install... (/showthread.php?tid=134)



Same Provider but I can't install... - drunkenmoe - 2009-09-08

Hallo,

first, I'm sorry for my english Smile

My problem is, that I have buy a webspace for a client at the same provider as my webspace is. On my webspace I can install GetSimple on the Client one not. The first time I had a blank screen. Then I've read that I have to delete in admin/inc/functions.php the line 42 an the following. Now I get the error message that there is not installed SimpleXML, but it is.

PHP Version 5.2.0-8+etch15 is installed an mod_rewrite is enabled.

The phpinfo() is attached as a PDF...

Could enyone help me?

Thank's a lot
drunkenmoe


Same Provider but I can't install... - drunkenmoe - 2009-09-09

ok I found the problem (I think). In install.php I had to change in line 44
Code:
if (! phpversion('SimpleXML')) {
to
Code:
if (! phpversion('simplexml')) {
maybe it could be better if GS test evry way of spelling (SimpleXML; Simplexml and simplexml)...

bye
drunkenmoe


Same Provider but I can't install... - ccagle8 - 2009-09-09

Thanks! I never thought of that. So it seems to be working for you now?