View previous topic :: View next topic |
Author |
Message |
Enric -
Joined: 28 Dec 2003 Posts: 3
|
Posted: Sun Dec 28, 2003 9:54 am Post subject: help getting a simple php/flash chat application to work |
|
|
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 |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Dec 28, 2003 6:19 pm Post subject: Re: help getting a simple php/flash chat application to work |
|
|
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 |
|
 |
Enric -
Joined: 28 Dec 2003 Posts: 3
|
Posted: Mon Dec 29, 2003 12:23 am Post subject: Re: help getting a simple php/flash chat application to work |
|
|
got it up and running now thanks to u man! |
|
Back to top |
|
 |
|