This topic is locked
[SOLVED]

 Project rebuild problem

7/28/2012 1:49:09 PM
PHPRunner General questions
rsawchuk author

Yesterday I upgraded our server to PHP 5.3. As a result, 8 important applications I had build using PHPRunner prior to 2009 all stopped working due to the split() deprecation.
I intially tried to find a simple solution/fix to commonfunctions.php by replacing split with explode function. However, I was unable to do so.
Next, I found the original PHPRunner files and opened them in PHPRunner 6.1. They opened fine, and everything seemed to be in order. However, when I build the project, I get a bunch of system error: 3 messages and no files (list, edit, etc.) are output.
Has anyone else had this problem and was able to solve it? Or is my only alternative to recreate the all the affected applications in PHPR 6.1?
All suggestions appreciated.
Thanks,
Russ

C
cgphp 7/29/2012

I intially tried to find a simple solution/fix to commonfunctions.php by replacing split with explode function. However, I was unable to do so.


What's wrong with replacing split with explode?

rsawchuk author 7/29/2012

Cristian,
My PHPRunner original files were so old that I was unable to locate the split functions in the code.
I decided the best solution is to simply recreate the projects in PHPR 6.1 to avoid any more or future problems. This I have done and everything is now working. I still only need to redo the customizations for each project. Thank goodness that PHPRunner is simple enough to use so that redoing the projects is easy.
Russ