This topic is locked
[SOLVED]

 New project generates error from table in old project

8/30/2016 1:55:52 PM
PHPRunner General questions
P
PHPRunnerExplorer author

Hi,
I'm quick-building a project from a single database table. Everything generates fine.
But after Building and then trying to View in Browser from PHPRunner, it displays a 404 error that
The requested URL /(table from previous project)_list.php was not found on this server.
I performed a global search in the project folder directly and its subfolders, including the .phpr file, and there is no reference to the prior table, except for the error log.
How can I clear out this table from the new project, so that View in Browser runs only the list.php from the only table in the project?
This is in Windows 7 Enterprise, version 9, Build 26849 x86.

Sergey Kornilov admin 8/30/2016

You need to find out where this old URL is coming from. Probably you need to specify one of existing pages as 'Landing page' on Miscellaneous screen.

P
PHPRunnerExplorer author 8/31/2016

I went ahead and explicitly set the Landing Page/URL to a _list.php, with the current table, taking the default that PHPRunner provides. But when Viewing in the Browser, it still shows that older url from the previous table.
Note that the previous table is a real table from the same database.
I'm going to try a reboot, and see what happens.



You need to find out where this old URL is coming from. Probably you need to specify one of existing pages as 'Landing page' on Miscellaneous screen.

P
PHPRunnerExplorer author 8/31/2016

PHPRunner must be using a cache. A reboot cleared up the problem.
All set, thanks.



I went ahead and explicitly set the Landing Page/URL to a _list.php, with the current table, taking the default that PHPRunner provides. But when Viewing in the Browser, it still shows that older url from the previous table.
Note that the previous table is a real table from the same database.
I'm going to try a reboot, and see what happens.

Sergey Kornilov admin 8/31/2016

Just to elaborate, PHPRunner doesn't have a cache but your web browser does. Clearing browser's cache most likely would have done the same.