Help - Search - Members - Calendar
Full Version: upgrading to 13 from 12
CubeCart Forums > CubeCart Version 3 > Installation & Upgrade Help (Version 3)
wthomas
I did a file by file upgrade and the first problem encountered was includes/ini.inc.php


I get the following message ......Security Warning Parsed array keys can not contain illegal characters! Script execution has been halted.

It may be possible to fix this error by deleting your browsers cookies and refresh this page.

I went ahead and finished the upgrade leaving the version 12 ini.inc.php in the directory.

Now I get the error message:

MySQL Error Occured
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND blockTime < 1161185328' at line 1

QUERY = SELECT adminId FROM CubeCart_admin_users WHERE username = 'wthomas' AND password = '61e1f08a425cb79a18c3f6224011ab74' AND failLevel < AND blockTime < 1161185328


This is the most difficult upgrade I have ever attempted.
Al
Please do as it asks and it will probably work. Delete you cookies.

This has come up a number of times in recent forum posts.
wthomas
QUOTE(Al @ Oct 18 2006, 03:29 PM) *
Please do as it asks and it will probably work. Delete you cookies.

This has come up a number of times in recent forum posts.



I did that Al and I still get the same message

"MySQL Error Occured
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND blockTime < 1161185664' at line 1

QUERY = SELECT adminId FROM CubeCart_admin_users WHERE username = 'wthomas' AND password = '61e1f08a425cb79a18c3f6224011ab74' AND failLevel < AND blockTime < 1161185664"

Please keep in mind that I still have the version 12 ini.inc file in the directory.


Bill
Al
You haven't completed the upgrade properly as it says in the upgrade instructions.

Please run the upgrade script from the folder /upgrades/scripts/3.0.12-3.0.13/upgrade.php in the root directory of your store.

Copy the upgrade folder to the mai directory of your store then run it in your broswer.
wthomas
QUOTE(Al @ Oct 19 2006, 10:19 AM) *
You haven't completed the upgrade properly as it says in the upgrade instructions.

Please run the upgrade script from the folder /upgrades/scripts/3.0.12-3.0.13/upgrade.php in the root directory of your store.

Copy the upgrade folder to the mai directory of your store then run it in your broswer.



I have done this and the following is what I get

MySQL Error Occured
1060: Duplicate column name 'failLevel'

QUERY = ALTER TABLE `CubeCart_admin_users` ADD `failLevel` INT( 1 ) NOT NULL DEFAULT '0', ADD `blockTime` INT( 10 ) NOT NULL DEFAULT '0', ADD `lastTime` INT( 10 ) NOT NULL DEFAULT '0';
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.