MyBB Community Forums

Full Version: Admin Login not working now
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have been running this script now for about 1 1/2 years and I love it but for some reason now when I try to log into the admin panel I get this error:

Warning [2] require(E:\Helm_Domains\waterburydarts.com\wwwroot\forum/admin/modules/home/index.php) [function.require]: failed to open stream: No such file or directory - Line: 380 - File: E:\Helm_Domains\waterburydarts.com\wwwroot\forum\admin\index.php PHP 5.1.2 (WINNT)
File Line Function
[PHP] errorHandler->error
E:\Helm_Domains\waterburydarts.com\wwwroot\forum\admin\index.php 380 require

Warning [2] require(E:\Helm_Domains\waterburydarts.com\wwwroot\forum/admin/modules/home/index.php) [function.require]: failed to open stream: No such file or directory - Line: 380 - File: E:\Helm_Domains\waterburydarts.com\wwwroot\forum\admin\index.php PHP 5.1.2 (WINNT)
File Line Function
[PHP] errorHandler->error
E:\Helm_Domains\waterburydarts.com\wwwroot\forum\admin\index.php 380 require


Fatal error: require() [function.require]: Failed opening required 'E:\Helm_Domains\waterburydarts.com\wwwroot\forum/admin/modules/home/index.php' (include_path='.;C:\php5\pear') in E:\Helm_Domains\waterburydarts.com\wwwroot\forum\admin\index.php on line 380

There has been no changes made to my php configuration and I did verify that the files are present in the directory so I'm really not sure why I am getting this error......can someone please help me!!!

PHP info can be viewed here: http://www.websbydesign.net/phpinfo.php

Thanks
Jim
is there anyone out there that can help me with this error????
Is this specifically when you login, or when you do a certain action? Basically, your ACP is saying that whatever you're trying to access, the file isn't there (not necessarily ./admin/index.php).

For example, if you visiting the ACP home, the file you need uploaded is ./modules/home/index.php.
I like how you're slashes are changing direction mid location:
Quote:E:\Helm_Domains\waterburydarts.com\wwwroot\forum/admin/modules/home/index.php

Should be this: \\\\\\\\
Looks like this: \\\\////
(2009-08-14, 09:35 AM)Tomm M Wrote: [ -> ]Is this specifically when you login, or when you do a certain action? Basically, your ACP is saying that whatever you're trying to access, the file isn't there (not necessarily ./admin/index.php).

For example, if you visiting the ACP home, the file you need uploaded is ./modules/home/index.php.

This only happens when I try to log into my ACP.....I get as far as entering my user name and password and when I click login then I get the error on the very next page so I dont really know about any other page in the ACP because I cant get any futher.

as far as the slashes changing mid stream that is something that windows does in the PHP, I have about 30 different PHP site running on my windows server and they all do that and that never effected any site in the past so I dont beleive that has anything to do with it.
OK I found the problem and fixed it........there was 2 files missing:
/admin/modules/home/index.php
/admin/modules/home/index.html
not sure how they were lost but I uploaded them again and now I can login just fine.
I do see that I am out of date on my board, is there a manual fix to get my 1.4.7 updated to 1.4.8???
Yes..
Recommended - Changed Files and Upgrade Script: http://mybboard.net/download/106
Manual Patches: http://mybboard.net/download/105

Follow the general [Wiki: Upgrading] (Broken link, head over to docs.mybb.com instead) guide outlined on the MyBB Wiki to complete the upgrade process.
(2009-08-14, 02:21 PM)Polarbear541 Wrote: [ -> ]Yes..
Recommended - Changed Files and Upgrade Script: http://mybboard.net/download/106
Manual Patches: http://mybboard.net/download/105

Follow the general [Wiki: Upgrading] (Broken link, head over to docs.mybb.com instead) guide outlined on the MyBB Wiki to complete the upgrade process.

I used the recommended upgrade and I have to say it was the easiest upgrade I have ever done with the script since I've had it!!!
Thanks......you guys are THE BEST!!!!

now if I can just get the SMTP Mail function to work in this board I would be so happy.........is there any support sections for SMTP function here?