help getting a simple php/flash chat application to work

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
Enric
-


Joined: 28 Dec 2003
Posts: 3

PostPosted: Sun Dec 28, 2003 9:54 am    Post subject: help getting a simple php/flash chat application to work Reply with quote

vchatflash

the only requirement is PHP enabled server and the tutorial says that there is nothing to configure just upload the whole directory and thats it, but when i view the chat aplication main html the following errors apears:


Notice: Undefined variable: message in C:\Program Files\Abyss Web Server\htdocs\vchatflash\chat.php on line 38



Notice: Undefined offset: 0 in C:\Program Files\Abyss Web Server\htdocs\vchatflash\chat.php on line 49



Notice: Undefined offset: -1 in C:\Program Files\Abyss Web Server\htdocs\vchatflash\chat.php on line 49
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Dec 28, 2003 6:19 pm    Post subject: Re: help getting a simple php/flash chat application to work Reply with quote

Enric,

Open php.ini and locate the line:

Code:
register_globals=off


and set it to:

Code:
register_globals=on


save the file and retry your script.

You can search for "undefined variable" in this forum for the full explanation (this topic was discussed more than a hundred times before :D ).
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Enric
-


Joined: 28 Dec 2003
Posts: 3

PostPosted: Mon Dec 29, 2003 12:23 am    Post subject: Re: help getting a simple php/flash chat application to work Reply with quote

got it up and running now thanks to u man!
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group