PHP出现Magento URl错误



我安装了新的magento 1.9.2.2。在安装和安装后,每当我尝试我的域名url时,同样的错误就会出现,如下所示。警告:include_one(Mage/Core/functions.php):无法打开流:在第50行的/home/website/public_html/app/Mage.php中没有这样的文件或目录

Warning: include_once(): Failed opening 'Mage/Core/functions.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/website/php') in /home/website/public_html/app/Mage.php on line 50
Warning: include_once(Varien/Autoload.php): failed to open stream: No such file or directory in /home/website/public_html/app/Mage.php on line 51
Warning: include_once(): Failed opening 'Varien/Autoload.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/website/php') in /home/website/public_html/app/Mage.php on line 51
Fatal error: Class 'Varien_Autoload' not found in /home/website/public_html/app/Mage.php on line 54

所以我用了

http://xxx.xxx.xxx.xxx[我的ip地址]/~网站/

然后在安装过程中,我将路径更改为域名。它不起作用。

任何人都知道任何解决方案。请帮帮我。

我认为你的问题是由.htaccess文件引起的。尝试重命名它来测试这个想法,或者检查重写/重定向规则。

最新更新