Re: Incorrect newline counters
[email protected] (Greg Stark)
| Newsgroups | php.smarty.dev |
|---|---|
| Organization | The Emacs Conspiracy; member since 1992 |
| Message-ID | <[email protected]> |
Bharat Mediratta <[email protected]> writes: > Many Smarty issues are caught during the compile phase, and it will tell me > the exact line in the template where the failure is. Plenty of things aren't though. They just produce random PHP errors in executing the template. I find about half the errors I make result in an Smarty error and half result in a PHP error for which I have to go open up the compiled template to figure out where in the code it's coming from. Incidentally, the new behaviour with CRC codes in the template names is really annoying in that respect as well. It means I can't figure out the template file name myself I have to go and look at what's there in order to find the template. -- greg