I am still getting this message, dozens and dozens of times a day. Everytime this is apparently the root cause.
ActiveRecord::StatementInvalid: Mysql::Error: MySQL server has gone away: SELECT * FROM `users` WHERE (`users`.`login` = 'vibhav') LIMIT 1 I made the following changes to my application in the database.yml file as suggested and it didn't affect the problem at all. production: adapter: mysql database: gitorious_production username: root password: ********** host: localhost encoding: utf8 reconnect: true I restarted Apache, I am running Gitorious under passenger. Can someone please tell me how to fix this, it just started happening a few weeks ago, and I have not changed anything on the server related Gitorious when these errorsr started showing up. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
