Jump to content
xt:Commerce Community Forum

XT SQL Error


Recommended Posts

Hallo habe ein problem bis gestern lief mein shop noch einwandfrei.

http://ballon-boutique-villingen.de/

ab heute kommt diese fehler meldung. :sad:

1030 - Got error 127 from table handler

select distinct p.products_id, p.products_image, pd.products_name from products p, products_description pd, categories c where p.products_status = '1' and c.categories_status = '1' and p.products_ordered > 0 and p.products_id = pd.products_id and pd.language_id = '2' order by p.products_ordered desc, pd.products_name limit 10

[XT SQL Error]

k?nnt ihr mir helfen ich habe keine ahnung an was das liegen k?nnte.

Tipps biite hier ins board

per: mail an [email protected]

oder ber icq: 251823062

MfG Leander Kopp

Link to comment
Share on other sites

  • 1 month later...

Hab was gefunden:

> Error code 127: Unknown error 127

> 127 = Record-file is crashed

> --- snap ---

>

> Dabei handel es sich um einen (My)ISAM-Fehler.

> Dein Freund heisst jetzt wohl 'myisamchk'.

>

> Alternativ kannst Du auch mit den SQL-Kommandos

>

> ANALYZE table

> CHECK table

> OPTIMIZE table

> REPAIR table

>

> die Sache bereinigen.

wenn du mehr infos brauchst, google einfach nach "Got error 127 from table handler"

es ist ein Fehler von der MySQL-Datenbank und nicht vom Shop!

Gru

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...