Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

require_once Failure

Asked Modified Viewed 5,105 times
D
deville83
D
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Warning: require_once(includes/multisite_include.php) [function.require-once]: failed to open stream: Permission denied in /disk5/customer/*****/maincore.php on line 63

Fatal error: require_once() [function.require]: Failed opening required 'includes/multisite_include.php' (include_path='.:/usr/share/pear:/usr/share/php') in /disk5/customer/*****/maincore.php on line 63
0 replies

15 posts

F
Falcon
F
Falcon 10
  • Member, joined since
  • Contributed 128 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

multisite is not a file for you to require.
Just place at the top"
require_once "maincore.php";


Good Luck!
Edited by Falcon on 22-09-2010 13:56,
0 replies
D
deville83
D
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

in maincore.php or multisite_include.php ?
0 replies
D
deville83
D
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

is there anyone else who knows how to manage this problem ??
0 replies
M
mpkossen
M
  • Senior Member, joined since
  • Contributed 267 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

It's requiring a file that isn't there. Please download the original core package and upload the includes/multisite_include.php file, and you should be OK.
0 replies
D
deville83
D
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

i´ve tried this but it still don´t work...

is it possible that maybe it´s something with file-permission.
0 replies
D
deville83
D
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

anyone there for help ?
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

You're using maincore from v7.00 so I take you haven't upgraded to v7.01

Line 63 is simply looking for multisite_include.php which should be in the includes folder.
0 replies
D
deville83
D
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

i´ve updated now to 7.01

but the thing is it´s the same error but a different line


Warning: require_once(includes/multisite_include.php) [function.require-once]: failed to open stream: Permission denied in /disk5/customer/*****/maincore.php on line 53

Fatal error: require_once() [function.require]: Failed opening required 'includes/multisite_include.php' (include_path='.:/usr/share/pear:/usr/share/php') in /disk5/customer/*****/maincore.php on line 53
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Do you have any .htaccess file on your server?
Maybe contact your host. I guess there is any problem with the permissions.
0 replies
D
deville83
D
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

i have access to the FTP and MySql

i have uploaded several time all the files.. and the multiside_include.php

but i don´t know, maybe i follow your advise and try to reach the host
0 replies
M
mpkossen
M
  • Senior Member, joined since
  • Contributed 267 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

lol, I just see it now:

Permission denied in /disk5/customer/*****/maincore.php on line 53


You apparently don't have permissions to read the multisite_include.php file.
0 replies
D
deville83
D
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

How´s that possible ??

I gave the file multiside_include.php file permission 777 and the site still says the same..
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

The file includes\multisite_include.php is not supposed to be CHMOD for PHPFusion to work, so check if anything not related to PHPFusion is causing restriction to this file.
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

where is your main file with this error?
check the path of it...
0 replies
M
mpkossen
M
  • Senior Member, joined since
  • Contributed 267 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

Quote

deville83 wrote:
How´s that possible ??

I gave the file multiside_include.php file permission 777 and the site still says the same..


That's really strange. You could try to contact your host and tell them you get a permission error.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 15 posts
  • Votes 0 votes
  • Topic users 7 members

7 participants

M
M
  • Senior Member, joined since
  • Contributed 267 posts on the community forums.
  • Started 4 threads in the forums
W
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
B
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
F
F
Falcon 10
  • Member, joined since
  • Contributed 128 posts on the community forums.
  • Started 5 threads in the forums
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
D
D
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet