的Joomla - PHP错误信息(Joomla - PHP error message)

2019-10-18 13:36发布

最新 :我已经成功地正常下载的所有文件这段时间,但我得到当我试图导入我的SQL文件,这条消息:

新主机具有51,200昆明植物的最大限制,当拉链我的SQL文件只有12.5MB和3.0 MB。 如果我上传它作为一个zip文件,它说

Script timeout passed, if you want to finish import, please resubmit same file and import will resume.

或者,它显示:

#1044 - Access denied for user 'a9806073_blurb'@'localhost' to database '1487929_blurb' 

但是,如果我上传它纯粹是一个SQL文件,同时上传连接重置。


我只是迁移我的Joomla文件到一个新的虚拟主机,我收到以下错误信息:

Warning: require_once(/home/a9806073/public_html/includes/defines.php) [function.require-once]: failed to open stream: No such file or directory in /home/a9806073/public_html/index.php on line 21

Free Web Hosting

PHP Error Message

Fatal error: require_once() [function.require]: Failed opening required '/home/a9806073/public_html/includes/defines.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a9806073/public_html/index.php on line 21

下面是从index.php文件的代码片段:

define( '_JEXEC', 1 );

define('JPATH_BASE', dirname(__FILE__) );

define( 'DS', DIRECTORY_SEPARATOR );

require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' );
require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php' );

编辑:重新下载FTP从文件,显然某些文件夹不以相同的顺序,并出现在错误的地方。

  • 原来的文件夹结构: http://i.imgur.com/d3IXArG.png
  • 当前: http://i.imgur.com/57jPU3Q.png

Answer 1:

我相信你能理解PHP,如果不是错误意味着它无法找到文件“包括/ defines.php”从您的网站。

检查

你有这些文件?

  • 包括/ defines.php

边注

我们需要更多的信息,我将让你从这些信息后编辑我的答案:

  • PHP版本(phpinfo()函数)


文章来源: Joomla - PHP error message