Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Posts
    277
    Plugin Contributions
    0

    red flag HAve you seen this error before?

    Hi everyone!
    I have been running the store just fine without any major issues lately but then last night this error came up

    1226 User '*****' has exceeded the 'max_questions' resource (current value: 50000)
    in:
    [select value from sessions where sesskey = '81ca57d93d251474730b983fbf19dfbb' and expiry > '1174925865']

    This resulted in me not being able to log in to admin or store - the rest of the site works just fine.
    I do have admin set for more users to be able to upload and insert their own products could that be the problem I have searched the database quite a bit this morning but can't seem to pinpoint exactly this problem
    Please excuse this thread if its in the wrong section. I was looking for an error section but didn't find one.

    Thank you!!!!
    Take scrapbooking to a whole new level - GO DIGITAL - http://www.hookedondigiscrap.com

  2. #2
    Join Date
    Feb 2006
    Posts
    277
    Plugin Contributions
    0

    Default Re: HAve you seen this error before?

    Grr double post sorry
    Take scrapbooking to a whole new level - GO DIGITAL - http://www.hookedondigiscrap.com

  3. #3
    Join Date
    Feb 2006
    Posts
    277
    Plugin Contributions
    0

    Default Re: HAve you seen this error before?

    Sorry to have posted this question - never mind on the issue - I did a 'max_questions' resource check and found my answer. I already contacted my hosting ;)
    Sorry I took up yes even more space asking a question that has been asked before ;)
    Take scrapbooking to a whole new level - GO DIGITAL - http://www.hookedondigiscrap.com

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: HAve you seen this error before?

    Let us know what you discover ... it is always helpful to have both question and solution on issues posted ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Feb 2006
    Posts
    277
    Plugin Contributions
    0

    Default Re: HAve you seen this error before?

    well so far I have done a search on the web on it and people recommend setting up new databases this is one article I found HTH:
    --------------------------------------------------------------------------------------
    This topic has been fixed. Her problem was that her service provider puts a quota on a SQL database user of 50,000 querries per hour max. Well everybody knows that Nuke with many active users can double that number so the site was shutting everything down when they hit their quota for an hour. Her service provider refused to bump the quota and actually told her to purchace a dedicated server which is BS!

    I fixed this problem by creating 3 DB users and gave them all permissions to the nuke database. All 3 had the same password. Then went to config.php and made these modifications:
    Code:

    //$dbuname = "********1"; //Old DB UserName Access
    $db_user_array[] = "********1"; //1st user name
    $db_user_array[] = "********2"; //2nd user name
    $db_user_array[] = "********3"; //3rd user name
    $dbuname = $db_user_array[ rand( 0, ( sizeof($db_user_array) -1 ) ) ];

    This allowed nuke to swap between 3 different users so that the 50,000 limit quota would be evenly distributed throught 3 users making her quota 150,000.
    --------------------------------------------------------------------------------
    Like I said hope that helps someone else as well :)
    Take scrapbooking to a whole new level - GO DIGITAL - http://www.hookedondigiscrap.com

  6. #6
    Join Date
    Feb 2006
    Posts
    277
    Plugin Contributions
    0

    Default Re: HAve you seen this error before?

    Here I found an even better one that was posted by Dr.Byte: Thanks Doc.:)

    http://www.zen-cart.com/forum/showthread.php?t=24089

    GL to all with this problem :)
    Take scrapbooking to a whole new level - GO DIGITAL - http://www.hookedondigiscrap.com

 

 

Similar Threads

  1. Never seen this before
    By jenpen in forum General Questions
    Replies: 9
    Last Post: 3 Apr 2015, 11:02 AM
  2. Strange SSL problem, have you seen this before?
    By r1formetoo in forum General Questions
    Replies: 2
    Last Post: 22 Oct 2009, 06:23 PM
  3. Have you seen this?
    By picard1701 in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 6 Jul 2007, 05:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg