MyBB Community Forums

Full Version: Blank page after new domina and moved to a new host
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hay guys wonder if any one can help me out here i have moved my site to a new host i backed up all files in stuff
the website loads but after you long in get gets stuck ona white page members.php

my url is www.ef-clan.co.uk

kind
Regards
TheWanderer
Copy/paste this at the top of global.php or member.php, this will enable PHP to display errors and should expose what is causing the issue.

error_reporting(E_ALL);
ini_set('display_errors', '1');
hay thanks this is the message it gives me 

Parse error: syntax error, unexpected T_FUNCTION in /home/efclanco/public_html/inc/plugins/inferno/class_core.php on line 308
Odd.... what PHP version is your new host using?
no m8 i just got files from old host and uplaod them with a bk up of the mysql

am using 5.2 m8  php
IIRC, that error is sometimes caused by a lack of support for anonymous functions. PHP 5.2 doesn't support these. Maybe try deleting the /inc/plugins/inferno.php file to see if that solves the issue? (with a backup of the file, of course)

I could be wrong. I don't think I've used PHP 5.2 in a very long time.
ok m8 thank you very much for your help Smile