Loading...
 
Architecture / Installation

Architecture / Installation


PHP error on install 1.8.1

posts: 38

While attempting to "Do nothing and enter Tiki" I got:
"Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `'{ or `'$ in /home/...l/sit6/tiki-index.php on line 390"

Line 390 is: "$smarty->assign('structure','n');

I'm stuck. Help please

posts: 1001 Canada

Hi rick,
if I understand you right, you get this on each access to tiki-index.php. Does this happen on a fresh install? If yes, something's very strangeeek I never read that problem. Furthermore, my line 390 reads
$smarty->assign('footnote','');
which should be perfectly legal (you seem to be referring to line 38).
If you're updating your Tiki, I suggest to try clearing your cache (mostly templates_c).


posts: 38

1- I'm upgrading from 1.8

2- Your correct in referencing to line 38

3- Using MS office, I realized that line 390 reads in fact "include_once('tiki-section_options.php');"

4- As for each upgrade, I customized offline tiki_top bar.tpl, header.tpl and tiki_bot bar.tpl prior to upload

5- Clearing the cache does nothing


posts: 38
I solved the problem by re-uploading everything. Thanks