kuporpal / smartypdt

Automatically exported from code.google.com/p/smartypdt
0 stars 0 forks source link

invalid Text string #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. just try to use {foreach from=$var item=row}
What is the expected output? What do you see instead?
Don't getting a warning

What version of the product are you using? On what operating system?
Eclipse 3.2.100
PDT 1.0.1
SmartyPDT 0.5.2

Please provide any additional information below.

When using newer Eclipse und PDT i still get this "Error 2" described in
Issue 3.

Original issue reported on code.google.com by wich...@gmail.com on 3 Jan 2008 at 7:56

Attachments:

GoogleCodeExporter commented 8 years ago
i have this problem too, possible due to Eclipse WST? (cause '>' is not a valid 
char,
HTML validation)

Original comment by sebastia...@gmail.com on 16 Jan 2008 at 8:57

GoogleCodeExporter commented 8 years ago
I have this error two. I downloaded the current all-in-one-PDT package, added
subclipse and after that smartypdt. I checked out my projects from SVN and hat 
to
change the projects to PHP Projects manually.

Reloading eclipse then gives me the "2" error on the first page of every Smarty 
template.

Original comment by benjamin...@web.de on 18 Jan 2008 at 5:19

GoogleCodeExporter commented 8 years ago
I'm having the same problem. I also commented on Issue 3 as this is the same 
problem.

Original comment by kevin.ha...@gmail.com on 13 Feb 2008 at 2:29

GoogleCodeExporter commented 8 years ago
I get it too with things like:
{if count( $candidates ) > 0 }

or:

{if $candidate->getVisible() == 1 }

Original comment by chris.de...@gmail.com on 7 Apr 2008 at 12:21

GoogleCodeExporter commented 8 years ago
Same problem here, i have moved from Windows to Linux, hoping that i would be 
fixed
Eclipse installation from
http://downloads.zend.com/pdt/all-in-one/pdt-1.0.2.R20080103_debugger-5.2.12.v20
071210-all-in-one-linux-gtk.tar.gz
Smartypdt installation from
http://smartypdt.googlecode.com/files/smartypdt-0_5_4.zip

I have checked Content type, .tpl associated only as Smarty template

Deleted and rebuilt project and it's files several times, created simple dummy
project with one file, same problem.

Original comment by tif...@gmail.com on 9 Jun 2008 at 2:07

GoogleCodeExporter commented 8 years ago
problem still present in 0.5.5 (0.6.0) in galileo
{if $accessLevel >= 1}
{if $loggedIn === TRUE}
 {if $loggedIn == TRUE}

all present invalid text string

Original comment by ben.kel...@gmail.com on 24 Sep 2009 at 1:57

GoogleCodeExporter commented 8 years ago
I have two identical eclipse installations on windows and on Linux. I see this 
problem only on Linux. When I used another eclipse installation on Linux 
machine (PDT all in one) - I hadn't this problem. I got this problem when I add 
php support to the project and system was rebuilding smth for some time. And 
only after that I got this problem.

Original comment by salex...@gmail.com on 8 Apr 2012 at 5:10