php include issues

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


Joined: 22 Apr 2004
Posts: 16

PostPosted: Mon May 17, 2004 4:33 pm    Post subject: php include issues Reply with quote

ok, hey everyone,

i dunno whats going on with php, but its been messing up a lot on my server lately, i mean its weird, for instance, i installed this shoutbox script, and it is giving me errors like this:

Notice: Undefined index: submit in C:\Program Files\Abyss Web Server\htdocs\shoutbox.php on line 24

can someone help me plz
Back to top View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon May 17, 2004 8:48 pm    Post subject: Reply with quote

Go to your php.ini file and change the following
line to the below settings , its just a Notice , nothing
wrong with the php script at all , to turn off notices , do
the following and they will be gone.

error_reporting = E_ALL;

To

error_reporting = E_ALL & ~E_NOTICE;
Back to top View user's profile Send private message Visit poster's website
goku112
-


Joined: 22 Apr 2004
Posts: 16

PostPosted: Tue May 18, 2004 12:04 am    Post subject: Reply with quote

yo thanks 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