All our log files are in E:\PacsOne\Log\BooneAE. The regkey LogDirectory points to E:\PacsOne\log. But if I go to Today's Log in PacsOne, then I get:
Log files: "BooneAE/PacsOne-Tuesday.log" does not exist!
The log is clearly there. Not an urgent issue, but a pain none the less.
Missing Log File?
Looks like the logdir column in the system configuration table (config) was not setup properly.
Is this server a fresh 5.1.4 install, or it was upgraded from an earlier version? This seems like a bug in the Installer during the upgrade where it was not updating the system configuration table properly.
For now, you can work around this issue by logging into the PacsOne Server from a local command shell as Administrator (root), then issue then following query from the MySQL shell:
where $dir is the full path to the log/ sub-folder where PacsOne is installed.
Is this server a fresh 5.1.4 install, or it was upgraded from an earlier version? This seems like a bug in the Installer during the upgrade where it was not updating the system configuration table properly.
For now, you can work around this issue by logging into the PacsOne Server from a local command shell as Administrator (root), then issue then following query from the MySQL shell:
Code: Select all
mysql>update config set logdir="$dir";