Joomla - PHP错误消息

时间:2013-08-25 12:07:05

标签: php joomla require-once

最新:我这次设法正确下载了所有文件,但是当我尝试导入我的sql文件时收到此消息:

新主机的最大限制为51,200 KiB,压缩时我的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文件迁移到新的Web主机,我收到以下错误消息:

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重新下载文件,显然某些文件夹不是以相同的顺序出现在错误的位置。

1 个答案:

答案 0 :(得分:0)

我确信您可以理解PHP,如果不是错误意味着它无法从您的网站找到文件'include / defines.php'。

<强>检查

你有这些文件吗?

  • 包括/ defines.php

旁注

我们需要更多信息,我会在收到您的信息后编辑我的答案:

  • PHP版本(phpinfo())