GetSimple Support Forum
PROBLEM Blank page while calling admin page - 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: PROBLEM Blank page while calling admin page (/showthread.php?tid=10002)



Blank page while calling admin page - Drako - 2017-10-02

I installed Apache and PHP on a Raspberry Pi and moved the recently downloaded GetSimple directory to /var/www/html. But when I try to open "<ip-to-my-rpi>/admin" within the browser I get a blank page. The apache logfile says:


Quote:PHP Fatal error:  Class 'SimpleXMLElement' not found in /var/www/html/admin/inc/basic.php on line 214


But the mentioned class exists. What can I do to geht GS work?


RE: Blank page while calling admin page - Bigin - 2017-10-02

Code:
php-xml and php-simplexml
need to be installed


RE: Blank page while calling admin page - Drako - 2017-10-03

That did the trick. Shoud be mentioned explicitly somewhere. Thank you very much!


RE: Blank page while calling admin page - Carlos - 2017-10-03

http://get-simple.info/wiki/installation:requirements#apache_phprequired_modules


RE: Blank page while calling admin page - shawn_a - 2017-10-03

Install checks for these ans health check should also


RE: Blank page while calling admin page - Drako - 2017-10-03

(2017-10-03, 02:40:13)Carlos Wrote: http://get-simple.info/wiki/installation:requirements#apache_phprequired_modules

Saw this already. Should be marked with red, maybe. Didn't really recognize it. Or I did, but didn't know it is not already installed. It should also be mentioned how to recognize which modules are installed.


RE: Blank page while calling admin page - shawn_a - 2017-10-03

Its also in the readme in the root directory...


RE: Blank page while calling admin page - datiswous - 2017-10-03

Maybe the "Wiki" link in the top menu should be changed into "Documentation", or "Docs". I read so many posts where it's clear the OP would have found it's solution quickly would they used the wiki.

Strictly speaking a wiki is not about documentation per se.