This topic is locked
[SOLVED]

 menu page not found

7/23/2012 5:11:46 PM
PHPRunner General questions
D
DAndras author

Hello,
I kept receiving an error when I attempted to open my website that I built using PHPRunner.
The error stated that '/x/x/menu.' could not be found.
This was using PHPRunner version 6.1. I had created an entirely new project based upon some database information that was already created.
the url changed to hostname.com/x/x/menu.##pe!### (this is not exact, I just recall that there were pound signs)

D
DAndras author 7/23/2012

In order to solve this situation I had to do the following:

  • Navigate to the folder where you are saving your PHPRunner project.
  • Open index.htm and index.html
  • Edit the 5th line to read "<meta http-equiv=refresh content="0;url=menu.php">"
    I believe this is a minor bug in the program. It appears to be a part of a script that automates this file's knowledge of whether you are running PHPRunner or ASPRunner and changes the file accordingly. Apparently the changing part did not work in my situation.