SMF Support > SMF 2.0.x Support

Blank Screen Until Refresh

(1/3) > >>

gaz12321:
I am having an intermittent issue with my forum, there seems to be no pattern to it so it's really hard to try and figure out what's wrong with it, some of my users are getting greeted with a blank page when they first visit the site and sometimes when logging in but when they refresh the page displays fine. I am not experiencing this myself until I try to view members profiles and then it happens regularly, it's really strange.

I have tried using .htaccess to disable the mod_security on the server as i've heard that the host i'm on (ukhost4u) isn't good with smf forums but that didn't help, I have also tried renaming the cookie & disabling browser caching but also to no avail.

I have been keeping an eye on the server error log which did show a coding error with the theme but I have corrected this issue and now i'm not getting any errors showing.

The last option I can think of is that some files may have the wrong permissions set, could this be the issue and if so is there anywhere I can get a list of what permissions all the files should have?

The website is at http://www.grassrootsforum.co.uk

ziycon:
Try putting the below code into the .htaccess file in the root of your forum directory.

--- Code: ---<IfModule mod_security.c>
   SecFilterEngine Off
   SecFilterScanPOST Off
</IfModule>
--- End code ---

gaz12321:

--- Quote from: ziycon on July 04, 2012, 08:15:18 AM ---Try putting the below code into the .htaccess file in the root of your forum directory.

--- Code: ---<IfModule mod_security.c>
   SecFilterEngine Off
   SecFilterScanPOST Off
</IfModule>
--- End code ---

--- End quote ---

I've tried this, didn't change anything, any other thoughts?

ziycon:
Have you got any mods installed? Can you uninstall them and see if the issue is resolved and if so then install each mod while check the page to find out which mod is causing the issue.

gaz12321:
These are the mods I have:

1.   Stop Forum Spam   
2.   WYSIWYG Quick Reply   
3.   Share This Topic
4.   Custom Fields On Memberlist   


I have just tried uninstalling them all 1 at a time and testing between each one and every time the same issue still existed.

Navigation

[0] Message Index

[#] Next page

Go to full version