Marcus
Well-known member
I put my internal and external Data in the Amazon S3 cloud and everything runs great. xenForo also saves "Fetch public templates as files" perfectly in the right bucket. But when xenForo fetches the (completely identical with local installation) public templates from Amazon, it does not stop complaining. This is what I see for the stylesheet page
which is a perfectly written down public template, here is the working one on the local server which is absolutely identical:
and the forum index.php results in
The only exception is admin.php?_css/&css=splash which returns the stylesheet perfectly.
Code:
Parse error: syntax error, unexpected end of file, expecting ',' or ')' in
s3://s3bucket/internal_data/templates/S.0,L.0,xenforo.css.php on line 2276"
Code:
$__compilerVar16 = '';
$__output .= $this->callTemplateHook('xenforo_css_extra', $__compilerVar16, array());
unset($__compilerVar16);// line 2276 and last line of file
Code:
$__compilerVar16 = '';
$__output .= $this->callTemplateHook('xenforo_css_extra', $__compilerVar16, array());
unset($__compilerVar16);// line 2276 and last line of file
and the forum index.php results in
Code:
Parse error: syntax error, unexpected '',' (T_CONSTANT_ENCAPSED_STRING), expecting
')' in s3://s3bucket/internal_data/templates/S.1,L.1,PAGE_CONTAINER.php on line 774"
Last edited: