Theme.where(user_selectable: true).update_all(user_selectable: false)
Theme.where(auto_update: true).update_all(auto_update: false)
Theme.clear_default!
你能在 Rails 控制台中尝试运行这些命令,然后看看能否加载你的网站吗?如果不行,能否尝试重新构建?
Theme.where(user_selectable: true).update_all(user_selectable: false)
Theme.where(auto_update: true).update_all(auto_update: false)
Theme.clear_default!
你能在 Rails 控制台中尝试运行这些命令,然后看看能否加载你的网站吗?如果不行,能否尝试重新构建?