I was trying to install the OA2 (openatrium-7.x-2.26-core) in my PC WIN7 system, after I finished the installation . and trying to open my OA2 site , I got the following problem
Additional uncaught exception thrown while handling exception.
Original
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: DELETE FROM {semaphore} WHERE (name = :db_condition_placeholder_0) AND (value = :db_condition_placeholder_1) ; Array ( [:db_condition_placeholder_0] => menu_rebuild [:db_condition_placeholder_1] => 37174653549d62cbd54bb6.06450452 ) in lock_release() (line 254 of E:\www\xampp\htdocs\my_site\openatrium\includes\lock.inc).
Additional
More error messages are listed in the attached "Error_Message.txt"
I was trying to change the setting in mysql/my.ini as follwing
max_allowed_packet=32M
wait_timeout=2880000
interactive_timeout = 2880000
But the problem is still not been fixed .
Can any one help to give me some tips on how to resolve this problem ?
Thanks in advanced.
Comments
Server Has Gone Away
Make sure that you restart your SQL server after changing the ini file. If that does not work, try increasing your max_packets value to 64M
Server Has gone away
Hi Hollyfox , thanks for your comments, it works now .