CAN not checkout on drupal
I ve got the same problem but it appear after clicking on checkout button in the shopping cart
it takes a lot of time at the end it gives the error i ried to change the my.cnf as root addig and changing all the values especialy that advised by all:
max_allowed_packet = 32M
I ve tested most of the numbers thinking that will do I ve set it even to :500M
But nothing changed
Everythiing on navigating the site is ok no errors but on clicking the checkout it searches at least 5mn
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 2006 MySQL server has gone away' in /home/username/public_html/includes/database/database.inc:2204 Stack trace: #0 /home/username/public_html/includes/database/database.inc(2204): PDOStatement->execute(Array) #1 /home/username/public_html/includes/database/database.inc(683): DatabaseStatementBase->execute(Array, Array) #2 /home/username/public_html/includes/database/database.inc(2383): DatabaseConnection->query('SELECT expire, ...', Array, Array) #3 /home/username/public_html/includes/lock.inc(167): db_query('SELECT expire, ...', Array) #4 /home/username/public_html/includes/lock.inc(146): lock_may_be_available('theme_registry:...') #5 /home/username/public_html/includes/theme.inc(449): lock_acquire('theme_registry:...') #6 /home/username/public_html/includes/bootstrap.inc(455): ThemeRegistry->set(Array) #7 [internal function]: DrupalCacheArray->__destruct() #8 {main} thrown in /home/username/public_html/includes/database/database.inc on line 2204
I've tried all solutions but the same problem
[2nd post info]
I ve tried to change the /etc/my.cnf at least for the problem of max_allowed_packet | 134217728
I changed it to be max_allowed_packet = 128M
But when I check up mysql variables it is still :max_allowed_packet | 134217728 and there is no effect of the change it does not exist
So has anyone a problem the like thanks a lot