MyBB Community Forums
Discuss: MyBB 1.0 PR2 Released - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Miscellaneous Archive (https://community.mybb.com/forum-140.html)
+----- Forum: Old Announcements (https://community.mybb.com/forum-2.html)
+------ Forum: Announcements Discussion (https://community.mybb.com/forum-31.html)
+------ Thread: Discuss: MyBB 1.0 PR2 Released (/thread-3529.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


RE: Discuss: MyBB 1.0 PR2 Released - Mad_Griffith - 2005-08-30

Now it works, but when it comes to the "Database Changes" phase...

mySQL error: 1060
Duplicate column name 'pmnotify'
Query: ALTER TABLE mybb_users ADD pmnotify varchar(3) NOT NULL AFTER pmpopup;

And cannot continue.

What's wrong?


RE: Discuss: MyBB 1.0 PR2 Released - Chris Boulton - 2005-08-30

Did you install the PM notification modification previously?

If so you're going to need to comment out lines 277 to 333 (add a /* to the beginning of 277 and a */ to the end of 333) and refresh the page again.


RE: Discuss: MyBB 1.0 PR2 Released - Mad_Griffith - 2005-08-30

I commented out those lines in upgrade.php, refreshed the page, but after clicking next I have this error:

Fatal error: Call to undefined function: next_function() in /web/htdocs/www.unprogged.com/home/install/upgrade.php on line 131



RE: Discuss: MyBB 1.0 PR2 Released - Chris Boulton - 2005-08-30

Sorry, i meant upgrade3.php - not upgrade.php.


RE: Discuss: MyBB 1.0 PR2 Released - Mad_Griffith - 2005-08-30

Chris Boulton Wrote:Sorry, i meant upgrade3.php - not upgrade.php.

Ok, modded.

I've rerun the upgrade.php script but when it comes to "Attachment Conversion to Files" phase this error is shown:

Converting attachments 1 to 50 (31 Total)
mySQL error: 1060
Duplicate column name 'uid'
Query: ALTER TABLE mybb_attachments ADD uid smallint(6) NOT NULL AFTER posthash;



RE: Discuss: MyBB 1.0 PR2 Released - Chris Boulton - 2005-08-30

You cant rerun it from the beginning, you need to run it from where you left off.

So upgrade.php?action=3_dbchanges2


RE: Discuss: MyBB 1.0 PR2 Released - Mad_Griffith - 2005-08-30

Thank you, I've succeded upgrading the board. Smile


RE: Discuss: MyBB 1.0 PR2 Released - Fourjays - 2005-08-30

When trying to open the admin panel in firefox, it did something really weird. It wento back to the admin login page, but kinda multiplied across the screen. :s Screenshot attached.

Worked fine in IE.

It is still doing it, and I can't find a reason why...


RE: Discuss: MyBB 1.0 PR2 Released - Mad_Griffith - 2005-08-30

I'm having trouble reinstalling previous themes... :\


RE: Discuss: MyBB 1.0 PR2 Released - Chris Boulton - 2005-08-30

You wont be able to install your previous themes - you'll need to recreate them. This is due to how much the theme system changed from RC4 to this release. Sorry