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?

Fatal error: require_once(): Failed opening required 'includes/classes/PasswordAuth.class.php

Asked Modified Viewed 15,395 times
M
markedwards
M
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Can anyone throw any light on the following error please?:

"Step 6: Final Settings
Fatal error: require_once(): Failed opening required 'includes/classes/PasswordAuth.class.php' (include_path='.:/usr/lib/php5.6') in /*************************/in/fusion/setup.php on line 1135"

Many thanks
Mark
0 replies

7 posts

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

Download a new copy and FTP the files again
Perhaps the . in your path causes it like php5.6
0 replies
M
markedwards
M
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

I've just flipped back to php5.5 but its still doing it so will try with a fresh install
Thanks
Mark
0 replies
M
markedwards
M
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Sadly, a complete reinstall hasn't fixed in, nor has reverting to v5.5 of php

"Fatal error: require_once(): Failed opening required 'includes/classes/PasswordAuth.class.php' (include_path='.:/usr/lib/php5.5'wink in /home******tdocs/in/fusion/setup.php on line 1135"

Is there anything else I could alter??
Thanks
Mark
0 replies
M
markedwards
M
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

phpinfo is showing:
Configuration File (php.ini) Path /usr/lib/php5.5

so apart from the "." its looking in the right place :(
0 replies
J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

Try replacing
 require_once "includes/classes/PasswordAuth.class.php";
with
require_once __DIR__ . "/includes/classes/PasswordAuth.class.php";

https://github.com/PHPFusion/PHPFusion/blob/7.02.07/setup.php#L1135
0 replies
M
markedwards
M
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Hey, thank you for taking time to reply and answer

Sadly its not worked out, the error is now:
Fatal error: require_once(): Failed opening required '/ho****ocs/in/fusion/includes/classes/PasswordAuth.class.php' (include_path='.:/usr/lib/php5.5'wink in /homepages/29/d363269327/htdocs/in/fusion/setup.php on line 1136

(Line 1136 as original 1135 commented out)

Argh
0 replies
J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

I'm pretty sure you are missing files, please check again.
0 replies

Category Forum

Installation Issues - 8

Labels

None yet

Statistics

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

3 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
J
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
M
M
  • Newbie, joined since
  • Contributed 5 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