bprado Posted August 17, 2009 Share Posted August 17, 2009 Hi, i upgrade from version 1.1 to 1.2.1 and i get this error:Table 'mytables_store.ps_pack' doesn't existI use Mozilla, i notice that when im on the last screen of the installer, i hit Next and nothing happen, so i do it again in IE 8.0 and i get this error in the last page of the installerWebpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; Media Center PC 5.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.30729)Timestamp: Mon, 17 Aug 2009 06:55:03 UTCMessage: No such interface supportedLine: 751Char: 4Code: 0URI: http://www.mysite.com/SuperStore/install/controller.js Link to comment Share on other sites More sharing options...
beads Posted August 17, 2009 Share Posted August 17, 2009 Possible solution from my same experience. The table ‘mytables_store.ps_pack’ does exist but was named ‘PREFIX.ps_pack’ . I renamed the table to 'MyDatabaseName.ps_pack' using MYSQL admin which solved the issue. Next problem was images not displaying when using friendly URLs. Rename old .htaccess file to something else, create new blank one with 777 permissions and then use the admin tools tab and 'generator' to create the correct rewrite rules (these instructions are on the generator page).hope this helps Link to comment Share on other sites More sharing options...
bprado Posted August 17, 2009 Author Share Posted August 17, 2009 This is not the cases, its seem that there is a error in the upgrade script and cant update the tables!!!i review my tables, there is no change, so my conclusion, the script cant run because some kind of error Link to comment Share on other sites More sharing options...
trident Posted August 18, 2009 Share Posted August 18, 2009 *Bump*Too many hours lost trying to resolve this problem.Has anybody got a solution?? Link to comment Share on other sites More sharing options...
polomint Posted August 18, 2009 Share Posted August 18, 2009 Would be nice if people could get a temporary manual upgrade guide to resolve this issue.Alot of people are having the same problems:1) Stopping on step 3 install2) Failure to upgrade database3) problems detecting old install folder Link to comment Share on other sites More sharing options...
polomint Posted August 18, 2009 Share Posted August 18, 2009 Well seems im having the same problemWaited 3 Hours on the install no nothing, so clicked refresh then next again and well said it was installed.Going to the frontpage of the new site at mysite.com/prestashop I get Table 'ps_.presta_pack' doesn't existSELECT COUNT(*) as items FROM presta_pack where id_product_pack = 102I search the database for the string and finds nothing.So looks like its not upgrading the sql database correctly.I have orginal prestashop at www.mysite.com/ I copyed all contents to prestaOLD, and uploaded a new prestashop version to /prestashop/ I changed all file/folder premissions in /prestashop/ I then made a new database NOT prefex..So I have prefex_ at database1_ and then prefex_ at database2_ I have upgraded the setting_inc.php in both prestaOLD and prestshop/ and well it just does nothing. Im having alot of SSL problems and everytime I ask for a temporary fix I get pointed in the direction of upgrading well im trying. Anyway so help on this matter would be nice.. Thank You Link to comment Share on other sites More sharing options...
a3r0 Posted August 18, 2009 Share Posted August 18, 2009 I am also having the same problem with the upgrade stopping on installation and the SQL errors when going from 1.1 to 1.2.1. Link to comment Share on other sites More sharing options...
Buzzinessman Posted August 19, 2009 Share Posted August 19, 2009 Same problem for me.upgrading from 1.2.0.5 to 1.2.11st time, the system tells me i was up to date, i've changed in the settings file for the version. done the update as well, & still have this issue.in all the .sql packages i cano't find any call to this table setup. Link to comment Share on other sites More sharing options...
Buzzinessman Posted August 19, 2009 Share Posted August 19, 2009 You can run this SQL command ( finded in the INSTALL directory & not upgrade ) CREATE TABLE `ps_pack` ( `id_product_pack` int(10) unsigned NOT NULL, `id_product_item` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL DEFAULT 1, PRIMARY KEY (`id_product_pack`,`id_product_item`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; replace "ps_" with your prefix if changed.it fix this problem, but i don't know if still others. Link to comment Share on other sites More sharing options...
polomint Posted August 19, 2009 Share Posted August 19, 2009 My concern is that that will only fix the current problem we have, whats to say other updates have failed and well we get more errors later on.Would be great to have a DEV reply Link to comment Share on other sites More sharing options...
Buzzinessman Posted August 19, 2009 Share Posted August 19, 2009 Yep of course. i've corrected many issues @ my place, & it seems overt updates have been done in SQL.BUT it stays MANY maNY MANY errors otherwise, as the "users group" is disapeared, & all the products & categories are not available anymore. We need to add new groups, but the option to it have deasapear also. Link to comment Share on other sites More sharing options...
polomint Posted August 19, 2009 Share Posted August 19, 2009 Im wondering if it is possible to install FRESH CLEAN 1.2.1 then just import catagories, and products.Is that possible? Link to comment Share on other sites More sharing options...
Buzzinessman Posted August 19, 2009 Share Posted August 19, 2009 that's what i'm thinking too, but that includes to import also :clients, orders, cart tables, and even more.that includes also to check difference between old & new rows if they are. Link to comment Share on other sites More sharing options...
polomint Posted August 19, 2009 Share Posted August 19, 2009 Well my shop is pretty new we have had only around 30 orders, but we have somewhere near 150 products thats very time consuming to readd so im hopeing I'l be able just to transfer the products. I hope there isnt any difference in tables ;/ this is already taking to much of my time Link to comment Share on other sites More sharing options...
bprado Posted August 19, 2009 Author Share Posted August 19, 2009 Where are the developers or support team of prestashop????they dont see this msg? Link to comment Share on other sites More sharing options...
a3r0 Posted August 19, 2009 Share Posted August 19, 2009 Does anyone know if going from 1.1 -> 1.2 -> 1.2.1 works? Link to comment Share on other sites More sharing options...
bprado Posted August 19, 2009 Author Share Posted August 19, 2009 i will have to do that test, since nobody have an answer Link to comment Share on other sites More sharing options...
eriklars21 Posted August 20, 2009 Share Posted August 20, 2009 Have you found the problem? If so please share. gibson guitars laptop bags Link to comment Share on other sites More sharing options...
m-tias Posted August 20, 2009 Share Posted August 20, 2009 I've got the same problem but the first error message in my case was a missing timezone table.It's discussed here also: http://www.prestashop.com/forums/viewthread/25363/installation_configuration___upgrade/upgrade_problem_table_databasename_dot_ps_timezone_doesnt_exist Link to comment Share on other sites More sharing options...
m-tias Posted August 20, 2009 Share Posted August 20, 2009 I ran the updater with the Firebug console activated and got the following error when trying to proceed from step 3: uncaught exception: [Exception... "Could not convert JavaScript argument arg 0" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: http://domain.com/shop/js/jquery/jquery-1.2.6.pack.js :: anonymous :: line 11" data: no] Didn't get much wiser though. Link to comment Share on other sites More sharing options...
bprado Posted August 21, 2009 Author Share Posted August 21, 2009 I made the test, the same error, this is the 4 day triying to figure it out!!!i wonder, where are the developers of Prestashop? this must be easy for them! Link to comment Share on other sites More sharing options...
m-tias Posted August 21, 2009 Share Posted August 21, 2009 I posted this bug in the bugtracker, but it seems like it's already known and fixed. That's what Matthieu says in the comments. He also says the Firebug error message isn't a prestashop error.http://www.prestashop.com/bug_tracker/view/2710/ Link to comment Share on other sites More sharing options...
bprado Posted August 21, 2009 Author Share Posted August 21, 2009 I posted this bug in the bugtracker, but it seems like it's already known and fixed. That's what Matthieu says in the comments. He also says the Firebug error message isn't a prestashop error.http://www.prestashop.com/bug_tracker/view/2710/ Where is the fix???Is not just a Firebug error, i try in IE8.0, happen the same and the debug throw this error:Webpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; Media Center PC 5.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.30729)Timestamp: Mon, 17 Aug 2009 12:31:05 UTCMessage: No such interface supportedLine: 751Char: 4Code: 0URI: http://www.mysite.com/store_new/install/controller.js Link to comment Share on other sites More sharing options...
m-tias Posted August 21, 2009 Share Posted August 21, 2009 I posted this bug in the bugtracker, but it seems like it's already known and fixed. That's what Matthieu says in the comments. He also says the Firebug error message isn't a prestashop error.http://www.prestashop.com/bug_tracker/view/2710/ Where is the fix???Is not just a Firebug error, i try in IE8.0, happen the same and the debug throw this error:Webpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; Media Center PC 5.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.30729)Timestamp: Mon, 17 Aug 2009 12:31:05 UTCMessage: No such interface supportedLine: 751Char: 4Code: 0URI: http://www.mysite.com/store_new/install/controller.js Well, I guess the fix will be included in the next release, but I hope the developers can share the solution with us without having to wait for the next release.I didn't mean it was a Firebug error, but maybe it's a jquery error.Anyway, come on! Give us a fix! Link to comment Share on other sites More sharing options...
a3r0 Posted August 21, 2009 Share Posted August 21, 2009 Even if there were a minor version that only fixed this upgrading issue, it would be better than waiting a few weeks or however long until the next full version. Looking at this forum, there appear to be a lot of people who are having this same problem. Link to comment Share on other sites More sharing options...
Frankie Posted August 23, 2009 Share Posted August 23, 2009 I've got exactly the same problem. I try to fixed creating ps_pack table myself. It seems that now front page runs well, but now I try to access to back page and it doesn't log me in. I was realy happy with Prestashop, but upgrade from older versios seems to be always a nightmare! I've got problems with my theme when I upgrade from 1.0 to 1.1, and now this. I hope somebody from dev or support team has notice of this issue and fixed as soon as possible.(Sorry for my english, I'm spanish and I don't use to practice it too much ^__^' ) Link to comment Share on other sites More sharing options...
bprado Posted September 2, 2009 Author Share Posted September 2, 2009 Does anyone know if going from 1.1 -> 1.2 -> 1.2.1 works? Dont work a3r0!!!anyone test if the upgrade from 1.1.0.5 to 1.2.2 is working???Can the stores that have version 1.1.0.5 can upgrade now? Link to comment Share on other sites More sharing options...
macgyvre Posted September 11, 2009 Share Posted September 11, 2009 Hello, I've the same problem to upgrade my 1.1.0.5 version to the 1.2.3.there is a post in french about it (but without solutions at this time..)http://www.prestashop.com/forums/viewthread/27660/installation_configuration_et_mise_a_jour/pb_mise_a_jour_1_dot_2_dot_2_vers_1_dot_2_dot_3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now