This topic is locked
[SOLVED]

 Cannon connect - Moved permanently 301

7/7/2015 10:43:49 AM
PHPRunner General questions
M
Mexicomike author

In all my years of using PHPRunner, (started with V 5 and now on 8.0) I've never seen this. I had to change the passwords for my site. No problem. I input the new password into my connect skript. I cannot connect to any database. Get "Http Code 301 - Moved permanently" error. Yet the databases are still there, the tables are still there. Tried using older versions of program and got same results.
Should I reinstall PHPRunner on my computer? Any other ideas?

Sergey Kornilov admin 7/7/2015

I guess you use connection via phprunner.php and something has changed on the server so it file redirects now to another page and this is what prevents PHPRunner from connecting. Not sure what else I can say based on this info.

M
Mexicomike author 7/8/2015



I guess you use connection via phprunner.php and something has changed on the server so it file redirects now to another page and this is what prevents PHPRunner from connecting. Not sure what else I can say based on this info.



Thanks, that gave me an idea. I looked at the .htaccess file but there were no redirects at all for the database directories.
Since I cannot log into the database, i tried logging into other databases on the server. Could not log in. Used both the new 'root' PW and the old 'username' PW. Neither made any difference. What other info can i give you to help you help me?
Question - I should be using the 'username' and PW based on that username, correct?
I created a new database with a new user and am able to connect to it fine. In fact, I added that user to the old databse and it connected. I still cannot use the project, however. How can I move the project to a different directory(on my local drive and the FTP drive) and still be albe to open the project?

M
Mexicomike author 7/8/2015



Thanks, that gave me an idea. I looked at the .htaccess file but there were no redirects at all for the database directories.
Since I cannot log into the database, i tried logging into other databases on the server. Could not log in. Used both the new 'root' PW and the old 'username' PW. Neither made any difference. What other info can i give you to help you help me?
Question - I should be using the 'username' and PW based on that username, correct?
I created a new database with a new user and am able to connect to it fine. In fact, I added that user to the old databse and it connected. I still cannot use the project, however. How can I move the project to a different directory(on my local drive and the FTP drive) and still be albe to open the project?


I figured it out. Made a new user and pw and was able to add that user to existing connection script and am back on track. Mark this one closed. New problem will post in new post.