View Single Post
  #704  
Old 10-12-2014, 07:04 AM
 
Pitak Pitak is offline
 

Advanced Member
  
Join Date: Jun 2012
Posts: 87
 

Default Re: X-Cart - reBOOT - Responsive Template

Phil, in my server error log, there's 2 errors that keeps repeating (thousands of them):

1. "File does not exist" error.

It seems \skin\reboot\custom\reboot_head.tpl has a line:

Code:
<link rel="stylesheet" href="{$AltSkinDir}/css/reboot_custom_scrollbars.css">

The file "reboot_custom_scrollbars.css" does not exist. Can I delete this line? Or is the file missing from the package?

2. Illegal string offset

Code:
Warning: Illegal string offset 'reboot_menu_type' in /public_html/var/templates_c/8d47bed06ecc2f76e2c98e1771e1e7d6/%%41^412^412A4742%%03_dropdown_mega_combo.tpl.php on line 5

Line 5 in 03_dropdown_mega_combo.tpl is

Code:
{if !$homepage && $config.Reboot.reboot_HM_home_link eq "Y"}<li><a href="./">{$lng.lbl_reboot_home}</a>{/if}

What can I do to fix these?

Thank you.
__________________
X-Cart Gold Plus v4.6.6
xcartmods.co.uk reBOOT Template v3.52
Reply With Quote