This topic is locked

call listpage with parameters

8/11/2023 10:43:04 AM
PHPRunner General questions
pmontavon author

I developed an application in version 10.3 which contains several lists which are called directly in the URL. (see below)
Version 4.3
http://myserver:1234/app_meca/app_meca_list.php?page=list_5&q=(IDPDC~equals~05)(Creator~equals~TAB4069)&f=all
In this version, parameters are executed successfully
In new versions of phprunner, I obtain the result below (tested in version 10.7, 10.8, 10.9)
http://myserver:1234/app_meca/app_meca_list.php?q=%28IDPDC~equals~05%29%28Createur~equals~TAB4069%29&orderby=dIDSB
Parameters are not recognized and not executed
Any idea ?
Thanks in advance
Pascal

Sergey Kornilov admin 8/11/2023

I suggest you build a project in version 10.91 and run that kind of search manually first. The parameters may have changed since then.