PDA

View Full Version : AMFPHP, problem


sashka_nem
11-28-2007, 12:22 PM
Hi,

I have the problem with amfphp, flash chat app, it works everywhere, on localhost and on several other host except my clients host, configuration details ar correct I have checked, the only difference I have noticed yet is in php.ini, open_basedir value isn't set to "no value", on every other server it is "no value", can this coz the problem? debuggateway.php writes this:



Notice: Undefined variable: HTTP_RAW_POST_DATA in /home/aussiebi/public_html/ChatRoom/amfphp/debuggateway.php on line 23

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/aussiebi/public_html/ChatRoom/amfphp/browser/client/AMFClient.php on line 119

cURL and the debug gateway are installed correctly. You may now connect to the debug gateway from Flash.

View the amfphp documentation


on the hosts that it works fine debuggateway.php writes only following:

cURL and the debug gateway are installed correctly. You may now connect to the debug gateway from Flash.

View the amfphp documentation



I am not sure that this can be the problem but, my amfphp is stuck on that server.

thanks in advance