0
執行以下查詢後出現SQL錯誤。Joomla SQL錯誤1064
UPDATE #_menu
SET component_id =
(SELECT extension_id FROM #_extensions WHERE name = "com_joomlaupdate")
WHERE title = "com_joomlaupdate"
#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 'SET component_id = (SELECT extension_id FROM #_extensions WHERE name = "com_jo' at line 2
我想在這裏跟隨Joomla示例。
不,那是不是。這是一個可憐的Joomla在他們的網站上沒有正確的信息! – Spitfire
ahh你在PHPmyAdmin中運行這個查詢嗎? – Lodder
是的,我是。我只是複製上面的代碼並按下去。 – Spitfire