Posts: 3
Threads: 1
Joined: Oct 2017
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?
Posts: 538
Threads: 12
Joined: May 2013
Code:
php-xml and php-simplexml
need to be installed
Posts: 3
Threads: 1
Joined: Oct 2017
That did the trick. Shoud be mentioned explicitly somewhere. Thank you very much!
Posts: 3,491
Threads: 106
Joined: Mar 2010
Posts: 6,266
Threads: 181
Joined: Sep 2011
Install checks for these ans health check should also
Posts: 3
Threads: 1
Joined: Oct 2017
(2017-10-03, 02:40:13)Carlos Wrote: http://get-simple.info/wiki/installation...ed_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.
Posts: 6,266
Threads: 181
Joined: Sep 2011
Its also in the readme in the root directory...
Posts: 1,247
Threads: 82
Joined: Feb 2011
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.