pimcore 远程到本地传输问题

发布于 2024-12-28 10:32:07 字数 851 浏览 4 评论 0原文

我刚刚从使用 pimcore 开发的“废弃”项目中获取了数据库和文件,我需要恢复它们。 远程服务器是LAMP环境,而我的PC是WAMP环境。 该网站远程工作正常,但当我尝试打开索引时,我得到

 Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (Newsletter)' in D:\www\test\pimcore\lib\Zend\Controller\Dispatcher\Standard.php:248 Stack trace: #0 D:\www\test\ricordamipianella\pimcore\lib\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 D:\www\test\pimcore\lib\Pimcore.php(216): Zend_Controller_Front->dispatch() #2 D:\www\test\index.php(19): Pimcore::run() #3 {main} thrown in D:\www\test\pimcore\lib\Zend\Controller\Dispatcher\Standard.php on line 248

虽然我可以打开控制面板(至少是登录页面)。 由于我不了解 pimcore 或 Zend FM,有人知道如何找到导致错误的原因吗?

谢谢

I just got database + files from an "abandoned" project developed with pimcore that I need to restore.
The remote server is a LAMP environment while my PC is a WAMP one.
The site works fine remotely but when I try to open the index I get

 Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (Newsletter)' in D:\www\test\pimcore\lib\Zend\Controller\Dispatcher\Standard.php:248 Stack trace: #0 D:\www\test\ricordamipianella\pimcore\lib\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 D:\www\test\pimcore\lib\Pimcore.php(216): Zend_Controller_Front->dispatch() #2 D:\www\test\index.php(19): Pimcore::run() #3 {main} thrown in D:\www\test\pimcore\lib\Zend\Controller\Dispatcher\Standard.php on line 248

Though I can open the control panel (at least the login page).
Since I have no knowledge of pimcore or Zend FM does anybody know how to find what's causing the error?

Thank you

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

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

发布评论

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

评论(1

痴者 2025-01-04 10:32:07

如果您直接下载该项目,请务必检查 php.ini include_path 以确保 php 已知您需要的所有库。
另请查看 index.php 文件并确保 APPLICATION_PATH 常量对于新环境来说是正确的。它可能会被更改以反映远程主机的要求。

If you did a direct download of the project, make sure to check your php.ini include_path to make sure all the libraries you need are known to php.
Also look at the index.php file and make sure the APPLICATION_PATH constant is correct for the new enviroment. It was likely changed to reflect the remote hosts requirements.

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