New & Batch Application generate apps that causes systax error, unexpected '^' ...

After the last update I found the following errors:

  • "New Application" & "Batch Application" doesn't function. When I create a new application all seems ok, but when I try to run it, I always get white screen and in "error.log" I find the following entry:
[INDENT] [INDENT] [INDENT][Sun Sep 08 10:49:31.349659 2019] [:error] [pid 2485] [client 127.0.0.1:51432][SIZE=14px][/SIZE][SIZE=18px][B]PHP Parse error: syntax error, unexpected '^' in /var/www/html/scriptcase/app/testapp/grid_test/index.php on line 3953[/B][/SIZE], referer: http://localhost/scriptcase/devel/iface/editor.php?randjs=cdIMxdaYPDskJEHZ[/INDENT] [/INDENT] [/INDENT]
  • When I recompile an existing pdfreport application, autmatic lookup methods of subselect fields stop working. When I run the pdfreport application I obtain the following message:
[INDENT] [INDENT] [INDENT]ERROR: syntax error at or near "order" LINE 1: ...cription from items where id_item = Array order by d... ^ select description from items where id_item = Array order by description[/INDENT] [/INDENT] [/INDENT] [INDENT]- The lookup sentence is very simple: [INDENT] [INDENT]SELECT description FROM articulos WHERE id_item = {items.id_item} ORDER BY description[/INDENT] [/INDENT] [/INDENT] I'm working with postgres and my environment is:
  • PHP: 7.0.33-11+ubuntu18.04.1+deb.sury.org+1
  • Hostname: Host
  • SourceGuardian: 11.2
  • OS: LINUX HOST 4.15.0-60-GENERIC #67-UBUNTU SMP THU AUG 22 16:55:30 UTC 2019 X86_64
  • WEB Server: Apache/2.4.29 (Ubuntu)
  • ScriptCase Devel: 9.4.005
  • ScriptCase Build: 1
  • ScriptCase Prod: 9.4.005

Thanks in advance…