From a398ab48009345c833e8f07a0923c1ee13264326 Mon Sep 17 00:00:00 2001 From: mohrt Date: Fri, 19 Jan 2001 16:10:06 +0000 Subject: [PATCH] initial commit of FAQ --- FAQ | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 FAQ diff --git a/FAQ b/FAQ new file mode 100644 index 00000000..9c6e58f3 --- /dev/null +++ b/FAQ @@ -0,0 +1,12 @@ +TROUBLESHOOTING +--------------- + +Q: Smarty is recompiling my templates on every invocation. +A: This is a bug that was fixed, grab the latest tarball. + +Q: I get the following error when running Smarty: + Warning: Wrong parameter count for preg_replace() in + Smarty.class.php on line 371 +A: preg_replace had a parameter added in PHP 4.0.2 that Smarty + requires. Upgrade to at least 4.0.4pl to fix all PHP issues with + Smarty.