1 頁 (共 1 頁)

[問題]關於安裝mod時sql問題

發表於 : 2003-09-20 04:25
city82432
我安裝很多mod(例如金錢).都會出現大約以下的字樣\r
DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near ' AND tl.log_action = 1 ORDER BY tl.log_action DESC LIMIT 0,' at line 3

SELECT tl.*, u.username FROM phpbb_topics_action_log tl, phpbb_users u WHERE tl.user_id = u.user_id AND u.user_id = 2, AND tl.log_action = 1 ORDER BY tl.log_action DESC LIMIT 0, 50

Line : 216
File : /home/canon/phpbb2/admin/admin_topic_action_logging.php

請問是甚麼問題,我想了很久也想不到