Zen Cart Logo
Forums / General Questions / Right sidebar disappears and "Error"

Right sidebar disappears and "Error"

Views: 586

Results 1 to 5 of 5
4 Nov 2012, 12:43 AM
#1
gillb avatar

gillb

New Zenner

Join Date:
Apr 2012
Posts:
3
Plugin Contributions:
0

Right sidebar disappears and "Error"

On the homepage, I have left and right sideboxes showing ok but on ANY product page, the right sideboxes vanish and at the bottom of the product page it reads "WARNING: An Error occurred, please refresh the page and try again."

Link to homepage

Any help appreciated - TIA :smile:

4 Nov 2012, 1:56 AM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Right sidebar disappears and "Error"

The last line in your HTML page source reads:

<!--bof cross sell advanced module-->

And then the html stops...

So I think your problem lies with that module.

4 Nov 2012, 3:05 PM
#3
gillb avatar

gillb

New Zenner

Join Date:
Apr 2012
Posts:
3
Plugin Contributions:
0

Re: Right sidebar disappears and "Error"

schoolboy:

The last line in your HTML page source reads:

<!--bof cross sell advanced module-->

And then the html stops...

So I think your problem lies with that module.

Thanks for the reply. Where did you see that?

The only file that contains that line is tpl_product_info_display.php and I've checked it and it doesn't end at that line -
"<!--bof cross sell advanced module-->

<?php require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php'); ?> <!--eof cross sell advanced module--> <!--bof also purchased products module--> <?php require($template->get_template_dir('tpl_modules_also_purchased_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_also_purchased_products.php');?> <!--eof also purchased products module--> <!--bof Form close--> </form> <!--bof Form close--> </div>"
4 Nov 2012, 3:19 PM
#4
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Right sidebar disappears and "Error"

what do the error log files tell you?

4 Nov 2012, 4:32 PM
#5
gillb avatar

gillb

New Zenner

Join Date:
Apr 2012
Posts:
3
Plugin Contributions:
0

Re: Right sidebar disappears and "Error"

Done some more fiddling - not sure what I did but I fixed it :wacko: