Re: [PHP] Need help calling PHP page from another server.

2006-05-18 Thread John Hicks
Robert Filipovich wrote: I am using a chat program and trying to call the status page from another server and the graphic that the page returns does not show up. It works if you are calling from the webserver that the chat program is working so i feel it is some type of config problem or

Re: [PHP] Need help calling PHP page from another server.

2006-05-18 Thread John Hicks
John Hicks wrote: Robert Filipovich wrote: I am using a chat program and trying to call the status page from another server and the graphic that the page returns does not show up. It works if you are calling from the webserver that the chat program is working so i feel it is some type of

Re: [PHP] Need help calling PHP page from another server.

2006-05-18 Thread John Hicks
Please reply to the list. Robert Filipovich wrote: I got this in the event viewer when I enabled suslogging. The description for Event ID ( 2000 ) in Source ( php ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages

Re: [PHP] Need help calling PHP page from another server.

2006-05-18 Thread Robert Filipovich
Looks like all of these are happening. The description for Event ID ( 2000 ) in Source ( php ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event:

Re: [PHP] Need help calling PHP page from another server.

2006-05-18 Thread John Hicks
Robert Filipovich wrote: Looks like all of these are happening. The description for Event ID ( 2000 ) in Source ( php ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following

Re: [PHP] Need help calling PHP page from another server.

2006-05-18 Thread Stut
John Hicks wrote: Robert Filipovich wrote: Looks like all of these are happening. The description for Event ID ( 2000 ) in Source ( php ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer.

Re: [PHP] Need help calling PHP page from another server.

2006-05-18 Thread Richard Lynch
You could claim that your error_reporting including E_NOTICE is the problem... But it would be FAR more correct to say that your code has errors of level E_NOTICE, and you've never fixed them before. Fix them. On Thu, May 18, 2006 2:09 pm, Robert Filipovich wrote: Looks like all of these are

Re: [PHP] Need help calling PHP page from another server.

2006-05-18 Thread John Hicks
Stut wrote: John Hicks wrote: Robert Filipovich wrote: Looks like all of these are happening. The description for Event ID ( 2000 ) in Source ( php ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote

Re: [PHP] Need help calling PHP page from another server.

2006-05-18 Thread Robert Filipovich
This worked. Thanks, Robert On 5/18/06, Stut [EMAIL PROTECTED] wrote: John Hicks wrote: Robert Filipovich wrote: Looks like all of these are happening. The description for Event ID ( 2000 ) in Source ( php ) cannot be found. The local computer may not have the necessary registry