I upgraded from PhpRunner 3.1 to 4.1, but installed the 4.1 in a separate folder. When I went to build the exsisting project from 3.1 in my new upgrade of 4.1 I ran into problems when clicking on the publish button.
There are radion buttons to choose from before uploading your project:
- upload only changed files
- upload all files
- upload all files in output directory
When I select the last option, I get error messages that the index.php, login.php, and register.php files cannot be found:
It is trying to look in a directory that doesn't exsist, you will see the 2 backslashes below:
c:\PhpRunner4.1\project\output\\login.php
Do I have to rebuild my project fpr version 4.1? How can I remove one of the backslashes?