我目前正在将我的magento安装,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你知道我该怎么调试它吗?让我走上正轨就行了。谢谢!
发布于 2010-08-09 07:50:38
我很抱歉发了这样一个愚蠢的问题。当我从原始服务器下载FTP文件时,我非常疲惫,没有意识到我的FTP客户端无法下载整个网站。请忽略所有这些,并感谢那些试图提供帮助的人。
发布于 2011-03-06 12:53:27
移动Magento安装可能看起来很简单。然而,也有一些问题。Here是一个很棒的过程,我在过去用过很多次。
https://stackoverflow.com/questions/3433156
复制相似问题