Sida 1 av 1

"Could not query forums information" (LÖST)

Postat: 2005-12-07 16:39
av Burken
Blev ganska ledsen idag när ja skulle gå in på forumet...:


Warning: mysql_query(): Unable to save result set in /home/n/nordic85x70club/nordic85x70club/nordic85x70club.com/forum/db/mysql4.php on line 118

Fel

Could not query forums information

DEBUG MODE

SQL Error : 1030 Got error 127 from storage engine

SELECT f.*, p.post_time, p.post_username, u.username, u.user_id FROM (( phpbb_forums f LEFT JOIN phpbb_posts p ON p.post_id = f.forum_last_post_id ) LEFT JOIN phpbb_users u ON u.user_id = p.poster_id ) ORDER BY f.cat_id, f.forum_order

Line : 167
File : index.php

Powered by phpBB 2.0.13 © 2001 phpBB Group
Swedish translation by virtuality © 2005

Hur kan man laga/fixa?:(

Postat: 2005-12-07 16:45
av Burken
nytt trevligt error....


Error in obtaining userdata

DEBUG MODE

SQL Error : 1030 Got error 127 from storage engine

SELECT user_id, username, user_password, user_active, user_level FROM phpbb_users WHERE username = 'Burken'

Line : 65
File : login.php

försökte logga in....

Postat: 2005-12-07 16:49
av Burken
Rad 118 i mysql4.php:
$this->query_result = mysql_query($query, $this->db_connect_id);

Postat: 2005-12-07 17:19
av Burken
<?
// test.php
mysql_connect('mysql.scorpionshops.com','nordic85x7_db1','*****') or die(mysql_error());
mysql_select_db('nordic85x7_db1') or die(mysql_error());
echo mysql_result(mysql_query('select * from phpbb_users where username = "Burken"'),0,0);
?>

gav mig....

Warning: mysql_query(): Unable to save result set in /home/n/nordic85x70club/nordic85x70club/nordic85x70club.com/forum/testa.php on line 5

Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/n/nordic85x70club/nordic85x70club/nordic85x70club.com/forum/testa.php on line 5


:shock: :( :(

Postat: 2005-12-07 18:12
av Burken
Webhotellet hade pillrat med några skumma rättigheter....

lösningn blev...
Ändrade mysql4.php till CHMOD 666 och sen tillbaka till 644
... :x :x
ja fattar inget.. löst iaf.. tack för hjälpen för ni läste iaf :P