View previous topic :: View next topic |
Author |
Message |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Thu Feb 17, 2005 11:45 pm Post subject: MySQL Problem with phpBB |
|
|
MySQL Problem
Hello. I have just followed the tutorial for MySQL, phpMyAdmin and phpBB on the tutorials forum but only managed to get MySQL and phpMyAdmin working with some help from TRUSTpunk (cheers mate!).
I followed the phpBB tutorial but couldn't get it to work. I got the following errors after the installation and it cannot connect to the database!
Code: |
Warning: mysql_query(): Your query requires a full tablescan (table phpbb_config, 61 rows affected). Use EXPLAIN to optimize your query. in N:\phpbb\db\mysql4.php on line 118 Warning: Cannot modify header information - headers already sent by (output started at N:\phpbb\db\mysql4.php:118) in N:\phpbb\includes\sessions.php on line 188 Warning: Cannot modify header information - headers already sent by (output started at N:\phpbb\db\mysql4.php:118) in N:\phpbb\includes\sessions.php on line 189 Warning: Cannot modify header information - headers already sent by (output started at N:\phpbb\db\mysql4.php:118) in N:\phpbb\includes\page_header.php on line 475 Warning: Cannot modify header information - headers already sent by (output started at N:\phpbb\db\mysql4.php:118) in N:\phpbb\includes\page_header.php on line 477 Warning: Cannot modify header information - headers already sent by (output started at N:\phpbb\db\mysql4.php:118) in N:\phpbb\includes\page_header.php on line 478
|
If anyone can help it will be greatly appriciated.
Thanks. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Feb 19, 2005 8:56 pm Post subject: Re: MySQL Problem with phpBB |
|
|
The Inquisitor,
The first warning you received has to do with PhpBB source code. The other warining are displayed as a consequence of the first warining.
We recommend reporting the first warning to PhpBB team. They are more qualified than us to tell you how to solve this problem (it may be a bug in their software.) _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Sat Feb 19, 2005 11:16 pm Post subject: |
|
|
OK, thanks, that I will do when I get round to it. After spending two days trying to get MySQL working with the kind help of TRUSTpunk, I have decided to keep to PHP for a while, otherwise, I may end up damaging something, lol.
Thanks again. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
|