|
 gary kozlowski | 2008-09-06 16:15:50 |
I have copied all the files to my web server. When I tried to run the example all I get is "done" at the bottom of the screen.
I put a "print" statement before the "require("class_rrobin.php");" statement and it prints but then stops and I end up with "done" at the bottom again.
Thanks,
Gary Kozlowski
gary.kozlowski@gmail.com |
 Nicholas Mossor Rathmann | 2008-09-07 09:45:56 |
Hi.
It sounds like PHP is having trouble interpretating the class file. Are you running PHP 5? What does the PHP error-log look like? |
 gary kozlowski | 2008-09-07 12:43:41 |
I'm running PHP 4.3.9.
Where will I find the PHP error log? |
 Nicholas Mossor Rathmann | 2008-09-07 19:18:24 |
| OK. That is your problem. This class requires PHP 5, as written in the class infomation fields. Sorry, no PHP 4 support :-). |
 gary kozlowski | 2008-09-07 20:03:10 |
| OK. Thanks for the help... |
|