| Newsgroups |
php.smarty.general |
| Message-ID |
<[email protected]> |
Jeff Mckeon wrote:
> Error reporting is turned on in php.ini but no errors are reported.
In addition to what Roberto writes:
What do you see?
Something or nothing (white page, with nothing in 'page source')?
The Smarty people insist that Smarty has proper error reporting, however
I experience white page without 'page source' in several situation -
a) Check the permissions of the template folder/files and the
permissions of the templates_c/cache folders, the web server should be
able to read/write there.
b) It helps sometimes to clean up cache/templates_c.
c) Not properly closing certain Smarty tags, like {strip}, {if} - your
example has several {if}s.
Perhaps if you are more specific with what exactly happens, you will get
more help.
Iv