We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9776f9e commit 94b3765Copy full SHA for 94b3765
path.inc.php
@@ -100,6 +100,7 @@
100
} catch (Exception $e) {
101
echo 'LOGGER ERROR: '.$e->getMessage().'<br><br>';
102
echo 'Tips:<br>';
103
+ echo ' - Check CodevTT configuration file "config.ini"<br>';
104
echo ' - Check logger configuration file "log4php.xml"<br>';
105
echo ' - Check that user <b>'.exec('whoami').'</b> has write access to the log directory.<br>';
106
exit;
0 commit comments