add (FA)Q: I get "SAFE MODE Restriction in effect. ..."-errors when running smarty.

This commit is contained in:
messju
2003-04-11 22:55:59 +00:00
parent 26bc623612
commit 61b1b4134f

4
FAQ
View File

@@ -35,6 +35,7 @@ Q: I'm running Windows 2000 and I get blank content. My compiled PHP files are
Q: The template goes into an infinite loop when I include included templates
that pass local variables
Q: Javascript is causing Smarty errors in my templates.
Q: I get "SAFE MODE Restriction in effect. ..."-errors when running smarty.
MISC
@@ -206,6 +207,9 @@ A: This was fixed in 1.3.2 (new global attribute)
Q: Javascript is causing Smarty errors in my templates.
A: Surround your javascript with {literal}{/literal} tags. See the docs.
Q: I get "SAFE MODE Restriction in effect. ..."-errors when running smarty.
A: Use $smarty->use_sub_dirs = false when running php in safe mode.
MISC
----