Mediawiki Error/function.require

Status
Not open for further replies.

bbwitt

New Member
Messages
2
Reaction score
0
Points
0
I'm trying to install MediaWiki on my site, but it's giving me an error when I'm trying to install it, I get this error instead:

Warning: require_once(/home/***/public_html/wiki/install-utils.inc) [function.require-once]: failed to open stream: Permission denied in /home/***/public_html/wiki/config/index.php on line 39

Fatal error: require_once() [function.require]: Failed opening required '/home/***/public_html/wiki/install-utils.inc' (include_path='.:/x10hosting/php1/lib/php') in /home/***/public_html/wiki/config/index.php on line 39

Any help is greatly appreciated :)
 
Last edited:

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
That means that the install-utils.inc file is missing, did you forget to upload it?
 
Last edited:

bbwitt

New Member
Messages
2
Reaction score
0
Points
0
I went back through my files and found out that I did upload the install-utils.inc file so I went to double-check to see if anything else was missing, but it turns out that when I uploaded, some of the files didn't upload all the way. However, now when I'm going back to try and re-upload the files, my FTP connection keeps timing out or aborting, so it's not letting me re-upload certain files.
 
Status
Not open for further replies.
Top