Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: chickenout on August 26, 2016, 10:47:47 AM

Title: Subs-Auth.php
Post by: chickenout on August 26, 2016, 10:47:47 AM
I keep getting this error.


Warning: require_once(/home/content/c/h/i/chickenout/html/SMForum/Sources/Subs-Auth.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/c/h/i/chickenout/html/SMForum/Sources/Security.php on line 543

Fatal error: require_once() [function.require]: Failed opening required '/home/content/c/h/i/chickenout/html/SMForum/Sources/Subs-Auth.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/c/h/i/chickenout/html/SMForum/Sources/Security.php on line 543


Every time I try to add the Sub-Auth.php file to the Sources folder it is giving me an error....................

Title: Re: Subs-Auth.php
Post by: Illori on August 26, 2016, 10:50:57 AM
try adding it back using your hosts file manager instead of FTP.
Title: Re: Subs-Auth.php
Post by: chickenout on August 26, 2016, 10:52:55 AM
Actually, I just did that and everything seemed to work!

Now, the issue becomes how can I get it out of maintenance mode? There is no admin login box like there was for the  1.1.21.........

Title: Re: Subs-Auth.php
Post by: Illori on August 26, 2016, 11:00:47 AM
what are you seeing? maybe using repair_settings.php will help take it out of maintenance mode
What is repair_settings.php? (http://wiki.simplemachines.org/smf/Repair_settings.php)
Title: Re: Subs-Auth.php
Post by: chickenout on August 26, 2016, 11:02:39 AM
Hey sorry. I figured it out.

Editing the settings.php file from maintenance=2 to 1 or 0.

Should do a little reading first I guess.