Jump to content



Latest News: (loading..)

- - - - -

Problem with Specials module after updating to v2.3.1


  • Please log in to reply
1 reply to this topic

#1   Irin

Irin
  • Members
  • 789 posts
  • Real Name:Irina
  • Gender:Female
  • Location:Texas

Posted 17 June 2012 - 12:27 AM

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.

#2   FIMBLE

FIMBLE
  • Community Sponsor
  • 6,576 posts
  • Real Name:Nic
  • Gender:Male

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

ini_set('display_errors',1);
error_reporting(E_ALL);

it should make all errors show up.

NIc
Sometimes you're the dog and sometimes the lamp post

My Contributions