MyBB Community Forums

Full Version: MyBB SQL Error when clicking on "View All Subscriptions" link?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I was doing some cleaning and unsubscribing from some threads and then after about 100 threads I get this error message. Anyone know what caused this and how I can fix this problem?

Me clicking on subscribed thread link:

[attachment=26904]


Error message:

[attachment=26902]

Forum URL: http://carfanaticsforum.com/index.php
test account please ?
It's only doing it for my account, not anyone else.
Do you use any plugin related to subscriptions?
(2012-07-22, 10:18 PM)ALUXi33 Wrote: [ -> ]It's only doing it for my account, not anyone else.

weird i never saw something like that
i try to figure out how to do it tho..
regards,
EDIT:
i think it is a problem because you are the admin
and your id=1 and for some reason the sql cant do the query
if you got any plugins that related to subscriptions like omar said
please give us the download link,plugin name
regards,
@Omar G.

No.

I was just unsubscribing to at least 100 threads and then this error message pops up.
Where does the link points to?
Do you have any kind of modification in the core related to the usercp.php file? I can's see a reason it to fail with the original code when it is OK in this forum Confused

Maybe, try opening usercp.php, find:
$tids = implode(',', $del_subscriptions);

Change for this:
$tids = implode(',', array_unique(array_map('intval', $del_subscriptions)));
I didn't touch anything in the admin cp, why would this show up all of a sudden?
Pages: 1 2