EVE-SECURE / evedev-kb

Automatically exported from code.google.com/p/evedev-kb
0 stars 0 forks source link

PHP Fatal error r515 (Smarty again) #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

PHP Fatal error:  Call to undefined function smarty_function_cycle() in 
C:\\***\\killboard\\cache\\templates_c\\default\\bb0d8092dbfdbc4861cfd7b372
f1168b2c635379.file.summarytable.tpl.php on line 42

What version of the product are you using? On what operating system?
r515

Please provide any additional information below.

Had some issues with web server. Updated PHP to v5.3.1 and switched from 
IIS to Apache2.2

*Note: the new ext for mysql in PHP v5.3.1 has issues with IPv6 enabled. 
with IPv6 enabled "Localhost" will not resolve to IPv4 127.0.0.1 Make sure 
that you disable IPv6 in regedit if you dont know how use google.

After switch, killboard did not function. Server loged showed above fatal 
error and 2 PHP Warnings 

Original issue reported on code.google.com by zendo...@icqmail.com on 12 Feb 2010 at 3:02

GoogleCodeExporter commented 9 years ago
issue resolved. Deleted said file. r515 working as intended!

Original comment by zendo...@icqmail.com on 12 Feb 2010 at 3:20

GoogleCodeExporter commented 9 years ago
Smarty was changed to the version 3 beta which made some changes to the 
structure of 
compiled templates. Removing the template cache is enough to fix this error. 
(Not all 
the smarty errors, but this one :-P )

Original comment by kovellia on 12 Feb 2010 at 8:27