Problem: PHPRunner v.10 unable to open project files created using PHPRunner v. 5 with this error message …
TROUBLE SHOOTING
SOLUTION |
SOLVED? |
Edit the “.phpr” file created by PHPRunner v. 5, change the database connection variables. | No. |
Use PHPRunner v. 5 to re-build PHP files and update the “.phpr” with correct database settings. | No. |
Use PHPRunner v. 6.2 to re-build PHP files and update the “.phpr” created by PHPRunner v. 5 in above.
PHP v. 6.2 is able to open “.phpr” file created by v. 5. |
No. PHPRunner v. 10 us unable to open the “.phpr” file created by v. 6.2. |
Use PHPRunner v. 10 to create a new project and connect to MySQL database server. Open the “.phpr” file to review the connection string. | No because “.phpr” structure is different between PHPRunner v. 10 and v. 5 |
Use PHPRunner v. 8 to open “CRM.phpr”, re-build PHP files and update the “.phpr” created by PHPRunner v. 5 in above. | Yes. PHPRunner v. 10 is able to open “.phpr” file created by v.8. |
Conclusion: PHPRunner v. 10 cannot open project files created by PHPRunner v. 7 and earlier.
Solution: use PHPRunner v. 8 to re-build project file created by earlier version of PHPRunner, then use v. 10 to open project files created by PHPRunner v.8.
NOTE
- PHP files generated by PHPRunner v. 5, 6, 7, 8 will have error message “mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead” when uploaded to crm.mobiteks80.com as they are NOT using “mysqli”.