Jump to content

Upgrade 1.4.6.2 - multiple BO bugs after upgrade


Recommended Posts

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

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

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

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...