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*