Quote:
Originally Posted by borked
The "errors" you mentioned are simply PHP warnings, so it shouldn't have any effect on the running of the script. Turn off error reporting in php.ini with
display_errors = Off
and stop/start apache (not a graceful, but a full restart). Then you will not see those errors.
At this point, does the script still die? If so, there is something more sinister at hand.
|
There is something more to it then just the error. I modified the code to prevent it from throwing the warning but it didn't fix the issue. He will likely have to go through Kaltura's support to fix it.