作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已将站点上传到实时服务器,导入数据库并更新 mysite/_config.php 中的数据库连接信息,但出现以下错误:
SilverStripe Framework requires a $databaseConfig defined.
global $databaseConfig;
$databaseConfig = array(
"type" => 'MySQLDatabase',
"server" => 'localhost',
"username" => 'xxxxx',
"password" => 'xxxxx',
"database" => 'xxxxxx',
"path" => '',
);
最佳答案
考虑到您在此处发布的内容:Silverstripe mod_rewrite issue (I think)
似乎最有可能与错过的配置有关 .htaccess
,也许是因为该站点没有通过 SS 安装过程。
尝试添加 RewriteBase '/'
在您的 .htaccess
更新文件夹以匹配您的主机配置。如果一切都失败,请尝试运行 SS 安装程序,最终将设置 .htaccess
适本地。
关于银条。已上传直播。获取 "SilverStripe Framework requires a $databaseConfig defined.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20384423/
我是一名优秀的程序员,十分优秀!