I upgraded to Wordpress 3.2 and my server from php4 to php5 and now my site outputs this error;
Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /homepages/35/d289582498/htdocs/wp-content/themes/NovatorixFullArchive_Version1.4/novatorix/index.php on line 98 Warning: getimagesize(http://itsadcoi.com/wp-content/uploads/2011/04/head1.png) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /homepages/35/d289582498/htdocs/wp-content/themes/NovatorixFullArchive_Version1.4/novatorix/index.php on line 98
This is what's on line 98 as the error is stating; list($width, $height, $type, $attr) = getimagesize($logo_url);
How Can I fix it?
allow_url_fopen) and, likely, a poorly-coded Theme. – Chip Bennett Feb 15 '12 at 14:24