Mister Denial Posted December 1, 2011 Share Posted December 1, 2011 Hello, after upgrading from 1.4.5.0 to 1.4.6.2 yesterday, I have multiple errors in my Back Office: 1) Order date & time no longer displayed - this quite a major issue, as it does both affect order lists & summaries, order details and even printed PDF invoices. There is no timestamp on the orders anymore. 2) Voucher updating & creation is broken - when trying to create a new voucher or update an existing one, I keep getting this error message: an error occured while updating object. discount. Also, customers are no longer able to redeem their vouchers during checkout too. 3) Stats no longer work - since updating the website, stats are broken. No new data for today is available, it is impossible to change the date-range to Month-1 or any other time frame, and sorting is whacked too: the lists starts with Nov 30, then comes 1, 2, 3 and so on and ends with 29. Anyone got an idea how to fix that? Help would be much appreciated! Best regards, Dan Link to comment Share on other sites More sharing options...
Mister Denial Posted December 3, 2011 Author Share Posted December 3, 2011 Anyone got an idea for n°2 and n°3? I think I managed to solve n°1 by applying this solution: http://forge.prestashop.com/browse/PSCFI-4095 ALTER TABLE `ps_lang` ADD `date_format_lite` char(32) NOT NULL DEFAULT 'Y-m-d' AFTER language_code; ALTER TABLE `ps_lang` ADD `date_format_full` char(32) NOT NULL DEFAULT 'Y-m-d H:i:s' AFTER date_format_lite; UPDATE `ps_lang` SET `date_format_lite` = 'd/m/Y' WHERE `iso_code` IN ('fr', 'es', 'it'); UPDATE `ps_lang` SET `date_format_full` = 'd/m/Y H:i:s' WHERE `iso_code` IN ('fr', 'es', 'it'); UPDATE `ps_lang` SET `date_format_lite` = 'd.m.Y' WHERE `iso_code` = 'de'; UPDATE `ps_lang` SET `date_format_full` = 'd.m.Y H:i:s' WHERE `iso_code` = 'de'; UPDATE `ps_lang` SET `date_format_lite` = 'm/d/Y' WHERE `iso_code` = 'en'; UPDATE `ps_lang` SET `date_format_full` = 'm/d/Y H:i:s' WHERE `iso_code` = 'en'; Link to comment Share on other sites More sharing options...
usagirl Posted December 5, 2011 Share Posted December 5, 2011 I have a version 1.4.6.1 1. Stats does not work anymore. 2. Facebook link disappeared on Firefox. 3. Home text editor v1.6 by PrestaShop - disappeared. Uninstalled and reinstalled it - it completely messed up. Was need to disable it at all. Should I update to version 1.4.6.2 to get more problems? Please help. Link to comment Share on other sites More sharing options...
usagirl Posted December 5, 2011 Share Posted December 5, 2011 Stats start to work, but Visitors online does not work. Link to comment Share on other sites More sharing options...
shacker Posted December 6, 2011 Share Posted December 6, 2011 have you try uninstall and install the stats again? ANd you have javascript errors in your front office? Link to comment Share on other sites More sharing options...
Mister Denial Posted December 6, 2011 Author Share Posted December 6, 2011 Hi shacker, thanks for your message. Yes, I tried that, and there are no javascript errors in the FO - at least according to firebug. I even tried the latest version of this module from the SNV, no use. Link to comment Share on other sites More sharing options...
shacker Posted December 13, 2011 Share Posted December 13, 2011 you have the log to see the errors? maybe this help Link to comment Share on other sites More sharing options...
MyNawtyToys Posted December 23, 2011 Share Posted December 23, 2011 umm, you should probably remove the link you have listed and then change your admin folder. Stats start to work, but Visitors online does not work. 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