Frequently Asked Questions
-
Is Templeet a CMS ?
Answer: No way. Templeet is a language which can be usefull to build
CMS's but is NOT a CMS itself.
-
Templeet and Apache2
I want to use URLs like http://my_site/templeet.php/my_page (opposit to
http://my_site/templeet.php?/my_page) which permits pages to be indexed in
search engines.
Answer: Position in Apache config file (usualy httpd.conf) the line:
AcceptPathInfo on
-
Transfering a Templeet site
I created an application with Templeet on a server and if I transfer all files
on another server it won't work anymore.
Answer: That's correct. Templeet configuration file is specific to each
server. To transfer a site on another server you need to:
- install Templeet with the installer on the new server
- transfer the templeet/config.php as well as all files created for your
application. You MUST NOT make any changes to templeet/serverconf.php .
-
Error while installing Templeet
I get the following message:
Warning: Failed opening '/a/path/templeet-snapshot-XXXXXXX.php' for inclusion (include_path='list of paths') in Unknown on line 0
Answer: the web server doesn't have read permissions on installer.
To solve the problem:
chmod +r /a/path/templeet-snapshot-XXXXXXX.php