Blank SMF forum serverly damaged

Wizet

New Member
Messages
644
Reaction score
0
Points
0
Blank SMF forum

Okay I just read the tutorial on to fix the blank smf website and it somehow ****** my forum. Is there a way to fix up my forum.

FYI my forum is :http://forum.mfhome.x10hosting.com.
 
Last edited:

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
*******Moved to Scripts & 3rd Party Apps********
 

TheMan177

New Member
Messages
179
Reaction score
0
Points
0
For a start, upload a fresh copy of the file you edited.

Are you using version 1.1.5 or 2.0b1.3?
 
Last edited:

Wizet

New Member
Messages
644
Reaction score
0
Points
0
I am using version 1.1.5 and I used Christopher's tutorial and his sub.php script. It still wouldn't work for me. It worked just fine yesterday I guess.
 
Last edited:

Divinorum

New Member
Messages
69
Reaction score
0
Points
0
Same problem, I can't install any forums.

Could be Exim's fault but I'm not sure, perhaps you can ask Chris and see what's up.
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Upgrade your PHP version?
 

Wizet

New Member
Messages
644
Reaction score
0
Points
0
I don't know how upgrading my php version would change but I'll give it a shot.
 

kkenny

Active Member
Messages
1,950
Reaction score
0
Points
36
Same problem, I can't install any forums.

Could be Exim's fault but I'm not sure, perhaps you can ask Chris and see what's up.

You truly don't know what Exim does. Don't blame Exim.

I don't know how upgrading my php version would change but I'll give it a shot.

PHP version can be changed in the AMP, you need php level intermediate (level 2)
 

Wizet

New Member
Messages
644
Reaction score
0
Points
0
I can get through administrator. It's still a blank site.
 

TheMan177

New Member
Messages
179
Reaction score
0
Points
0
Try this query with your forum database, change the prefix if it is different.

Code:
INSERT INTO smf_settings
VALUES ('disableHostnameLookup', '1');

EDIT: This is assuming the database is from a fresh install, meaning the hostname setting entry doesn't exists. If you get a duplicate entry error, this should work:

Code:
UPDATE smf_settings SET value = 1 WHERE variable = 'disableHostnameLookup';
 
Last edited:

Wizet

New Member
Messages
644
Reaction score
0
Points
0
Um can anyone tell what me what I am supposed to do with these codes?
 

Wizet

New Member
Messages
644
Reaction score
0
Points
0
Never mind wrong program. Mistaken phpMyAdmin for phpPgAdmin.

Edit [8/21/08 11:17Am in my time zone]

When I inserted all codes that TheMan177 it works buit the forum still has that blank page problem, but less often.
 
Last edited:
Top