Hi Everyone
I have tried to migrate from PHP Runner 5 to 6.2 build 15275 that i purchased yesterday.
I have had several problems during the migration, Most of these ive managed to solve, however im left with a few
The environment is
IIS7
SQL server 2008
PHPRunner Trial 6.2(build 15275)
I cannot give the build of the old version of PHPRunner as the server it was installed on is now dead.
Problem 1
If i use the user details stored in the database and try to log in i get an error saying incorrect login. I can add data to the table using PHPrunner "add admin user" and can see the details being added to the database.
So to try get round this i added a hard coded user and skipped querying the database table. This is somewhat successful however not what i would like to do.
Problem 2
When i get access to the database using the above method. The 2 main tables i want to view will not display any information. Its as if the query is continually running but doesn't complete
Other tables query and return data without issue
Regards
Jason