• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

error in update...

V

VidPro

Guest
This is the error that I get when I try to update from 8.3 - 8.4

any ideas?


ERROR: PleskMainDBException


MySQL query failed: MySQL server has gone away
0: /usr/local/psa/admin/plib/common_func.php3:218
db_query(string 'SELECT id, type, url, priority, enabled, auth_required, login, password FROM ai_vendor_sources')
1: /usr/local/psa/admin/plib/autoinstaller/AutoInstallerVendorSource.php:136
AutoInstallerVendorSource::getVendorSources()
2: /usr/local/psa/admin/plib/autoinstaller/AutoInstallerManager.php:209
AutoInstallerManager->install(string 'PLESK_8_4_0', array, boolean false, string '[email protected]', boolean true)
3: /usr/local/psa/admin/htdocs/server/autoinstaller_install.php:101

Thanks
Matt
 
It looks like you might be using MySQL 5 for the 'psa' database. That could be your problem. Plesk only works with MySQL 4.

I could be wrong, this is just a guess ('cause "type" isn't quoted in that SQL statement).
 
Back
Top