I use PHPRunner 5.3 Build 7474.
The problem is: if I set a total for a column on the list page and the table is empty, when I load the <name here>_list.php, the page keep loading endlessly.
I created a simple project with 1 mySQL table and 3 fields, just to test if the problem was my 150's tebles project from work.
Table test:
id BIGINT(20) unsigned, zerofilled, autoincrement, PRIMARY KEY,
data DATE,
numero DECIMAL(16,3)
If I add a total to the 'numero' field, when I try to load the test_list.php page, the problem persist.
If test is empty, the page keep loading.
If I insert 1 row, the page behave correctly.
Any help?
Thanks in advance,
Andrea