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

Network – My sites are unavailable

You have site1 and site2 folders on your server, so Apache is serving those hence the file listing. Multisite however is trying to serve those sites using URL rewriting, so deleting those folders should fix the issue