If you're having trouble, and something's not working as it should, you might have to send me an error report, or get some basics of what's going on.
Enable Error Logging
First thing to do is:
Open core/local.config.php, and find this line:
Config::Set('DEBUG_MODE', false);
Change it to:
Config::Set('DEBUG_MODE', true);
(So it reads true).
Next, make sure the logs are writable. The folder and files within the /core/logs folder. Go about doing whatever you were doing, if there are database errors, they will show up here (mainly in log.txt). There are also log files for the various ACARS apps - this writes out to here to see what the ACARS are reporting.
Check your install
For this, you'll have to re-upload your install folder. Run:
install/checkdb.php
install/checkinstall.php
And post the output from those two into the thread. They check the database for any errors/missing fields, and also check the files on disk for any corruption/minimum requirements for phpVMS.
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.