View previous topic :: View next topic |
Author |
Message |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Sun Mar 20, 2005 2:13 pm Post subject: MySQL HELP! |
|
|
I finally got round to installing mysql with a friend and we both get the same error after following tutorials from trustpunk.
Code: |
Warning: mysql_query(): Your query requires a full tablescan (table phpbb_config, 61 rows affected). Use EXPLAIN to optimize your query. in m:\template-site\forum\db\mysql4.php on line 118 Warning: Cannot modify header information - headers already sent by (output started at m:\template-site\forum\db\mysql4.php:118) in m:\template-site\forum\includes\sessions.php on line 188 Warning: Cannot modify header information - headers already sent by (output started at m:\template-site\forum\db\mysql4.php:118) in m:\template-site\forum\includes\sessions.php on line 189 Warning: mysql_query(): Your query requires a full tablescan (table phpbb_users, 2 rows affected). Use EXPLAIN to optimize your query. in m:\template-site\forum\db\mysql4.php on line 118 Warning: Cannot modify header information - headers already sent by (output started at m:\template-site\forum\db\mysql4.php:118) in m:\template-site\forum\includes\sessions.php on line 188 Warning: Cannot modify header information - headers already sent by (output started at m:\template-site\forum\db\mysql4.php:118) in m:\template-site\forum\includes\sessions.php on line 189 Warning: Cannot modify header information - headers already sent by (output started at m:\template-site\forum\db\mysql4.php:118) in m:\template-site\forum\includes\functions.php on line 803 Warning: (null)(): 1 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in Unknown on line 0
|
Help please! This is all I get after installing phpBB!
Andy (aka The Inquisitor) _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
k1ll3rdr4g0n -
Joined: 04 Jul 2004 Posts: 609
|
Posted: Sun Mar 20, 2005 4:15 pm Post subject: |
|
|
Try using an older version of MySQL. It seems as if they have included new syntax in the handling of MySQL databses. Or try the newest version of PHP. Thats what I would do first. :/ _________________
 |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Sun Mar 20, 2005 5:01 pm Post subject: |
|
|
OK, i will try that, thanks.
Andy (aka The Inquisitor) _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
|