MyBank cannot sucessfully be activated after installing the mybb security patch today
Quote:MySQLi error: 1060
Duplicate column name 'mybank'
Query: ALTER TABLE `mybb_users` ADD `mybank` VARCHAR(12) DEFAULT '0' NOT NULL
and when i go to the bank link it says:
Quote:There's A Problem ^^; Either MYPS or MyBank Aint Activated
Cause it aint active duh; and what MySQLi version do you use ? Cause it only happens with MySQLi ... and yes there's a check when activating if the column already exists; but seems like MySQLi is too stupid to understand it.
Run this query ( yes, you will loose your MyBank deposits ) and activate again. There wasn't any need to deactivate all your plugins when running the upgrade process.
Code:
ALTER TABLE mybb_users DROP `mybank`, `mybankcheck`, `mybanktime`;
Ps. Use my forum if its related to my plugins.
well when i was upgrading it said i had 20 active plugins and it recommended that i deactivate them before upgrading.
I had 67plugins active; never seen anyone having a problem when upgrading cause of an active plugin.
Yeah, I'm kind of surprised they haven't taken that out of the upgrade package. I would never dream of deactivating all my plugins. LOL...not as many as you Lex, but close. I think it said I have 59 now.

well screw them then.... lol
that sucks. o well
LOL...yes, it does, especially since that causes so much aggravation and stress. I guess they just want to protect themselves just in case one of the plugins might cause a problem.

I never turn off plugins when I upgrade. Never had a problem either especially with pure plugins which require no core file changes.