Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
kathrin

Database Error

Recommended Posts

mySQL query error: SELECT f.*, c.id as cat_id, c.position as cat_position, c.state as cat_state, c.name as cat_name, c.description as cat_desc,

c.image, c.url, m.member_name as mod_name, m.member_id as mod_id, m.is_group, m.group_id, m.group_name, m.mid

FROM ibf_forums f, ibf_categories c

LEFT JOIN ibf_moderators m ON (f.id=m.forum_id)

WHERE c.id=f.category

ORDER BY c.position, f.position

mySQL error: Unknown column 'f.category' in 'where clause'

mySQL error code:

Date: Sunday 21st of May 2006 01:35:54 PM

Ich hoffe ihr könnt mir helfen :unsure:

Edited by kathrin

Share this post


Link to post

Bei Aufruf welcher Seite erscheint diese Fehlermeldung? Hast du iregndwelche Mods gerade eingebaut?

Kannst du in deiner Datenbank prüfen, ob eine Spalte category in der Tabelle ibf_forums vorhanden ist. Dies sollte nämlich der Fall sein.

Share this post


Link to post

Wenn ich forum.natashathomas.de aufruf,dann erscheint der Fehler.

Mods hab ich nicht eingebaut,aber es gab von Seiten des Servers einen Crash.

Nein die Spalte ist nicht vorhanden,jedenfalls wird sie nicht angezeigt.

Share this post


Link to post

Hab auch gerade einen solchen Fehler, der beim Aufruf von http://www.filmforen.de erscheint:

mySQL query error: SELECT id, member_id, running_time, location FROM ibf_sessions WHERE id='a72e79637253b66c78f322fe807aad95' AND ip_address='81.173.151.190'

SQL error: Can't open file: 'ibf_sessions.MYI'. (errno: 144)

SQL error code:

Date: Monday 22nd of May 2006 05:47:26 PM

Keine Änderungen an der Software oder Datenbank. Vor einer Stunde ging das Forum noch.

Hackerangriff möglich? Hilfe!

Share this post


Link to post

Ein Backup der Datenbank zeigt, dass diese nur noch etwa halb so groß ist, wie die Backup-Datei vor einer Woche.

:sauer::wallbash:

Wenn da ein kaputte tabelle drin war, hat das backup an der stelle wo die korrupte tabelle war abgebrochen. kannste auch sehen wenn du dir das ende des files anschaust.

Share this post


Link to post

mySQL query error: SELECT f.*, c.id as cat_id, c.position as cat_position, c.state as cat_state, c.name as cat_name, c.description as cat_desc,

c.image, c.url, m.member_name as mod_name, m.member_id as mod_id, m.is_group, m.group_id, m.group_name, m.mid

FROM ibf_forums f, ibf_categories c

LEFT JOIN ibf_moderators m ON (f.id=m.forum_id)

WHERE c.id=f.category

ORDER BY c.position, f.position

mySQL error: Unknown column 'f.category' in 'where clause'

mySQL error code:

Date: Sunday 21st of May 2006 01:35:54 PM

Ich hoffe ihr könnt mir helfen :unsure:

ich habe das gleiche problem.

auch aufgrund einer serverproblems.

in ibf_forums

ist bei mir "category" zu finden

category tinyint(2) Nein 0

dennoch erscheint das problem. was kann ich da tun?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×