Error when updating thread count VB 4.1.0 Beta

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • haythamghareeb
    Senior Member
    • Apr 2006
    • 306
    • 3.5.x

    [Forum] Error when updating thread count VB 4.1.0 Beta

    Hi,
    My problem, with illustration can be found here:



    Now I have searched a bit and saw this post:



    and visited the 2 threads mentioned but it is too technical for me so I am hoping someone can help out. Now the error message I got in my first support ticket has tools.php in it. I was merely resetting the cookie path and trying to update other settings but even after I managed to enter the AdminCP and tried to run the update thread info. I got the same message. Just saying so no one will say why do you still have tools.php on your forum .

    Here is a similar message from running the update counters:

    Database error in vBulletin 4.1.10 Beta 1:

    Invalid SQL:

    SELECT post.postid, post.userid, user.username, post.username AS postuser, post.dateline
    FROM post AS post
    LEFT JOIN user AS user ON (user.userid = post.userid)
    WHERE post.threadid = 12450 AND
    post.visible = 1
    ORDER BY dateline
    LIMIT 1;

    MySQL Error : User 'XXXXXXXX' has exceeded the 'max_questions' resource (current value: 75000)
    Error Number : 1226

    Appreciate any help I can get and to be honest, I wish there was a way to go back to 3.X.X instead of version 4 which is getting too complicated for my needs.
  • borbole
    Senior Member
    • Feb 2010
    • 3074
    • 4.0.0

    #2
    Originally posted by haythamghareeb
    LIMIT 1;

    MySQL Error : User 'XXXXXXXX' has exceeded the 'max_questions' resource (current value: 75000)
    Error Number : 1226


    You will have to talk to your host about this.

    Comment

    • haythamghareeb
      Senior Member
      • Apr 2006
      • 306
      • 3.5.x

      #3
      So it's not an error on my part? Ok Does anyone know how much the value should be so that I can do my maintenance without problems?

      Comment

      Related Topics

      Collapse

      Working...