Anyone know what happened? PLZ

11-01-05, 01:11 PM
|
|
Newbie Coder
|
|
Join Date: Oct 2005
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Anyone know what happened? PLZ
www.bf2cs.com/forum/ my site gets these weird errors? Please help!
|

11-01-05, 01:41 PM
|
 |
Community Liaison
|
|
Join Date: Sep 2004
Location: Pennsylvania, US
Posts: 1,550
Thanks: 2
Thanked 16 Times in 15 Posts
|
|
what forum are you trying to use? did you recently install anything? do you have any backups of your files?
__________________
Yep, it's a signature...
|

11-01-05, 01:43 PM
|
|
Newbie Coder
|
|
Join Date: Oct 2005
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
No, i haven't recently installed anything, and i have no backups. I believe it is SMFphp. Please help
|

11-01-05, 02:12 PM
|
 |
Community VIP
|
|
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
|
|
yeah, seems like SMF..
go to http://www.simplemachines.org and you will get support there,,
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
|

11-01-05, 02:18 PM
|
 |
Community VIP
|
|
Join Date: Oct 2005
Location: Denver, Co. USA
Posts: 2,674
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
The file names shown in the errors do match SMF. If it can be assumed that you or your hosting company have not made any changes and that other PHP scripts and Mysql access is working, then something or someone has broken or modified the files on your site.
Here are some things you can do -
You should backup your existing files using FTP and backup your existing mysql database. You should change your FTP logon password and probably your control panel password as well.
You can open one or more of the source files to determine if this is SMF and what version it is.
You should visit the script's Forum and search for the errors you are receiving to see if they have any help to offer.
You can re-download the same version of the script and FTP this to your site to see if this restores your Forum to working order. If this does work, you should then change your Forum administrator logon password and the database password (change in the config/settings file and on the actual database.) If this works, you should then upgrade to the latest version of the script.
If the above does not work, you might be faced with deleting everything and starting over. Hopefully, you are able to backup your existing database. This can be restored if you start over using the same version of the script, but then upgrade to the latest version of the script.
Hope this helps...
|

11-01-05, 04:46 PM
|
|
New Member
|
|
Join Date: Nov 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
looks like someone has set error_reporting to E_ALL either in the forum software, or on the server - which is causing the errors to get printed out - and causing the cookies to fail because output buffering is turned off.
you can have a look for error_reporting(E_ALL) in the index.php (guess here - i have never used smf =) ) file and change that to error_reporting(E_ALL ^ E_NOTICE), which should fix it straight away - you can turn output buffering back on - and things will start working again - but the errors will still be there.
|

11-02-05, 01:07 AM
|
 |
Community VIP
|
|
Join Date: Oct 2005
Location: Denver, Co. USA
Posts: 2,674
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Powerspike's suggestion is more likely and should be checked out before doing the things I suggested (except making a backup copy of your current script and current database, which is always a good idea to have.)
|

11-02-05, 01:53 AM
|
|
Newbie Coder
|
|
Join Date: Oct 2005
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
When i did what powerspike said, the forum started working again, but i couldnt login to admin, or log out. There were many problems associated.
|

11-03-05, 03:29 AM
|
|
New Member
|
|
Join Date: Nov 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by konabiker47
When i did what powerspike said, the forum started working again, but i couldnt login to admin, or log out. There were many problems associated.
|
i just signed up, and logged in and out on a couple of pc's no problems here - you might want to clear your cookies, and make sure any new ones aren't getting block (ie nortons internet sec etc)
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|