Drupal returns the following while retrieving the cover image:

# warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /var/www/vhosts/crystalfallsgroup.com/httpdocs/sites/all/modules/bookpost/bookpost.module on line 178.

# warning: getimagesize(http://covers.openlibrary.org/b/olid/OL23136041M-M.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /var/www/vhosts/crystalfallsgroup.com/httpdocs/sites/all/modules/bookpost/bookpost.module on line 178

Is this a server error or a missing module ? The module doesn't seem to have any other module dependencies.

Comments

rubinsztajn’s picture

Assigned: Unassigned » rubinsztajn

It looks like "allow_url_fopen" is set to "Off" in your php.ini file. Try setting it to "On" and let me know if that clears up the warning...