Returning Blank Page
jgoodwill01 - February 23, 2009 - 14:33
| Project: | Book Post |
| Version: | 6.x-1.2-beta1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I am currently trying to use this module.
I have installed the module and configured it for Full HTML and Filtered HTML.
Any time I try to insert an ISBN number my page will not load. I get a blank screen? Any suggestions on getting this to work.
Version 6.X
Acquia Theme

#1
Could you do me a favor and tell me what your PHP error log says? Also, are you running any other contributed moldues that use the filter module?
Are you using Acquia Drupal or just the Acquia theme?
Thanks!
#2
Currently I'm getting this
Fatal error: Call to undefined function curl_init() in ....\sites\all\modules\bookpost\bookpost.module on line 227
I'm just using the Acquia theme.
As far as filters.... I'm using the PHP filter and the FCKeditor for content fields.
#3
The Book Post module requires the Curl module for PHP. You might have to recompile PHP to include it or if you're using Debian or Ubuntu, an
$ apt-get install php5-curlshould do the trick.