Faq
From ReOS Documentation Wiki
After ReOS installation, error reporting is disabled, that's why you do not get any error message.
First step for troubleshooting is to enable error reporting as following:
Open file /tpl/config.php
Change line :
error_reporting(0);
by line :
error_reporting(E_ALL);
That's all folks !
