Hello, I had this problem, and solved it on my server.The cause is that the word "repeat" is a reserved word for Mysql 5.0. when used as a field or table name, it must be "backquoted" with ``, otherwise Mysql refuses the syntax. So I looked in tutos code for the string repeat and I replaced it by `repeat`, and now all works fine
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]