upgrade problems
Permalink
I have just tried upgrading to 5.3 but I now get the following error :-
http://www.lakesideit.co.uk/cms/index.php...
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1054: Unknown column 'pkgVersion' in 'field list'] in EXECUTE("select pkgID, pkgName, pkgIsInstalled, pkgDescription, pkgVersion, pkgHandle, pkgDateInstalled from Packages where pkgIsInstalled = 1 order by pkgID asc") ' in /home/admin/domains/lakesideit.co.uk/public_html/cms/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/admin/domains/lakesideit.co.uk/public_html/cms/concrete/libraries/3rdparty/adodb/adodb.inc.php(1042): adodb_throw('mysql', 'EXECUTE', 1054, 'Unknown column ...', 'select pkgID, p...', false, Object(ADODB_mysql)) #1 /home/admin/domains/lakesideit.co.uk/public_html/cms/concrete/libraries/3rdparty/adodb/adodb.inc.php(998): ADOConnection->_Execute('select pkgID, p...') #2 /home/admin/domains/lakesideit.co.uk/public_html/cms/concrete/libraries/3rdparty/adodb/adodb.inc.php(766): ADOConnection->Execute('select pkgID, p...', Array) #3 [internal function]: ADOConnection->Query('select pkgID, p...', Ar in /home/admin/domains/lakesideit.co.uk/public_html/cms/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
have i done something wrong?
http://www.lakesideit.co.uk/cms/index.php...
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1054: Unknown column 'pkgVersion' in 'field list'] in EXECUTE("select pkgID, pkgName, pkgIsInstalled, pkgDescription, pkgVersion, pkgHandle, pkgDateInstalled from Packages where pkgIsInstalled = 1 order by pkgID asc") ' in /home/admin/domains/lakesideit.co.uk/public_html/cms/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/admin/domains/lakesideit.co.uk/public_html/cms/concrete/libraries/3rdparty/adodb/adodb.inc.php(1042): adodb_throw('mysql', 'EXECUTE', 1054, 'Unknown column ...', 'select pkgID, p...', false, Object(ADODB_mysql)) #1 /home/admin/domains/lakesideit.co.uk/public_html/cms/concrete/libraries/3rdparty/adodb/adodb.inc.php(998): ADOConnection->_Execute('select pkgID, p...') #2 /home/admin/domains/lakesideit.co.uk/public_html/cms/concrete/libraries/3rdparty/adodb/adodb.inc.php(766): ADOConnection->Execute('select pkgID, p...', Array) #3 [internal function]: ADOConnection->Query('select pkgID, p...', Ar in /home/admin/domains/lakesideit.co.uk/public_html/cms/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
have i done something wrong?
http://www.yoursite.com/index.php/tools/required/upgrade.php
should help
regards
should help
regards
After that I get a blank page. Still working on it though.
I think I had the same problem on one site.
open the dispatcher.php and try to remove the line that looks like this: packages/events.php
not sure about the exact name, but this caused a blank screen and I didn't fix the problem yet
open the dispatcher.php and try to remove the line that looks like this: packages/events.php
not sure about the exact name, but this caused a blank screen and I didn't fix the problem yet
I'm getting error as well. Any luck?
got the blank page too, but clearing browser cache and clearing cahe via concrete5 doesn't help, so i used ccleaner for win to clear all chaches what worked for me
Does anyone have a fix?
i get the same error even when i go to:
http://yoursite.com/index.php/tools/required/upgrade...
i get the same error even when i go to:
http://yoursite.com/index.php/tools/required/upgrade...
Please someone respond with a solution to what to do about this ADODB_Exception, my site is broken now, see the problem here:
http://www.orbstudio.net
http://www.orbstudio.net
First, back up your database.
Then go tohttp://www.orbstudio.net/index.php/tools/required/upgrade...
I say back up your database, because that might not fix your site an may corrupt your existing DB
Then go tohttp://www.orbstudio.net/index.php/tools/required/upgrade...
I say back up your database, because that might not fix your site an may corrupt your existing DB
in dispatcher.php i removed the line that referred to 'events and packages' as detailed above.... i cant remember the exact syntax
ijessup has a different error to myself.. after i removed the 1 line of code the upgrade worked perfectly.
ijessup has a different error to myself.. after i removed the 1 line of code the upgrade worked perfectly.
I looked in the file and the closest to what you guys describe is this line:
## Package events
//require(dirname(__FILE__) . '/startup/packages.php');
as you see I commented it out, and it gave me a different error message. I cannot use the upgrade link, try it yourself I have backed up the database.
## Package events
//require(dirname(__FILE__) . '/startup/packages.php');
as you see I commented it out, and it gave me a different error message. I cannot use the upgrade link, try it yourself I have backed up the database.
I will have a look tonight at the actual line that you have to delete
I put back the 5.2.1 files to keep my site and business running...maybe when the update process is fixed I can try again.
I removed the following code (line 106) and the upgrade worked fine
after i upgraded i put the line of code back into the website because i dont know what it does...
## Package events require(dirname(__FILE__) . '/startup/packages.php');
after i upgraded i put the line of code back into the website because i dont know what it does...
Looking into it now.