kuporpal / smartypdt

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

Not showing smarty errors #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
After fiddling around for a while I got SmartyPDT installer properly (I
think), using eclipse 3.6M6, PDT 2.2 I201003241405 and SmartyPDT 0.9.0.

By editing PDT's plugin.xml I managed to remove the *.tpl association from
PDT, and my .tpl files now have Smarty's lightbulb icon.

I see no errors in the error log, and when I save my .tpl file eclipse
rebuilds the file.

When I use a run configuration to run my (only) PHP executable with Zend
Debugger, and do a phpinfo(INFO_MODULES), the ZendDebugger is properly
loaded as follows:

Zend Debugger

Passive Mode Timeout => 20 seconds

Directive => Local Value => Master Value
zend_debugger.allow_hosts =>
127.0.0.1/32,10.0.0.0/8,192.168.0.0/16,172.16.0.0/12 =>
127.0.0.1/32,10.0.0.0/8,192.168.0.0/16,172.16.0.0/12
zend_debugger.allow_tunnel => no value => no value
zend_debugger.deny_hosts => no value => no value
zend_debugger.expose_remotely => 2 => 2
zend_debugger.httpd_uid => -1 => -1
zend_debugger.max_msg_size => 2097152 => 2097152
zend_debugger.tunnel_max_port => 65535 => 65535
zend_debugger.tunnel_min_port => 1024 => 1024

However I can't seem to trigger "problem" highlights.
When I create a dummy .tpl file and add some non-existant tags (like
"foo"), or improper tags like {include} without any parameters or {insert}
like is shown on the screenshot of the Project Home, no errors are shown.

I can't seem to find any errors, or things that suggest there is something
wrong with my configuration. Any ideas what could be wrong?

Original issue reported on code.google.com by marijn%s...@gtempaccount.com on 7 Apr 2010 at 12:26