Magento网站服务器迁移问题
我目前正在将我的 magento 安装及其数据库转移到新的 Web 服务器。我编辑了配置文件,以便它们与新域的数据库数据相匹配,并将相同的文件上传到其他服务器。
当我尝试运行系统时,出现以下错误:
Warning: include_once(Varien/Autoload.php) [function.include-once]: failed to open stream: No such file or directory in /home/content/73/6502373/html/app/Mage.php on line 50
Warning: include_once() [function.include]: Failed opening 'Varien/Autoload.php' for inclusion (include_path='/home/content/73/6502373/html/app/code/local:/home/content/73/6502373/html/app/code/community:/home/content/73/6502373/html/app/code/core:/home/content/73/6502373/html/lib:.:/usr/local/php5/lib/php') in /home/content/73/6502373/html/app/Mage.php on line 50
Warning: include(Varien/Autoload.php) [function.include]: failed to open stream: No such file or directory in /home/content/73/6502373/html/app/code/core/Mage/Core/functions.php on line 68
Warning: include() [function.include]: Failed opening 'Varien/Autoload.php' for inclusion (include_path='/home/content/73/6502373/html/app/code/local:/home/content/73/6502373/html/app/code/community:/home/content/73/6502373/html/app/code/core:/home/content/73/6502373/html/lib:.:/usr/local/php5/lib/php') in /home/content/73/6502373/html/app/code/core/Mage/Core/functions.php on line 68
Fatal error: Class 'Varien_Autoload' not found in /home/content/73/6502373/html/app/Mage.php on line 53
您对如何调试它有任何想法吗?只是让我走上正轨。谢谢!
I'm currently in the process of transferring my magento instalation, alog with its database, to a new web server. I edited the config files so they would match the new domain's database data, and uploaded the same files to the other server.
When I'm trying to run the system, I get the following error:
Warning: include_once(Varien/Autoload.php) [function.include-once]: failed to open stream: No such file or directory in /home/content/73/6502373/html/app/Mage.php on line 50
Warning: include_once() [function.include]: Failed opening 'Varien/Autoload.php' for inclusion (include_path='/home/content/73/6502373/html/app/code/local:/home/content/73/6502373/html/app/code/community:/home/content/73/6502373/html/app/code/core:/home/content/73/6502373/html/lib:.:/usr/local/php5/lib/php') in /home/content/73/6502373/html/app/Mage.php on line 50
Warning: include(Varien/Autoload.php) [function.include]: failed to open stream: No such file or directory in /home/content/73/6502373/html/app/code/core/Mage/Core/functions.php on line 68
Warning: include() [function.include]: Failed opening 'Varien/Autoload.php' for inclusion (include_path='/home/content/73/6502373/html/app/code/local:/home/content/73/6502373/html/app/code/community:/home/content/73/6502373/html/app/code/core:/home/content/73/6502373/html/lib:.:/usr/local/php5/lib/php') in /home/content/73/6502373/html/app/code/core/Mage/Core/functions.php on line 68
Fatal error: Class 'Varien_Autoload' not found in /home/content/73/6502373/html/app/Mage.php on line 53
Do you have any Idea on how I can debug this? Just put me in the right track. thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我很抱歉发布了这样一个愚蠢的问题。当我从原始服务器下载 FTP 文件时,我累得要命,并没有意识到我的 FTP 客户端无法下载整个站点。请忽略所有这些,并感谢那些试图提供帮助的人。
I'm sorry to have posted such a stupid question. When I downloaded the FTP files from the original server I was dead tired and didn't realize my FTP client had failed to download the whole site. Please ignore all of this, and thanks to those who tried to help.
移动 Magento 安装似乎很容易。然而,也有一些问题。 这里是我有一个很棒的过程过去曾多次使用过。
Moving a Magento installation may seem easy. However, there are a few gotchas. Here is a great procedure that I have used many times in the past.