View previous topic :: View next topic |
Author |
Message |
Bloodbath187 -
Joined: 25 Jan 2004 Posts: 6
|
Posted: Tue Aug 10, 2004 11:12 pm Post subject: PHP Nuke problems |
|
|
I was recently running PHP 4.3.4, and I have updated it to PHP 5.
Anyways I was running PHP Nuke and since I updated php I get this error trying to access php nuke...
Code: | Notice: Undefined variable: HTTP_USER_AGENT in G:\Program Files\Abyss Web Server\NUKE\html\mainfile.php on line 16
Notice: import_request_variables() [function.import-request-variables]: No prefix specified - possible security hazard in G:\Program Files\Abyss Web Server\NUKE\html\mainfile.php on line 39
Notice: Undefined variable: forum_admin in G:\Program Files\Abyss Web Server\NUKE\html\mainfile.php on line 67
Notice: Undefined variable: inside_mod in G:\Program Files\Abyss Web Server\NUKE\html\mainfile.php on line 70
Notice: Undefined variable: inside_mod in G:\Program Files\Abyss Web Server\NUKE\html\db\db.php on line 44 |
Anyone know what the trouble is? whether its a problem with php nuke, or the new version of php and how to fix it?
heres a link to it... http://68.61.217.170/nuke |
|
Back to top |
|
 |
Bloodbath187 -
Joined: 25 Jan 2004 Posts: 6
|
Posted: Wed Aug 11, 2004 1:17 am Post subject: I got too frustrated |
|
|
I got too pissed off to be dealing with this stuff right now so I just uninstalled php 5 and installed php 4.3.8 and php nuke works fine now, I have no clue what the problem was...
but then again I am a total php noob, so that would explain it. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed Aug 11, 2004 1:54 am Post subject: |
|
|
These are Notices , we have went over these many times on the forum , im not going to tell you how to
disable these because we already went over this just search the forum and find out how to disable them
or just open php.ini located in C:\Windows or C:\Winnt depending on your OS and look for the following
directive display_errors=On and change it to Off. Have A Nice Day ! I hope that helps you alot ! |
|
Back to top |
|
 |
|