The ZM URL listing has been changed to ZM_WEB_TITLE_PREFIX - login. Previously, it was just listed as login with the URL path listed below it.
I tried logging in the with the default admin\admin which allows me to continue but a "Not Found" message appears. It states that the requested URL /undefined was not found on this server.
The URL is listed as xxxxxxx.xxxxx.xxxx:8080/undefined.
Any assistance would be greatly appreciated in order to get my ZM back up and running.
***EDIT***
It appears that my mySql Config table is completely empty after the power outage. So, I tried to stop ZM and manually recreate the Config table but I got the following message
So, my question is how do I stop the ZM service and what is the best way to repopulate the Config table?Stopping ZoneMinder: Bareword "ZM_PATH_LOGS" not allowed while "strict subs" in use at /opt/zm/share/perl/5.12.4/ZoneMinder/Logger.pm line 153.
BEGIN not safe after errors--compilation aborted at /opt/zm/share/perl/5.12.4/ZoneMinder/Logger.pm line 168.
Compilation failed in require at /opt/zm/share/perl/5.12.4/ZoneMinder.pm line 34.
BEGIN failed--compilation aborted at /opt/zm/share/perl/5.12.4/ZoneMinder.pm line 34.
Compilation failed in require at /opt/zm/bin/zmpkg.pl line 37.
BEGIN failed--compilation aborted at /opt/zm/bin/zmpkg.pl line 37.
failure
*** SECOND EDIT ***
Problem has been resolved by recreating and repopulating the Config table. I had to move the zm service to a backup folder in /etc/init.d folder in order to stop zm on boot up and then move it back to init.d after I fixed the mySQL problem.
*** THIRD EDIT ***
Fixing the Config table also resolved my problem with stopping ZM. I now have absolutely no problems stopping/starting ZM from the command line.