View Single Post
  #909  
Old 04-08-2015, 10:13 AM
  bullfrog's Avatar 
bullfrog bullfrog is offline
 

eXpert
  
Join Date: Oct 2004
Location: Oregon, USA
Posts: 366
 

Default Re: X-Cart - reBOOT - New Smarty problem

PROBLEM SOLVED, SEE EDIT NOTE BELOW.

While installing reBOOT 3.5 on a fresh 4.7.1 install I encountered what seems to be a Smarty related error, but the error is not occurring with standard X-Cart templates so I decided to post it here.

I get a white screen after the installation, and the following error is shown in the PHP log
Quote:
[08-Apr-2015 13:24:57 America/Chicago] PHP Fatal error: Uncaught --> Smarty: Unable to load template file 'custom/header/header_style_.tpl' in 'customer/home.tpl'
Backtrace:Array
(
[0] => Array
(
[file] => /home/z/public_html/include/lib/smarty3/sysplugins/smarty_internal_template.php
[line] => 304
[function] => fetch
[class] => Smarty_Internal_TemplateBase
[type] => ->
[args] => Array
(
[0] =>
[1] =>
[2] =>
[3] =>
[4] =>
[5] =>
[6] => 1
)

)

[1] => Array
(
[file] => /home/z/public_html/include/templater/templater.php
[line] => 295
[function] => getSubTemplate
[class] => Smarty_Internal_Template
[type] => ->
[args] => Array
(
[0] => custom/header/header_style_.tpl
in /home/z/public_html/include/lib/smarty3/sysplugins/smarty_internal_templatebase.php on line 129
I looked in the 4.7.1 zip distribution and the referenced file header_style_.tpl does not exist anywhere.

EDIT: On April 12 I restarted from scratch. Set up the test site, reinstalled X-Cart, and reinstalled reBOOT 3.5. This time it worked fine. I never figured why I got the error above, but it almost certainly was my error. *Never mind*
__________________
Bullfrog ~~~ X-Cart Gold v4.7.2 (2) v4.7.8. ⌠If the road is easy, you're likely going the wrong way.■ ― Terry Goodkind
Reply With Quote