Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的系统在我的本地服务器上运行良好,它完美地执行了登录。问题是当我将它上传到我的主机时,我不断收到错误的密码消息,好像无法创建 sessio,我不知道为什么。我的 tmp 是可写的,我用 sql_dump 检查了查询中的用户名和密码,它们没问题,密码正确散列。
我确实更改了 cake 的配置以使用 tmp 文件夹来存储会话。我虽然也许这会是问题,但是noup。它仍然无法正常工作。
知道发生了什么吗?
听起来数据库连接设置对于实时环境不正确。
打开app/config/database.php并检查class DATABASE_CONFIG
app/config/database.php
class DATABASE_CONFIG
每个环境都应该有一个数据库配置数组。此外,该类上方代码中的注释值得一读。