MyBB Community Forums

Full Version: Upgrading 1.8.23 to 1.8.37 and PHP 5.6 to 7.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My forum was running without problems (I know I had to upgrade but due to lack of time...)..
Nevertheless I am now upgrading and in the course I also upgraded PHP to 7.4

Everything seems fine, but then the upgrade process stops with an MyBB SQL Error:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
   6 - Error on delete of './plexxartatdb2/mybb_upgrade_data.frm' (Errcode: 13)
Query:
  DROP TABLE IF EXISTS mybb_upgrade_data


Any help is appreciated.
Thanks
Thomas
Looks like a server issue - if you manage own server, see e.g. https://serverfault.com/questions/84890/...errcode-13, otherwise contact the host support.
(2024-04-22, 08:22 PM)Devilshakerz Wrote: [ -> ]Looks like a server issue - if you manage own server, see e.g. https://serverfault.com/questions/84890/...errcode-13, otherwise contact the host support.

Thanks for the hints.

Thomas

Can I delete this table manually? From e.g. the SQL-GUI?

Thomas
(2024-04-22, 06:57 PM)miglincit Wrote: [ -> ]My forum was running without problems (I know I had to upgrade but due to lack of time...)..
Nevertheless I am now upgrading and in the course I also upgraded PHP to 7.4

You better update php to the latest version:

https://endoflife.date/php
(2024-05-04, 08:29 AM)ron1872 Wrote: [ -> ]
(2024-04-22, 06:57 PM)miglincit Wrote: [ -> ]My forum was running without problems (I know I had to upgrade but due to lack of time...)..
Nevertheless I am now upgrading and in the course I also upgraded PHP to 7.4

You better update php to the latest version:

https://endoflife.date/php

I wanted to, but this lead to double definition errors...