XF 1.3 New Post Tab

BigBass

Member
Some of my members are stating that when they click on it, they get a complete blank page!

I have been trying to re-create the problem, without success.

I have tried it on IE, Mozilla, and Chrome and I still cannot create the problem.

Any ideas of what this might be?
 
A blank page is often a suppressed error. Try adding this line to your library/config.php file to see if that reveals any specific error message on the blank page:

Code:
ini_set('display_errors', true);
 
Top Bottom