0
當我嘗試配置店細節(virtueamart),我收到此消息,每次如何修復virtmart?
JUser: :_load: Unable to load user with ID: 830 and can not save the changes.
Virtueamart :
You have the latest version
2.0.22c
當我嘗試配置店細節(virtueamart),我收到此消息,每次如何修復virtmart?
JUser: :_load: Unable to load user with ID: 830 and can not save the changes.
Virtueamart :
You have the latest version
2.0.22c
這是由於用戶ID 830
在DB
是不匹配的。
這是從#__users
表中刪除這個830表和這個用戶ID存在的其他表。 請檢查所有與用戶數據相關的表格,如#__user_details,#__virtuemart_userinfo, order info etc.
另外請確保將此用戶標識從所有與用戶數據相關的表中刪除。這可能是由於從表中手動刪除用戶數據所致。
其他明智的是,你必須在這個ID的用戶表中創建一個條目。
希望它的固定..