Re: [PHP] "Invalid content" using FastTemplates

2002-07-09 Thread Alberto Serra
ðÒÉ×ÅÔ! PeterV wrote: >> Warning: Invalid content of \{\} in >> /home/httpd/includes/fasttemplate.class.php on line 199 You are on windows, aren't you? I remember seeing such a thing some two years ago. It vanished after php reinstallation. After that I did the right thing and had microsoft

Re: [PHP] "Invalid content" using FastTemplates

2002-07-09 Thread PeterV
The fix presented on the top of this page http://www.thewebmasters.net/php/FastTemplate.phtml Doesn't solve the problem. I have tried to replace $key = '{'."$key".'}';½ with $key = '\{'."$key".'\}'; still no luck! Is there a version of FastTemplates available somewhere that just works? thanks Pet

Re: [PHP] "Invalid content" using FastTemplates

2002-07-09 Thread PeterV
I am using php4.0.6, and on this page http://twig.screwdriver.net/file.php3?file=FAQ&plaintext=1 I found a mention of this error saying that it is because of changes in PHP4. However, I am using PHP 4 locally and on the test server and they both work. Do I have to ask them to upgrade to PHP 4.2.

[PHP] "Invalid content" using FastTemplates

2002-07-09 Thread PeterV
Help! I was using FastTemplates on my local machine AND on my personal server and it all worked well. When I am uploading the code to my client's server today, I get this strange warning whenever using FastTemplates: Warning: Invalid content of \{\} in /home/httpd/includes/fasttemplate.class.