Zen Cart Logo
Forums / Addon Templates / Problem when adding templates to my 1.3.8a site

Problem when adding templates to my 1.3.8a site

Locked

Views: 1,475

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
25 Sep 2008, 3:06 AM
#1
lseibert avatar

lseibert

New Zenner

Join Date:
Jun 2007
Location:
Louisville, KY
Posts:
14
Plugin Contributions:
0

Problem when adding templates to my 1.3.8a site

I have done 4 installs of 1.3.8a only to have them broken when I applied a template that said it was designed for 1.3.8. The cart with the issue is www.bourbonbarrelfoods.com/shop1 and www.bourbonbarrelfoods.com/shop2 . I have tried 3 different templates, all with the same result. :frusty:

Whe you click to add an item to the cart, it goes to a blank page. If you click back on your browser you find the item in the cart. When click checkout, again you are taken to a blank page. I am at a loss on what is causing this and how to fix. This seems to be a bug in the new program. Any help is appreciated.:cry:

25 Sep 2008, 4:14 AM
#2
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Problem when adding templates to my 1.3.8a site

Templates being used on those sites is Apple Zen.
Suggest you search for that templates support thread
and post your problem there.

25 Sep 2008, 12:28 PM
#3
lseibert avatar

lseibert

New Zenner

Join Date:
Jun 2007
Location:
Louisville, KY
Posts:
14
Plugin Contributions:
0

Re: Problem when adding templates to my 1.3.8a site

I have done that to no avail. Apple Zen is not the only template that has been tried. Any template application breaks the cart.

25 Sep 2008, 12:39 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Problem when adding templates to my 1.3.8a site

I take it you've tried reverting to the Classic template and everything works then? Or not?

It isn't just your Add to Cart button that leads to a blank page - the other two buttons (Tell a Friend, Review) do the same.

Blank pages are usually caused by corrupted or improperly edited PHP files. Do any of the templates you tried modify any of the pages that are showing up blank? Maybe you have some corrupted files in template_default.

25 Sep 2008, 4:41 PM
#5
lseibert avatar

lseibert

New Zenner

Join Date:
Jun 2007
Location:
Louisville, KY
Posts:
14
Plugin Contributions:
0

Re: Problem when adding templates to my 1.3.8a site

When I revert to the Classic template it is still broken. I just downloaded the new version of Apple Zen yesterday to install. I will look to see if the pages that are having issues are in the download. Thanks.

25 Sep 2008, 8:51 PM
#6
rainman127 avatar

rainman127

New Zenner

Join Date:
Jul 2008
Posts:
5
Plugin Contributions:
0

Re: Problem when adding templates to my 1.3.8a site

1st step should be in YOUR_ZEN_CART/includes/application_top.php

find the line near the top that says;
define('STRICT_ERROR_REPORTING', 'false');

change it to:
define('STRICT_ERROR_REPORTING', 'true');

so you can see what's going on

:cool:

26 Sep 2008, 12:33 PM
#7
lseibert avatar

lseibert

New Zenner

Join Date:
Jun 2007
Location:
Louisville, KY
Posts:
14
Plugin Contributions:
0

Re: Problem when adding templates to my 1.3.8a site

Thanks. I will try that.