Magento网站服务器迁移问题

时间:2010-08-08 05:10:05

标签: php magento

我目前正在将我的magento instalation,alog及其数据库转移到新的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

你对我如何调试这个有什么想法吗?只是把我放在正确的轨道上。谢谢!

2 个答案:

答案 0 :(得分:2)

很抱歉发布了这么愚蠢的问题。当我从原始服务器下载FTP文件时,我已经厌倦了,并没有意识到我的FTP客户端无法下载整个站点。请忽略所有这一切,并感谢那些试图提供帮助的人。

答案 1 :(得分:0)

移动Magento安装似乎很容易。然而,有一些陷阱。 Here是我过去多次使用的一个很好的程序。