If there is an error in Feng Office you typically get a blank screen. Before asking the community for help please make sure that you have activated debugging mode which usually will provide a detailed error message, either on screen or in the log file (cache/log.php
).
WARNING: The debugging mode can reveal information about your Feng Office installation that is for your eyes only, so it should be switched off whenever possible.
To turn debugging on you have to change the DEBUG
constant in the file config/config.php
from
define('DEBUG', false);
to
define('DEBUG', true);
Discussion
PLEASE NOTE: Comments to the wiki should only contain suggestions and questions that help us to improve the manual (and not the software). These comments will be deleted as soon as the information has been integrated into the manual.
Posts that do not contribute to the DOCUMENTATION of the project will be DELETED.
Ask QUESTIONS on the product here.
Report BUGS here.
Propose NEW FEATURES here.