Joomla数据库连接死循环

发布于 2024-12-17 03:01:55 字数 212 浏览 0 评论 0原文

我的 Joomla 站点位于第一台机器上,数据库位于第二台机器上。 我更新了configuration.php参数$host$user$password$db 但我收到错误消息,说已检测到无限循环。

我正在运行 Joomla 版本:1.7.3 stable。

怎么了?

My Joomla site located on first machine and a database on second.
I updated the configuration.php parameters $host, $user, $password and$db
But I got error saying an infinite loop has been detected.

I'm running Joomla version: 1.7.3 stable.

What's wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深者入戏 2024-12-24 03:01:55

很可能是您的configuration.php 文件中的php 错误 - 可能您的密码包含引号或其他破坏PHP 的字符 - 引入语法错误。

作为快速测试 - 您可以创建一个包含“configuration.php”的 .php 文件(可能是 test.php)。加载您的 test.php 文件并查看是否出现错误。

或者 - 手动检查您的configuration.php 文件以发现错误。例如,如果您手动编辑它,您可能会删除一个分号。

希望有帮助。

Chances are it is a php error in your configuration.php file - possibly your password includes a quote or some other character than breaks the PHP - introducing a syntax error.

As a quick test - you could create a .php file (perhaps test.php) that includes 'configuration.php'. Load your test.php file and see if you get an error.

Alternatively - inspect your configuration.php file manually to spot the error. If you edited it manually you may have deleted a semi-colon for example.

Hope that helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文