View Single Post
Old 01-17-2016, 06:01 AM   #363
marc_rdfl
n00b
 
Join Date: Jul 2009
Quote:
Originally Posted by aston217 View Post
What'd you guys do?

To fix the timezone error, I added this code to the relevant pages:

Code:
if( ! ini_get('date.timezone') ) { date_default_timezone_set('GMT'); }

So now I can get to the import draft stage but it won't recognise that I've uploaded the player_information.csv file.

Very odd and frustrating
marc_rdfl is offline   Reply With Quote