MyBB Community Forums

Full Version: MyBB Update 1.60 => 1.62 fails with PostgreSQL error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my Debian Server running PostgreSQL 8.4.7 and PHP 5.3.3 I tried to update myBB from 1.60 to 1.62.
Now ../install/upgrade.php produces this error message:

Fatal error: [SQL] [0] ERROR: relation "usergroups_gid_seq" does not exist
ALTER SEQUENCE usergroups_gid_seq RESTART WITH 8 in /var/www/sites/space-week/forum/inc/db_pgsql.php on line 559

I checked with phppgadmin - the sequence does exist, albeit with the prefix that I had configured (here 'sw1'), so the name is:
sw1_usergroups_gid_seq

What's wrong?
(2011-04-09, 06:14 PM)StefanT Wrote: [ -> ]http://dev.mybb.com/issues/1411

Ok, so what does it mean - better stay with 1.60 and wait for 1.63?
(2011-04-09, 06:14 PM)StefanT Wrote: [ -> ]http://dev.mybb.com/issues/1411

May I kindly ask if the bug has been fixed with MyBB 1.6.3?
No, it will be fixed with the next maintenance release.
1.64 also fails:
http://community.mybb.com/thread-104140.html

At what time may the next maintenance release be expected?
BTW, neither of these errors is reported in the Bugtracker (for Postgresql):
http://dev.mybboard.net/projects/mybb/issues
It seems adding Bugs is not meant for normal users.

Maybe the interest to support this DB is not that great (any more).
I propose, for the mean time, to drop the claim that MyBB supports ProstgreSQL.
This bug was fixed with 1.6.4.
Ok, fine, maybe the other PG bug in 1.6.4 will also be fixed...