Active
Project:
Book Post
Version:
6.x-1.2-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Nov 2009 at 19:31 UTC
Updated:
30 Nov 2009 at 15:48 UTC
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
Comment #1
rubinsztajn commentedIt 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...