Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error Please Help


pjsingh

Recommended Posts

Posted

hello

i got this error message could some please help me what that mean?

 

1226 - User 'store' has exceeded the 'max_questions' resource (current value: 10000)

 

select value from sessions where sesskey = '7c88e799126940a5d8eb489242cedaaa' and expiry > '1076802391'

 

how can i change the current value?

 

thank you

Posted

MySql database can limit the number of queries over a period of time

to avoid loading the database.

 

See MySql User Privilages.

http://www.mysql.com/doc/en/Privileges.html

 

If you have access to the 'user' table increase

the number or Contact your hosting company to do it for you.

 

Also verify your code does not have recursion of queries

that may take up all the resources.

ibandyop

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...