View previous topic :: View next topic |
Author |
Message |
kemicza -
Joined: 03 Apr 2004 Posts: 1
|
Posted: Sat Apr 03, 2004 11:29 am Post subject: Problem |
|
|
I get this error when i'm trying to open my forum
Code: | Notice: Undefined variable: HTTP_USER_AGENT in C:\Program Files\Abyss Web Server\htdocs\forum\html\mainfile.php on line 16
Notice: import_request_variables(): No prefix specified - possible security hazard in C:\Program Files\Abyss Web Server\htdocs\forum\html\mainfile.php on line 39
Notice: Undefined variable: forum_admin in C:\Program Files\Abyss Web Server\htdocs\forum\html\mainfile.php on line 67
Notice: Undefined variable: inside_mod in C:\Program Files\Abyss Web Server\htdocs\forum\html\mainfile.php on line 70
Notice: Undefined variable: inside_mod in C:\Program Files\Abyss Web Server\htdocs\forum\html\db\db.php on line 44
Fatal error: Call to undefined function: message_die() in C:\Program Files\Abyss Web Server\htdocs\forum\html\db\db.php on line 88 |
Please help!!!! I dont have time to look on the forums so i posted a new Topic |
|
Back to top |
|
 |
jvoni -
Joined: 15 May 2003 Posts: 9
|
Posted: Sat Apr 03, 2004 5:55 pm Post subject: |
|
|
That entirely depends on your entire code. The Undefined Variable errors are usually caused when you try to check the value of a variable that has not been set yet... eg: tell me the value of X when X hasn't been set to anything yet. The message_die error looks like you are calling a function that isn't there. When calling functions it is case sensative... at least in javascript, so be aware of that. And the "import_request_variables" error is a new one to me, sorry. _________________ JvonI.
Current Project: http://techmind.no-ip.com
Using PHP, MySQL, JavaScript, HTML |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sat Apr 03, 2004 10:03 pm Post subject: |
|
|
Now what forum is this? Did you try to make it yourself? _________________ Bienvenidos! |
|
Back to top |
 |
 |
|