View previous topic :: View next topic |
Author |
Message |
michel v Site Admin
Joined: 25 Jan 2002 Posts: 799 Location: Corsica
|
|
Back to top |
|
 |
dlo001
Joined: 08 Feb 2003 Posts: 3
|
Posted: Sat Feb 08, 2003 8:01 pm Post subject: |
|
|
This is also a register_globals = Off problem. Set it to On (if your admin allows it...) |
|
Back to top |
|
 |
quasar
Joined: 10 May 2003 Posts: 1
|
Posted: Sat May 10, 2003 7:07 pm Post subject: why am i getting this? |
|
|
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 |
|
 |
whitearican
Joined: 20 Jun 2003 Posts: 1
|
Posted: Fri Jun 20, 2003 1:49 am Post subject: i get the same error as quasar |
|
|
i get the same error as quasar |
|
Back to top |
|
 |
custard_chris
Joined: 11 Jul 2003 Posts: 1
|
Posted: Fri Jul 11, 2003 10:32 pm Post subject: |
|
|
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 |
|
 |
|