Zen Cart Logo
Forums / Installing on a Linux/Unix Server / Blank page after upgrading php and MySQL

Blank page after upgrading php and MySQL

Views: 2,795

Results 1 to 6 of 6
7 Jun 2012, 11:24 AM
#1
s58smith avatar

s58smith

New Zenner

Join Date:
Sep 2008
Posts:
22
Plugin Contributions:
0

Blank page after upgrading php and MySQL

I have only single server/hosting for my web sites. I wanted to upgrade my main shopping site from 1.3.8 to 1.5. To be safe I made a full copy of web site (zencart) into new domain name, user account, and file space on server. My plan was upgrade this second site and then upgrade the first.

Then after reading the requirements for Zencart 1.5 I learned I needed to upgrade both the PHP and MySQL on server. It is a cPanel server so last night I upgraded the MySQL to 5.5 and PHP to 5.3.13.

My problem is the main site now doesn't do anything but give a blank page.
http://weekend-racer.com

How do I go about debugging this, to get site working?
Is moving forward with 1.5 upgrade on main site, because I upgraded mYSQL and PHP, my only option now?

(And yes I did take backups first.)

7 Jun 2012, 2:56 PM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,765
Plugin Contributions:
9

Re: Blank page after upgrading php and MySQL

Apparently you got it going.

Care to share?

7 Jun 2012, 4:48 PM
#3
s58smith avatar

s58smith

New Zenner

Join Date:
Sep 2008
Posts:
22
Plugin Contributions:
0

Re: Blank page after upgrading php and MySQL

Well I didn't have much choices. I figured it had to be 1.3.8 was too old for the newer software releases.
So I'm upgrading to 1.5.0 right now.

I did 1.3.9 first, but then everything looked like crap. Didn't appear right at all. Since this complained of the MySQL version I went ahead and kept installing 1.5.0.

Now trying to figure out how to fix all the layouts on site. Other than getting a logo at top the rest of it appears to have lost all configuration from the custom template.

This is what should look like.
http://web.archive.org/web/20110718023804/http://www.weekend-racer.com/

Probably have to be posting several of new threads as getting stumbling blocks. Right now I trying to diff files in template to see what I might need to change to get things looking right again.

7 Jun 2012, 5:44 PM
#4
s58smith avatar

s58smith

New Zenner

Join Date:
Sep 2008
Posts:
22
Plugin Contributions:
0

Re: Blank page after upgrading php and MySQL

In case anyone reads this (or my own history)
Found the problem to be fault of original person who built site. They didn't build a template directory under 'includes/languages/english/html_includes'

Created a custom template directory and then restored (from backup) all the files that had custom edits in html_includes into a html_includes/[template]

This made the main web page and rest of site appear normal again.

9 Mar 2016, 12:49 PM
#5
slock avatar

slock

New Zenner

Join Date:
Mar 2016
Location:
NY
Posts:
1
Plugin Contributions:
0

Re: Blank page after upgrading php and MySQL

s58smith:

In case anyone reads this (or my own history)
Found the problem to be fault of original person who built site. They didn't build a template directory under 'includes/languages/english/html_includes'

Created a custom template directory and then restored (from backup) all the files that had custom edits in html_includes into a html_includes/[template]

This made the main web page and rest of site appear normal again.

How did you create a custom template directory?