Displaying 1 result from an estimated 1 matches for "xml_uploads".
2011 Feb 09
0
Mysql2::Error: SAVEPOINT active_record_1 does not exist
...iles
there are no problems
I could be barking up the wrong tree entirely but I suspect that the
problem may be caused by the database connection being dropped based
on the errors thrown up when I try uploading a file in the development
mode.
Mysql2::Error: MySQL server has gone away: INSERT INTO
`xml_uploads` ...................
My database.yaml settings are the following
development:
adapter: mysql2
encoding: utf8
reconnect: true
database: app_dev
username: username
password: password
host: localhost
test:
adapter: mysql2
encoding: utf8
reconnect:...