移动站点损坏了 CodeIgniter 模块

发布于 2024-12-08 01:31:13 字数 156 浏览 0 评论 0原文

我不得不将我的站点移至另一台主机,现在 codeigniter 安装失败。我已经修复了一些问题,但是当我尝试保存更改时,我的某些模块会损坏。最后会转到以下网址

admin/index.php/admin/index.php

是吗?

I had to move my site to another host and now the codeigniter installation is failing. I've fixed a few problems, but some of my modules break when I try to save changes. The end up going to the following url

admin/index.php/admin/index.php

is that right?

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

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

发布评论

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

评论(2

迷你仙 2024-12-15 01:31:13

你的路径是相对的。放在 / 之前或使用 base_url() 写入

Your paths are relative. Put before an / or write using base_url()

烟花易冷人易散 2024-12-15 01:31:13

事实证明,最初实现该系统的人使用了不同的代码来获取每个模块的基本脚本,因此我必须仔细检查并更改每个模块。

对于管理模块,事实证明这与两个不同版本的 php 处理路径的方式的变化有关。

It turned out that the person who had origionally implemented the system had used a differnt bit of code to get the base script for each module, so I had to go through and change each module.

For the admin module it turned out it was to do with changes in how the two differnt versions of php dealt with paths.

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