Ich habe Leuchtes Move Message Mod auf die aktuellste Version geupdatet. Seit dem tritt beim Ansehen von Seiten, auf denen sich eine Move Message befindet folgende Fehlermedlung auf:
Code: Alles auswählen
Could not get main move information
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM WHERE ORDER BY mv.moved_time DESC LIMIT
SELECT FROM WHERE ORDER BY mv.moved_time DESC LIMIT 1
Line : 1408
File : viewtopic.php
Code: Alles auswählen
if($moved_type)
{
$sql = "SELECT $select
FROM $from
WHERE $where
ORDER BY mv.moved_time DESC LIMIT 1";
if ( !$result = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, 'Could not get main move information', '', __LINE__, __FILE__, $sql);
}
$moved = $db->sql_fetchrow($result);
}
Gruß...