problems with both zm 9.14 and 9.15

Support and queries relating to all previous versions of ZoneMinder
Locked
johnmiles79
Posts: 17
Joined: Wed Aug 06, 2003 8:25 pm

problems with both zm 9.14 and 9.15

Post by johnmiles79 »

I gave up on 9.14 and decided to use 9.15 to upgrade my 9.12 install, I receive this message


# perl zmconfig.pl
Loading config from 'zmconfig.txt'
Loading config from DB
DBD::mysql::st execute failed: Table 'zm.Config' doesn't exist at zmconfig.pl line 1317.
Can't execute: Table 'zm.Config' doesn't exist at zmconfig.pl line 1317.

any ideas? thanks
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Re: problems with both zm 9.14 and 9.15

Post by zoneminder »

Hi John,

Did you remember to run all the database upgrade scripts between .12 and .15?

Phil,
johnmiles79
Posts: 17
Joined: Wed Aug 06, 2003 8:25 pm

Re: problems with both zm 9.14 and 9.15

Post by johnmiles79 »

just do something like this in the db directory where you untar'd your files:

say you are running zoneminder 0.9.11, then run the following to use zoneminder 0.9.15

mysql your_zoneminder_database < zmalter-0.9.12
mysql your_zoneminder_database < zmalter-0.9.13
johnmiles79
Posts: 17
Joined: Wed Aug 06, 2003 8:25 pm

Re: problems with both zm 9.14 and 9.15

Post by johnmiles79 »

just do something like this in the db directory where you untar'd your files:

say you are running zoneminder 0.9.11, then run the following to use zoneminder 0.9.15

mysql your_zoneminder_database < zmalter-0.9.12
mysql your_zoneminder_database < zmalter-0.9.13
Locked