如何使用洋红色中的数据库启用调试模式


how to enable debugging mode using database in magento?

我正在使用magento 1.6,所有页面上都出现错误

"404 error: Page not found."

我什至无法打开admin,已将其从1.5升级到1.6

谁能帮忙,我该怎么办。

请提供查询以从数据库启用 bedug 模式,以便我可以看到发生了什么,因为我无法访问管理员。

尝试:

  1. 检查文件权限和模式重写
  2. 取消注释 ini_set('display_errors', 1)
  3. 使用 xDebug 逐步检查
  4. 使用 base_url/index.php/admin(如果有效,则配置 .htaccess)