irideflatland Posted July 30, 2009 Share Posted July 30, 2009 I see a few people are having problems with the upgrade, are there a lot of people that have upgraded with no problems?Just wanted to check before I upgrade. Link to comment Share on other sites More sharing options...
davidtnb Posted July 30, 2009 Share Posted July 30, 2009 Major problems here. 1) In the install, all the folder permissions were 777 YET the updater told me the permissions were wrong. (just ignored it)2) I moved the image folder over, but for some reason none of the products are showing images. (no clue how to fix that)3) Site is running extremely slowStill trying to fix the pictures, I'll update if I come across anymore problems. Link to comment Share on other sites More sharing options...
irideflatland Posted July 30, 2009 Author Share Posted July 30, 2009 Major problems here. 1) In the install, all the folder permissions were 777 YET the updater told me the permissions were wrong. (just ignored it)2) I moved the image folder over, but for some reason none of the products are showing images. (no clue how to fix that)3) Site is running extremely slowStill trying to fix the pictures, I'll update if I come across anymore problems. Thanks, I think I'll hold off for a while then. Link to comment Share on other sites More sharing options...
davidtnb Posted July 30, 2009 Share Posted July 30, 2009 Fixed the pictures (I think) I had to reupload everything again (20,000 pictures)Now I am getting a ton of SSL errors, seems that was not fixed on this release Link to comment Share on other sites More sharing options...
thpoul Posted July 30, 2009 Share Posted July 30, 2009 Was really easy to upgrade without any problems but I did not have many pictures or customized modules. Link to comment Share on other sites More sharing options...
davidtnb Posted July 30, 2009 Share Posted July 30, 2009 I just down graded to my 1.1 version as I am having a TON of problems with the new one Link to comment Share on other sites More sharing options...
Matthieu Biart Posted July 30, 2009 Share Posted July 30, 2009 Hi everyone! I just down graded to my 1.1 version as I am having a TON of problems with the new one If you got so much issues, please report them on the Bug Tracker or it will never be solved (as we are not aware of them). Link to comment Share on other sites More sharing options...
Hessellund Posted July 30, 2009 Share Posted July 30, 2009 I'm having troubles to!After upgrading categories are not shown on Front office. They are shown on Back office, but not editable. Also CMS-pages are not editable !??And my v1.1 theme is somehow not working properly!? Should 1.1 themes work on 1.2 ?? Link to comment Share on other sites More sharing options...
jhnstcks Posted July 30, 2009 Share Posted July 30, 2009 I upgraded fine.Themes do need slightly alteration, mainly the header.tpl file as there are new enteries there and also some new files in the js folder.Also i had to regenerate my htaccess and robot.txt files as there are new enteries in both those, there were affecting images displaying.I still have mixed content warnings on my SSL which I have entered as a bug, but the bug that was causing warnings when moving from https to http are now gone.My paypal module now works properly, so I dont need to use the module created by paul at ecartservices.net.Havent tried using the new paypal API module but will do soon.Looks like tinymce has been updated to the newest version.All my modules semm to be working fine. Link to comment Share on other sites More sharing options...
theorie Posted July 30, 2009 Share Posted July 30, 2009 i too am having problems with the upgrade.i followed the upgrade directions from the wiki, but i am having the same issues as davidtnb.1) the install tells me that the folder permissions are wrong even though they are chmod'd to 777.2) images don't show up after the upgrade.thpol, maybe you could give us the method you used for upgrade?thanks Link to comment Share on other sites More sharing options...
weaselbringer Posted July 30, 2009 Share Posted July 30, 2009 I don't know HOW to downgrade but at this point I'm willing, the upgrade gave some sort of SQL error and now the descriptions are missing for 90 percent of my products and seemingly at random.. they don't show up in front or back office!! did I lose all my "more info" descriptions?? Link to comment Share on other sites More sharing options...
JSloo Posted July 31, 2009 Share Posted July 31, 2009 To show the missing images ,you must edit .htaccess # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums # URL rewriting module activation RewriteEngine on # URL rewriting rules RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/p/$1-$2$3.jpg [L,E] RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/c/$1$2.jpg [L,E] RewriteRule ^lang-([a-z]{2})/([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$3&isolang;=$1$5 [L,E] RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2&isolang;=$1$4 [L,E] RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$2&isolang;=$1 [QSA,L,E] RewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2$4 [L,E] RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$1$3 [L,E] RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$1 [QSA,L,E] RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /cms.php?id_cms=$1 [QSA,L,E] RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ /supplier.php?id_supplier=$1$3 [QSA,L,E] RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ /manufacturer.php?id_manufacturer=$1$3 [QSA,L,E] RewriteRule ^lang-([a-z]{2})/(.*)$ /$2?isolang=$1 [QSA,L,E] # Catch 404 errors ErrorDocument 404 /404.php Or you can reset a new .htaccess file from you admin home -->Tools-->Generator Link to comment Share on other sites More sharing options...
xtro Posted July 31, 2009 Share Posted July 31, 2009 yep also plenty of problems all pictures are gone in front end and if I click on any item or category it comes up with this page can't be found on the server.:-( Link to comment Share on other sites More sharing options...
Patric Posted July 31, 2009 Share Posted July 31, 2009 Please post your ploblems into the Bug Tracker, this is definitely the only place where they'll be taken into account. Link to comment Share on other sites More sharing options...
jhnstcks Posted July 31, 2009 Share Posted July 31, 2009 If you have upgraded you will need to check your CSM pages as they are being replaced with the default content. Only the default cms pages are being changed (T&C;'s, delivery etc), pages you created yourself are fine. This has already been reported as a bug. Link to comment Share on other sites More sharing options...
blaszta Posted August 1, 2009 Share Posted August 1, 2009 I upgrade to 1.2 and all my CMS pages are missing, except Terms & Conditions. I already make backup of the whole site including the database, but the problem is I can't find it in the database. Anybody know which table holds the record of the CMS pages?Any help will be appreciated,Jay Link to comment Share on other sites More sharing options...
jhnstcks Posted August 2, 2009 Share Posted August 2, 2009 Look in cms_lang table content field. Link to comment Share on other sites More sharing options...
blaszta Posted August 2, 2009 Share Posted August 2, 2009 Thx jhnstcks! Link to comment Share on other sites More sharing options...
petitesouris Posted August 5, 2009 Share Posted August 5, 2009 just delete the cms - lang and reload the one from your back up it did happen to me with the new version and even when you revert it it is still missing unless you replace with the old one in mrsql Link to comment Share on other sites More sharing options...
petitesouris Posted August 5, 2009 Share Posted August 5, 2009 sorry I did not see somebody did reply lol Anyway do you think we should wait and see until there is less bug? My shop does not have prducts yet as I have not yet done that steps but I have lost my thme normal...did not customzie the corect way to start with. any idea on how to copy my old theme? Link to comment Share on other sites More sharing options...
Paul C Posted August 5, 2009 Share Posted August 5, 2009 Only problem is that the upgrade code seems to have issues - doesn't seem to accept the fact that most stores may not just contain the "demo" data., and may have had the audacity to actually add data to tables....I would strongly recommend a trial run on a test server unless you've done little or no customisation of any kind Paul Link to comment Share on other sites More sharing options...
blaszta Posted August 5, 2009 Share Posted August 5, 2009 @petitesouris: actually I never found my old CMS in the backup sql (very strange, really). But since I have backup in Word document (although not the latest one), I can re-create the CMS pages easily.And for theme, my old theme also broken in 1.2 (and I test several 1.1 themes and it doesn't work properly too on 1.2). What I did is: copy the 1.2 default theme folder, copy all images from my old theme to /img directory, and edit the global.css. I did spend couple hours to make the new theme look like the old ones (duh!).@paul: For CMS pages, I suggest do the old way backup method = open the page on browser and do "save as" :-DAlso, I can't make the 1.2 search works for three letter words (which is pain in the a** since many brands use only 3 letters). I have another thread on this: http://www.prestashop.com/forums/viewthread/23819/#111439 Link to comment Share on other sites More sharing options...
diamond204 Posted August 6, 2009 Share Posted August 6, 2009 From what I have seen and reported as a bug, version 1.2 has issues with Tables in CMS. It always displays the borders, even when you hide them. This was not the case in 1.1. I converted all of mine to CSS DIV tags, but it is much more difficult to control that way.For those looking for step by step upgrade instructions read post 49 here :http://www.prestashop.com/forums/viewthread/4073/P45/#99868 Link to comment Share on other sites More sharing options...
Paul C Posted August 6, 2009 Share Posted August 6, 2009 @blaszta It wasn't the CMS I had grief with. The upgrade assumes that some tables are never modified by add-ons or customisations and so they have hard-coded the additional content they want in the upgrade script which overwrites anything you've added in there :-/ Not a huge problem if this fact was highlighted in the documentation - but that's another story isn't it It is the payment module status messages they have hard coded, despite the fact that the key field is set to auto-increment.... at least that's the only one I've found so far. To be fair, in a brutally honest way, it's because the whole order status message code is a mess - why would you define a constant as the key to a field in a database table? It would make more sense for them to either be static (and then there would be no upgrade issues) or have them live purely in the database; I know they've used the database for language support - but the present "solution" to achieve this is a mess.At least there's an upgrade to go wrong I guess Paul Link to comment Share on other sites More sharing options...
petitesouris Posted August 6, 2009 Share Posted August 6, 2009 Ok for me the upgrade was 3 days wrok to go back to previous install and also I looked everywhere to find the previous version to do a clean install but could not find it.I am back to the old version and will stick with it!! Until the new 1.2 is more stable and thast all the modules I have such as australia post and so on works with the new version. The positive side is I learnt so MUCH about everything by trying to sort out my issues...I amamanged to get all my cms back and the site is back to normal...Cheers and good luck Link to comment Share on other sites More sharing options...
Shenit Posted August 8, 2009 Share Posted August 8, 2009 Can someone urge the prestateam to publish an official detailed step by step guidelines to upgrade to 1.2, this will be very helpful.Thank you Link to comment Share on other sites More sharing options...
Paul C Posted August 8, 2009 Share Posted August 8, 2009 Shenit,To be fair they don't know what you might have done to your store. Folks have been happily hacking away changing core files, original template files etc. and all of these things will cause problems when you try and upgrade.In theory, all you should need to "preserve" is you settings, emails, translations, theme (own version, not the prestashop named one which will get overwritten), images and any non-standard modules you've added. I can't think of anything else off the top of my head to be honest. If you have changed ANY of the original distribution files with the exception of the email templates and the translations, then the upgrade is going to be much harder for you.Of course you should always have a complete file and database backup of your store before starting just in case....Paul Link to comment Share on other sites More sharing options...
SpringDay.com Posted August 8, 2009 Share Posted August 8, 2009 You MUST recreate your .htaccess from the backend for images to show up. I also did not transfer my old custom template over because I knew there were changes.After the upgrade the product descriptions are gone. Where are the product descriptions?Anybody got a quick fix? 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