Ich habe ein Problem, ich wollte meine alte Datenbank laden, nur kam jetzt ein Fehler den ich vorher nicht hatte. Ich bin nicht gut im MySQL Dinge, hoffe Ihr könnt mir weiter helfen.
Warning: Division by zero in /home/www/web629/html/include/includes/func/db/mysql.php on line 107 MySQL 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 '' at line 14 in Query: SELECT a.news_title as title, a.news_id as id, DATE_FORMAT(a.news_time,'%d. %m. %Y') as datum, DATE_FORMAT(a.news_time,'%W') as dayofweek, a.news_kat as kate, a.news_text as text, b.name as username FROM ic1_news as a LEFT JOIN ic1_user as b ON a.user_id = b.id WHERE -9 <= a.news_recht OR a.news_recht = 0 ORDER BY news_time DESC LIMIT 0, Debug backtrace: @ mysql.php:32 -- debug_bt() @ mysql.php:50 -- db_check_error(...) @ news.php:117 -- db_query(...) @ index.php:24 -- require_once(...)
Gruss Telnarion