Error updating to 3.0.1.9 - mtalog table

Report bugs and workarounds
Post Reply
neodg
Posts: 7
Joined: 28 Mar 2016 08:03

Error updating to 3.0.1.9 - mtalog table

Post by neodg »

My update went throug, but i see the following:
- Add token field to `maillog` table................................. OK
- Check for missing tokens in `maillog` table........................ DONE
3310 token generated
- Add mtalog_id field and primary key to `mtalog` table..............PHP Fatal error: Uncaught exception 'mysqli_sql_exception' with message 'Table 'mtalog' is marked as crashed and should be repaired' in /usr/src/EFA/1.2.0-develop/upgrade.php:82
Stack trace:
#0 /usr/src/EFA/1.2.0-develop/upgrade.php(82): mysqli->query('ALTER TABLE `mt...')
#1 /usr/src/EFA/1.2.0-develop/upgrade.php(504): executeQuery('ALTER TABLE `mt...')
#2 {main}
thrown in /usr/src/EFA/1.2.0-develop/upgrade.php on line 82
Downloading file, please wait...
GeoIP IPv4 data file successfully downloaded
User avatar
shawniverson
Posts: 3649
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Error updating to 3.0.1.9 - mtalog table

Post by shawniverson »

You need to repair your database :) You can do that in EFA-Configure under mysql recovery
User avatar
shawniverson
Posts: 3649
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Error updating to 3.0.1.9 - mtalog table

Post by shawniverson »

You will also need to run this again.

Code: Select all

wget https://raw.githubusercontent.com/mailwatch/1.2.0/develop/upgrade.php
sudo /usr/bin/php ./upgrade.php
Post Reply