XF 1.2 Forum threads pouting to blank page

Tobes

New member
Hi Everyone,

I recently moved my host, and since then all my forums are working great apart from 1, this one:

http://www.itstooloud.com/V5/forums/drum-bass-releases-vinyl-cd-mp3-mp4-wav.47/

Click any threads in this forum and they go to a blank page, like this one: http://www.itstooloud.com/V5/thread...y-mistakes-moments-in-time-soulful-dnb.17467/

I tried to disable SEF and it still did the same thing, does anyone know how I can fix this, is there a was to purge the SEF url's or is this another issue.

Many Thanks

Tobes
 
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);
 
Hi Jake, Thanks kindly for your gel, Ive done that and the error I get it:

Code:
Parse error: syntax error, unexpected T_FUNCTION in /home/sites/xxxxxxxxx.com/public_html/itstooloud.com/V5/library/s9e/MediaBBCodes.php on line 63

Line 63 I find this:

Code:
                    function ($m) use ($scrapeVars)

I have no clue what that means, I would appreciate any help.

Thanks

Tobes
 
Ok, doing a search i think Ive found the error, I have the wrong PHP version running, I will try and upgrade to 5.3 and report back, thanks kindly

Toby

edit: its now fixed, thanks for your help, I will leave the error code in the config file, makes life a bit easier.

All the best
 
Last edited:
Top Bottom