Jump to content



Latest News: (loading..)

- - - - -

column_right and footer won't load after php and MySQL upgrade


  • Please log in to reply
3 replies to this topic

#1   Irin

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

Posted 02 August 2012 - 02:03 AM

Hello,

I just upgraded to php 5.2.14 and MySQL5 5.1.52 and now my column_right and footer won't load. Also when I try to log into the admin, it shows the blank screen. Please help.

Thank you!

#2   kymation

kymation

    Believers

  • Community Sponsor
  • 6,696 posts
  • Real Name:Jim Keebaugh
  • Gender:Male
  • Location:Aberdeen WA USA

Posted 02 August 2012 - 02:58 AM

Probably your version of osCommerce is not compatible with PHP 5. We would need to know what version you have to recommend a fix.

Regards
Jim
My Addons

Banners Box 2.3.x  Support
Categories Accordion Box 2.3.x  Support
Categories Images Box 2.2x  2.3.x  Support
Closest Shipper 2.2x  Support
Document Manager 2.2x  Support
Generic Box 2.3.x  Support
Get 1 Free 2.2x  Support
jQuery Banner Rotator 2.2x  2.3.x  Support
Modular Front Page 2.3.x  Support
Modular SEO Header Tags 2.3.x  Support
MVS 2.2x  Support
PDF Datasheet 2.3.x  Support
Price Updater 2.2x
Products Specifications 2.2x  2.3.x  Development Version  Support  Bugs/Suggestions
Request a Review 2.2x - 2.3.x  Support
Similar Products Box 2.2x
Specials Image Overlay 2.3x Support
Theme Switcher 2.3.x  Support

#3   14steve14

14steve14

    STORE OWNER NOT CODER

  • Members
  • 3,080 posts
  • Real Name:Steve
  • Gender:Male
  • Location:Dorset UK

Posted 02 August 2012 - 07:58 AM

Change this line in includes/application_top.php

error_reporting(E_ALL & ~E_NOTICE);

to

error_reporting(E_ALL & ~E_STRICT);

This should let you see what errors are on the page. Just remember to change it back once you have finished.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder, so dont bother sending PMs asking for help as you wont get any.  

OSC has a steep learning curve, but in general the program does work.  If it doesnt work, the chances are it is something you have done.

#4   Irin

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

Posted 02 August 2012 - 09:42 PM

Thanks for your replies. I'm using v2.2 RC2a with manual updates to 2.3.1. I searched the forum and found the similar problems after upgrading to newer versions of php and mySQL. Following the fixes, I now have most of the problems fixed. However, there is still a problem remaining with "WISIWING editor" add-on. When I get to the login screen and enter the login information, the page just refreshes. No matter what I do, I can't go passed that login page. I tried to insert the code below into /OSedit/index.php file to see if there are any errors on the page. However, it doesn't show any errors and doesn't log me into the editor.
ini_set('display_errors',1);
error_reporting(E_ALL);
Any ideas of what might be wrong?

Thank you!