mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
add (FA)Q: I get "SAFE MODE Restriction in effect. ..."-errors when running smarty.
This commit is contained in:
4
FAQ
4
FAQ
@@ -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
|
Q: The template goes into an infinite loop when I include included templates
|
||||||
that pass local variables
|
that pass local variables
|
||||||
Q: Javascript is causing Smarty errors in my templates.
|
Q: Javascript is causing Smarty errors in my templates.
|
||||||
|
Q: I get "SAFE MODE Restriction in effect. ..."-errors when running smarty.
|
||||||
|
|
||||||
MISC
|
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.
|
Q: Javascript is causing Smarty errors in my templates.
|
||||||
A: Surround your javascript with {literal}{/literal} tags. See the docs.
|
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
|
MISC
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user