White pages on sub domains after server transfer

Your comments state that the line in question that gives the fatal error causing your white pages is this line: <div id=”whatstrending”><h1><?php echo get_option(‘radio_options’)[‘blog-header’];?></h1></div> Most notably: get_option(‘radio_options’)[‘blog-header’]; Or more specifically: functioncall()[] This is invalid PHP up until recently, and your new host doesn’t run a version of PHP that supports this. You can fix it … Read more