This topic is locked
[SOLVED]

 Cannot log in After building with 10.1

2/25/2019 11:29:09 AM
PHPRunner General questions
M
Mark Kramer author

I built a project in 10.0 Enterprise and it worked fine. I downloaded the new 10.1, uninstalled the 10.0 and then installed 10.1. I loaded the project and did a full build and an upload "all" files. When it is finished uploading it opens the login page and allows me to type in the credentials but it will not allow me to submit. The button highlights as I mouse over but when I click nothing happens.
I took the login page out an tried with no security and was able to get to the main page of the site and see some data but my dashboards were not there (assuming a permission left over from the build) Any body having an issue like this or any suggestions would greatly appreciated.
Thanks

mk

lefty 2/25/2019



I built a project in 10.0 Enterprise and it worked fine. I downloaded the new 10.1, uninstalled the 10.0 and then installed 10.1. I loaded the project and did a full build and an upload "all" files. When it is finished uploading it opens the login page and allows me to type in the credentials but it will not allow me to submit. The button highlights as I mouse over but when I click nothing happens.
I took the login page out an tried with no security and was able to get to the main page of the site and see some data but my dashboards were not there (assuming a permission left over from the build) Any body having an issue like this or any suggestions would greatly appreciated.
Thanks

mk


Did you change the folder name for the project to a new project name and output destination? Then Build the output. I have accidentally have done this sending one project to another folder on an older project version which could mess up security also. You shouldn't have to uninstall 10. Just use 10.1 in another folder. I have folders for 7.0 up. Copy the older project into PHPrunner10.1 then open in 10.1 and save . Then check output destination / database connections and security . Then Build. Aslo there is a new build that just came out this morning . See Change Log

M
Mark Kramer author 2/25/2019



Did you change the folder name for the project to a new project name and output destination? Then Build the output. I have accidentally have done this sending one project to another folder on an older project version which could mess up security also. You shouldn't have to uninstall 10. Just use 10.1 in another folder. I have folders for 7.0 up. Copy the older project into PHPrunner10.1 then open in 10.1 and save . Then check output destination / database connections and security . Then Build. Aslo there is a new build that just came out this morning . See Change Log


I will give it shot. Thanks!
Also as a note. I have had issues with multiple versions on the same machine. Little things just stop building right. Usually a reinstall of the version would fix it. My solution was to create Virtual machines. One for 8.1, One for 9.8 and One for 10. Works pretty well this way and I can still support the older code plus test different versions of PHP.

M
Mark Kramer author 2/25/2019



I will give it shot. Thanks!
Also as a note. I have had issues with multiple versions on the same machine. Little things just stop building right. Usually a reinstall of the version would fix it. My solution was to create Virtual machines. One for 8.1, One for 9.8 and One for 10. Works pretty well this way and I can still support the older code plus test different versions of PHP.


Turns out the release this morning fixed it.. Weird stuff sometimes. But hey PHPrunner is One bad ass program. I can handle the occasional wtf moment.. Thanks for your help.

lefty 2/25/2019



Turns out the release this morning fixed it.. Weird stuff sometimes. But hey PHPrunner is One bad ass program. I can handle the occasional wtf moment.. Thanks for your help.


Building on the same machine is okay . Make sure you clear your browser cache as it still has cookies in it from previous tests. I have no issues when I clear browser using multiple projects at the same time.

M
Mark Kramer author 2/25/2019



Building on the same machine is okay . Make sure you clear your browser cache as it still has cookies in it from previous tests. I have no issues when I clear browser using multiple projects at the same time.


I clear the browser cache every change. The Different versions on the same seem to "break" certain connections that just won't build right. Example: I'm building "project 1" in 8.1, save and close. Then along comes a new version or patch like from 9.7 to 9.8. I update then I work on "project 2" in 9.8 save it and close. Later on I come back load 8.1, then "project 1", I try to build. Sometimes it works other times I get random errors. Sometimes it's the website has areas that wont work as they should. Random icons are dead that worked before but not built since the patch for 9.7 to 9.8

(Full build 99% of the time).. Clicking some icons work, others do not. The solution that has worked every time has been a reinstall 8.1 (or 9.7 in some cases), rebuild and re-upload. My guess is that there is a .dll file or jscript file that is different between versions but shares the same name and the reinstall puts it back after the next version overwrites it. May be a logical fallacy I'm chasing but it seems to point that way..
My background is in hardware and troubleshooting, not really programming that much. Basic (with line numbers) and scripts were what I learned back in the day.. I'm about 3 years into php and jscript and have a lot to learn yet and I do appreciate the other points a view. Thank you

lefty 2/26/2019



I clear the browser cache every change. The Different versions on the same seem to "break" certain connections that just won't build right. Example: I'm building "project 1" in 8.1, save and close. Then along comes a new version or patch like from 9.7 to 9.8. I update then I work on "project 2" in 9.8 save it and close. Later on I come back load 8.1, then "project 1", I try to build. Sometimes it works other times I get random errors. Sometimes it's the website has areas that wont work as they should. Random icons are dead that worked before but not built since the patch for 9.7 to 9.8

(Full build 99% of the time).. Clicking some icons work, others do not. The solution that has worked every time has been a reinstall 8.1 (or 9.7 in some cases), rebuild and re-upload. My guess is that there is a .dll file or jscript file that is different between versions but shares the same name and the reinstall puts it back after the next version overwrites it. May be a logical fallacy I'm chasing but it seems to point that way..
My background is in hardware and troubleshooting, not really programming that much. Basic (with line numbers) and scripts were what I learned back in the day.. I'm about 3 years into php and jscript and have a lot to learn yet and I do appreciate the other points a view. Thank you


I only had this problem about 3 times since 2005 and learned a hard lesson. When you mentioned icons missing I got it right away. The only reason I lost them is because I saved a newer project with the same output name in the same folder and the same name as the older project. Then when I went back to work on the older project , It was totally corrupted . I lost the icons custom files and security was messed up. Now when I want to use an older project to start a new project say the older one is PHPrunner9.7/project1 I copy just the folder project1 to PHPrunner9.8/Project1 , Then I change the output name because if you don't it will build the new project to the old project folder in PHPrunner9.7/project1 ( corrupting it ) It does give you a warning but is confusing when you type it in it reverts back unless you click browse . ( and if different database don't forget to change it in the beginning of the project and at the end before output unless you are using 10.0 which fixed that for the end connection . Just a thought . Thanks for the feedback.

M
Mark Kramer author 2/26/2019



I only had this problem about 3 times since 2005 and learned a hard lesson. When you mentioned icons missing I got it right away. The only reason I lost them is because I saved a newer project with the same output name in the same folder and the same name as the older project. Then when I went back to work on the older project , It was totally corrupted . I lost the icons custom files and security was messed up. Now when I want to use an older project to start a new project say the older one is PHPrunner9.7/project1 I copy just the folder project1 to PHPrunner9.8/Project1 , Then I change the output name because if you don't it will build the new project to the old project folder in PHPrunner9.7/project1 ( corrupting it ) It does give you a warning but is confusing when you type it in it reverts back unless you click browse . ( and if different database don't forget to change it in the beginning of the project and at the end before output unless you are using 10.0 which fixed that for the end connection . Just a thought . Thanks for the feedback.


Cool Thanks. I will watch out for that. Each trick opens up a new door of possibilities

MK