This topic is locked
[SOLVED]

 URGENT - PHPRunner generating incomplete URL

2/28/2011 5:38:14 AM
PHPRunner General questions
J
jcoelho author

Hello,
I was working on a project with Phprunner 5.3 and all was going well. Sudenly, when adding a new table (tried several different tables), the generated application comes with incomplete/corrupted URLs, lacking the first name part of the file:

"The requested URL /output9/_list.php was not found on this server." - example taken from the menu link to a file called tablename_list.php.
The files are correctly generated, the links are not, always generated like "_list.php" or "_edit.php" or whatever. This is happening only with new tables added to the project, and not with the ones already existing.
Reinstalled PHPRunner, without success... Can someone help on this?

Sergey Kornilov admin 2/28/2011

We've got your project on Demo Account and looking into this.

J
jcoelho author 3/10/2011



We've got your project on Demo Account and looking into this.


Jane solved it: it was obvious, but i didnt remembered that i had the commonfunctions.php file on the project /source folder.

Thats why, when adding new tables or forms to the project, the files name were corrupted/incomplete (something like "_list.php" and so on), because the commonfunctions.php file was not being refreshed/updated - in the end, the old version at the “/source” folder would substitute the correctly generated one).
Solution: take out commonfunction.php from /source project folder.
Thank you Jane, thank you xlinesoft <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=56973&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />