Topic: Your database is already as up-to-date as this script can make it.
I've just upgraded from 1.2.xx to the 1.3.4. It went smoothly, but I changed my MySQL password recently and forgot to retroactively apply this to all my other databases. Therefore I decided to change it back to what it used to be, and just edit config.php for PunBB to bring it in line with the rest.
Where it was working before, I now get:
An error was encountered
Your PunBB database is out-of-date and must be upgraded in order to continue. Please run db_update.php in order to complete the upgrade process.
Obviously I've already updated the DB to be compatible with 1.3.4 so I don't know why that happens. Anyway, upon trying to run db_update.php again, I get:
An error was encountered
Your database is already as up-to-date as this script can make it.
This just goes round in loops...
The one solution I found was to clear the 'cache' folder, but this hasn't helped at all. Anyone?