alessandrobozzo Good morning guys, I have a problem with the update db after deploying the last file from git. When updating from 1.4.5 to 1.4.6 it works, but the next process 1.4.6. to 1.4.7 don't work. Can you help me? Alessandr
wrongecho alessandrobozzo Hey @alessandrobozzo - What do your php error logs show when applying the update?
alessandrobozzo Thanks for your reply, paste below php error.Until today everyupdate was successful, I use itflow from 2022. AH01071: Got error 'PHP message: PHP Warning: Undefined array key "config_invoice_paid_notification_email" in /var/www/vhosts/vigorous-brattain.35-189-250-231.plesk.page/httpdocs/get_settings.php on line 49PHP message: PHP Fatal error: Uncaught mysqli_sql_exception: Table 'custom_links' already exists in /var/www/vhosts/vigorous-brattain.35-189-250-231.plesk.page/httpdocs/database_updates.php:2142\nStack trace:\n#0 /var/www/vhosts/vigorous-brattain.35-189-250-231.plesk.page/httpdocs/database_updates.php(2142): mysqli_query()\n#1 /var/www/vhosts/vigorous-brattain.35-189-250-231.plesk.page/httpdocs/post/admin_update.php(292): require_once('...')\n#2 /var/www/vhosts/vigorous-brattain.35-189-250-231.plesk.page/httpdocs/post.php(61): require_once('...')\n#3 {main}\n thrown in /var/www/vhosts/vigorous-brattain.35-189-250-231.plesk.page/httpdocs/database_updates.php on line 2142', referer: https://vigorous-brattain.35-189-250-231.plesk.page/admin_update.php
wrongecho alessandrobozzo Login to phpmyadmin (or the MySQL cli) and drop the custom_links table. This is because we used to have custom links long long ago, removed them (before the new database update) and then recently added them back.