Spacefish / powerdns-webinterface

Automatically exported from code.google.com/p/powerdns-webinterface
Apache License 2.0
10 stars 4 forks source link

Error in Last Change field #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a record to domain.
2. Check domain

What is the expected output? What do you see instead?
I expect to see creation date for domain record. What i see is:
Fatal error: Call to undefined function smarty_make_timestamp() in 
/lib/smarty/plugins/modifier.date_format.php on line 35

What version of the product are you using? On what operating system?
1.4.2 on FreeBSD/nginx/php-fpm. 

Please provide any additional information below.
It can be fixed by installing smarty and adding it to include path for either 
this hosts config or php.ini. I recommend adding smarty to INSTALL a a 
requirement.

Original issue reported on code.google.com by ruben.ar...@gmail.com on 11 Mar 2012 at 7:58

GoogleCodeExporter commented 9 years ago
smarty should be packed in the .tar.gz under lib/smarty ! But i will check.. 
Maybe the include path is set wrong, or can´t be set inside the script with 
your php version / php.ini. What php version are you using?

Original comment by timo.witte on 12 Mar 2012 at 12:38

GoogleCodeExporter commented 9 years ago
3.5.10

Original comment by ruben.ar...@gmail.com on 12 Mar 2012 at 3:14

GoogleCodeExporter commented 9 years ago
3.5.10 is a very very old version, please use at least 5.x!

Original comment by timo.witte on 29 May 2012 at 11:44