Zen Cart Logo
Forums / Upgrading from 1.3.x to 1.3.9 / Store won't load

Store won't load

Locked

Views: 2,060

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
14 Jan 2007, 12:09 AM
#1
matchworker avatar

matchworker

New Zenner

Join Date:
Feb 2004
Posts:
59
Plugin Contributions:
1

Store won't load

Upgraded from 1.3.0.2 to 1.3.7.

Checked all the files with Winmerge against the original 1.3.0.2 download and made all the same alterations to the new files.

My site is not live so just ftp'd all the files across to the existing site (which was working).

Updated the database which seemed to work - got 3 error messages regarding page not found (already existed) so ignored them.

The admin now works fine so I assume the db is OK.

The problem is when I try to go to the store I just get a blank page.

When I right click and view source I get:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML>

I then ftp'd the original index.php across but still the same thing happens.

I am using a template called FloralArt Template which a friend made for me.

The site is https://www.floralart.co.uk

Any ideas please?

14 Jan 2007, 3:48 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Store won't load

What happens if you switch to Classic?

14 Jan 2007, 10:40 AM
#3
matchworker avatar

matchworker

New Zenner

Join Date:
Feb 2004
Posts:
59
Plugin Contributions:
1

Re: Store won't load

Hi Ajeh

I have just switched to Classic green and the same thing happens i.e. no site.

14 Jan 2007, 3:25 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Store won't load

Try reloading the files ...

It sounds like you have corrupt or missing files ...

14 Jan 2007, 3:39 PM
#5
matchworker avatar

matchworker

New Zenner

Join Date:
Feb 2004
Posts:
59
Plugin Contributions:
1

Re: Store won't load

OK - will do and let you know.

Thanks for the help.

Paul

14 Jan 2007, 4:05 PM
#6
matchworker avatar

matchworker

New Zenner

Join Date:
Feb 2004
Posts:
59
Plugin Contributions:
1

Re: Store won't load

Re-uploaded everthing - still not working :(

Any ideas where to start looking?

When I did the file compare using winmerge I did not alter any of the files in includes/templates/floralart (where my template is). Should I have done?

Paul

10 Apr 2007, 9:57 PM
#7
tasmania avatar

tasmania

New Zenner

Join Date:
Jun 2005
Posts:
10
Plugin Contributions:
0

Re: Store won't load

Hello,

I have the same problem. The site works fine on my local server. But when i upload it to a hosting i get only a blank page (also in admin) I change my hosting company second time but the problem continues. The database connection is OK, because when i change the database settings (ex. change the real pass to a fake one) then i see database error page.

Did anybody have any solution for this? I am on this problem for five days and no solution.

18 Apr 2007, 2:09 AM
#8
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Store won't load

Which PHP version is installed on your related web hosting service ? If you add the error_reporting on your store's header file and admin's header file, what would be the reported errors (if any) ?

19 Apr 2007, 1:10 PM
#9
tasmania avatar

tasmania

New Zenner

Join Date:
Jun 2005
Posts:
10
Plugin Contributions:
0

Re: Store won't load

TheOracle:

Which PHP version is installed on your related web hosting service ?

I use php version 4.3.10 on my localhost and version 5.1.2 on hosting company.

TheOracle:

If you add the error_reporting on your store's header file and admin's header file, what would be the reported errors (if any) ?

I enable the debug mode in the applitaion_top.php and add the line,
define ('STRICT_ERROR_REPORTING', true);

can i do anything for error reporting ?

Debug mode doesn't give any error. But when i enable the strict error reporting i see a fatal error.

Fatal error: Call to undefined method ih_image::resize_imageIM() in /srv/www/vhosts/modastok.com/httpdocs/yeni3/includes/classes/bmz_image_handler.class.php on line 262

Notice: Object of class queryFactoryResult could not be converted to int in Unknown on line 0

I think it's about the image handler contrib but i couldn't find any solution.

19 Apr 2007, 10:19 PM
#10
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Store won't load

I think it's about the image handler contrib but i couldn't find any solution.

Your PHP version is rather old. I could be wrong but it's possible that you see this error message due to limited combinaison, since the original author of that MOD must of had coded his project under a more recent version of PHP.

PHP version is now up to: v4.4.6 release.

However, to be safe, I'd ask more support from this topic: http://www.zen-cart.com/forum/showthread.php?t=35913 since this issue is about the image handler MOD.