Seite 1 von 1

SQL Problem

Verfasst: 30.10.2003 13:50
von Rösti
hallo ich habe auf einen mal ein SQL Fehler und ich habe gar nichts verändert sein einen halben Jahr!Kann mir mal einer sagen was das heißen soll.Bitte!


Could not query poll information

DEBUG MODE

SQL Error : 1 Can't create/write to file '/tmp/#sqle1_6e8c_2.MYI' (Errcode: 13)

SELECT t.*, vd.* FROM phpbb_topics AS t, phpbb_vote_desc AS vd WHERE t.forum_id IN (1) AND t.topic_status <> 1 AND t.topic_status <> 2 AND t.topic_vote = 1 AND t.topic_id = vd.topic_id ORDER BY t.topic_time DESC LIMIT 0,1

Line : 179
File : /data/members/paid/g/r/gruenecouch.de/htdocs/www/phpBB2/portal_poll.php

Verfasst: 30.10.2003 13:54
von PhilippK
Versuch mal, per phpMyAdmin auf die DB zuzugreifen und die ganzen Tabellen die mit phpbb_ anfangen, zu reparieren.
Wenn das nicht klappt, solltest du dich an den Support deines Providers wenden. Ist ein DB-Problem und hat nichts mit phpBB zu tun.

Gruß, Philipp