Ok I hope someone can help me. My install is on a website that is hosted with OneandOne.com and we are running WP 3.4.2.
I have followed the suggestion and updated the core.php file as follows:
function ac_login_head_setup() {
if ( !empty( self::$options->login_logo ) ) {
$logo_path = '/wp-content/' . self::$options->login_logo;
When I activate the the plugin I am getting the following issue on the site:
Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /homepages/9/d152541188/htdocs/CORE/wp-content/plugins/admin-customization/core.php on line 96
Warning: getimagesize(http://coreparentcoaching.com/wp-content//images/wp-custom-login-logo.png) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /homepages/9/d152541188/htdocs/CORE/wp-content/plugins/admin-customization/core.php on line 96
Any suggestions? Help anyone?
Darrin