2010-08-08 173 views
0

我目前正在将我的magento instalation,alog及其数据库转移到新的Web服务器。我编辑了配置文件,以便它们匹配新域的数据库数据,并将相同的文件上传到其他服务器。Magento网站服务器迁移问题

当我试图运行系统,我得到以下错误:

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 

你对我如何可以调试这个任何想法?只要把我放在正确的轨道上。谢谢!

+1

您是否检查过未上传的文件是否实际上传了? – Rakward 2010-08-08 07:39:26

+1

你检查过direcory/file权限吗? – silvo 2010-08-08 07:44:39

+0

我现在要检查 – Rafa 2010-08-08 17:09:27

回答

2

我很抱歉发布了这样一个愚蠢的问题。当我从原始服务器下载FTP文件时,我感到非常疲倦,并没有意识到我的FTP客户端未能下载整个网站。请忽略所有这些,并感谢那些试图帮助的人。

0

移动Magento安装看起来很简单。但是,有几个陷阱。 Here是我过去多次使用的一个很好的程序。