Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Blank screen - But I think all prerequisites are met...
#1
Hi-

Blank page on installation of 3.0 on an apache server (old server for me, new server for GS)

I STF'd and discovered this post with the same issues:
http://get-simple.info/forum/topic/2227/...up-screen/


After enabling debug in /admin/install.php I get the following errors displayed:

Code:
Notice: Undefined variable: SITEURL in /var/www/html/GetSimple_3.0/admin/inc/common.php on line 144

Notice: Undefined variable: SITENAME in /var/www/html/GetSimple_3.0/admin/inc/common.php on line 146

Fatal error: Call to undefined function dom_import_simplexml() in /var/www/html/GetSimple_3.0/admin/inc/basic.php on line 162

mod rewrite is enabled and according to phpinfo I have:
PHP Version 5.2.17

SimpleXML
Simplexml support enabled
Revision $Revision: 299016 $
Schema support enabled

zip
Zip enabled
Extension Version $Id: php_zip.c 305848 2010-11-30 11:04:06Z pajoye $
Zip version 1.8.11
Libzip version 0.9.0

curl

cURL support enabled
cURL Information libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5

gd

GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.2.1
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XPM Support enabled
XBM Support enabled


It appears that I meet the installation requirements? Any suggestions?

-Rob A>
Reply
#2
RobA Wrote:Hi-

Blank page on installation of 3.0 on an apache server (old server for me, new server for GS)

I STF'd and discovered this post with the same issues:
http://get-simple.info/forum/topic/2227/...up-screen/


After enabling debug in /admin/install.php I get the following errors displayed:

Code:
Notice: Undefined variable: SITEURL in /var/www/html/GetSimple_3.0/admin/inc/common.php on line 144

Notice: Undefined variable: SITENAME in /var/www/html/GetSimple_3.0/admin/inc/common.php on line 146

Fatal error: Call to undefined function dom_import_simplexml() in /var/www/html/GetSimple_3.0/admin/inc/basic.php on line 162

What about DOM/XML, libxml support, which is needed for above function? It should look like this:
dom
DOM/XML enabled
DOM/XML API Version ...
libxml Version ...
...
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply
#3
mvlcek Wrote:What about DOM/XML, libxml support, which is needed for above function? It should look like this:
dom
DOM/XML enabled
DOM/XML API Version ...
libxml Version ...
...


Sorry to waste time, the issue was that php-xml was uninstalled when I yum upgraded php. I manually yum installed it and now all is working...

-Rob A>
Reply




Users browsing this thread: 1 Guest(s)