Hello. I recently updated from v2.2 RC2a to v2.3.1 manually and just noticed a problem with my Specials module. First of all, when I try to change the status from Active to Inactive (or back) in admin, it gives me a blank screen. Also, the price change is not reflected on product's page, but it shows fine in Catalog -> Specials.
What can be a problem here?
I'm using PHP Version 4.4.9.
Thanks for your help.
Latest News: (loading..)
Problem with Specials module after updating to v2.3.1
Started by Irin, Jun 17 2012 12:27 AM
1 reply to this topic
#1
Posted 17 June 2012 - 12:27 AM
#2 ONLINE
Posted 21 June 2012 - 10:55 AM
A blank screen can be caused by php errors, whllst show errors is off.
the file that is returning the blank screen try adding this at the top just after the closure of the comments and ID's so it is outside of the commented off area
it should make all errors show up.
NIc
the file that is returning the blank screen try adding this at the top just after the closure of the comments and ID's so it is outside of the commented off area
ini_set('display_errors',1);
error_reporting(E_ALL);
it should make all errors show up.
NIc









