Hi,
I am trying to find out if this is a bug worth reporting as it seems a little odd.
I am trying to put togeter a widget but when testing with my live site i get an issue using the plugin editor.
when I use a qry block with SUBSTRING($x, 1, 1) The editor bombs out to a webpage saying "sorry page is no longer availbale"
When I use SUBSTR($x, 1, 1) its fine.
On my local Wamp setup it doesn't care which one I use.
Any one have any thoughts?