boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Warning: undefined variable etc

 
Post new topic   Reply to topic    boardom Forum Index -> Installation issues
View previous topic :: View next topic  
Author Message
michel v
Site Admin


Joined: 25 Jan 2002
Posts: 799
Location: Corsica

PostPosted: Mon Apr 08, 2002 12:20 am    Post subject: Warning: undefined variable etc Reply with quote

You probably want to read these :

http://www.php.net/manual/en/phpdevel-errors.php
http://www.php.net/manual/en/function.error-reporting.php

RTFM Smile
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
dlo001



Joined: 08 Feb 2003
Posts: 3

PostPosted: Sat Feb 08, 2003 8:01 pm    Post subject: Reply with quote

This is also a register_globals = Off problem. Set it to On (if your admin allows it...)
Back to top
View user's profile Send private message
quasar



Joined: 10 May 2003
Posts: 1

PostPosted: Sat May 10, 2003 7:07 pm    Post subject: why am i getting this? Reply with quote

installing on localhost. all databases created okay. got password. logged in.

I see the 1st message, but i get these errors at the bottom of the page:

Warning: Undefined variable: querycount in e:\b2\b2-include\b2functions.php on line 361

2003/05/10 @ 20:48:19 [
Warning: Undefined index: comments in e:\b2\b2-include\b2template.functions.php on line 746
no comment
Warning: Undefined index: trackbacks in e:\b2\b2-include\b2template.functions.php on line 746

Warning: Undefined index: pingbacks in e:\b2\b2-include\b2template.functions.php on line 746
Back to top
View user's profile Send private message
whitearican



Joined: 20 Jun 2003
Posts: 1

PostPosted: Fri Jun 20, 2003 1:49 am    Post subject: i get the same error as quasar Reply with quote

i get the same error as quasar
Back to top
View user's profile Send private message
custard_chris



Joined: 11 Jul 2003
Posts: 1

PostPosted: Fri Jul 11, 2003 10:32 pm    Post subject: Reply with quote

Changing the first line of index.php from
Quote:
Code:
<?php
/* Don't remove this line, it calls the b2 function files ! yaya yada...
to
Quote:
Code:
<?php
error_reporting(0);

/* Don't remove this line, it calls the b2 function files ! yada yada...
seems to get rid of those messages. Of course it'll block any actual error messages you manage to create in the page as well...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Installation issues 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 2 © 2001, 2002 phpBB Group