Databse Error

nitins60

New Member
Warning: array_keys() [function.array-keys]: The first argument should be an array in [path]/includes/class_paid_subscription.php on line 560

Warning: implode() [function.implode]: Invalid arguments passed in [path]/includes/class_paid_subscription.php on line 560


Database Error Database error
The Technology Freaks - An Underground Rapidshare Community database has encountered a problem.
Please try the following:

* Load the page again by clicking the Refresh button in your web browser.
* Open the xxxxxxx home page, then try to open another page.
* Click the Back button to try another link.

The xxxxxxx forum technical staff have been notified of the error, though you may contact them if the problem persists.

We apologise for any inconvenience.
Code:
Database error in vBulletin 3.7.4:

Invalid SQL:

                    DELETE FROM vb_access
                    WHERE forumid IN () AND
                        userid = 3056;

MySQL Error   : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND
                        userid = 3056' at line 2
Error Number  : 1064
Request Date  : Tuesday, November 18th 2008 @ 11:56:25 AM
Error Date    : Tuesday, November 18th 2008 @ 11:56:25 AM
Script        : http: //xxxxxxx/forum/admincp/subscriptions.php?do=status
Referrer      : http: //xxxxxxx/forum/admincp/subscriptions.php?do=adjust&subscriptionlogid=1
IP Address    : 59.97.227.76
Username      : nitins60
Classname     : vB_Database
MySQL Version : 5.0.67-community
I am facing this error when i try to remove user from paid subscription... Any way to fix it???
 
Do you have any mods that add anything to subscriptions such as PM member when subscription is up?

If so, disable these mods first. It looks like they mess with the subscription table.
 
i don't have any mods which are related to paid subscription.

however i am getting doubt about that php error which is showing up!!!!
 
nitins60 said:
i don't have any mods which are related to paid subscription.

however i am getting doubt about that php error which is showing up!!!!

Your error is saying an extra tag is still their & it can't recognize the file your looking for.

Something you uploaded edited this feature OR your using a bad null. Is your forum new?
 
yep killed his permissions to forums from php my admin. however he is still as active member n paid subscriptions although he can't see protected forums. what about other users??
 
Which version of 3.7.4 has a bug, when you edit a user!

Code:
http://www.vbulletin.com/forum/showthread.php?postid=1647926

It could be this error... This is just my idea!
 
youll find the problem is with class_paid_subscription.php

try this if your licensed user _http://www.vbulletin.com/forum/project.php?issueid=26761

and modify the php file with the new patched code

or you can use the older version of the file from vb 3.7.3 PL1

both work fine!
 
there are alot of database issues in 3.7.4 i shouldnt of upgraded bnow im uopgrading to 3.8.0 to fix the problems
 
Back
Top