Downloaded module and extracted tarball as usual, looked at ...
function _vcard_init() {
if (@include_once('Contact_Vcard_Build.php')) {
$vcard = new Contact_Vcard_Build();
}
return $vcard ? $vcard : FALSE;
Downloaded, renamed and placed the Contact_Vcard_Build.php in the same folder, clicked to admin/settings/vcard and a blank page appears, no source at all. Removed the Contact_Vcard_Build.php file and the admin/settings/vcard page shows asking for the said php file. What's wrong?
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot.jpg | 32.71 KB | browlands |
Comments
Comment #1
sanduhrsClosing for 8 months no activity.
Comment #2
Drupalearner commentedI had this problem too, seems to be related to not having installed PEAR (correctly), see:
http://pear.php.net/manual/en/installation.checking.php
and locate this section:
4.
A completely white page in your browser hints two things:
*
Your server is configured to not display any errors to the user/browser (display_errors Off)
*
There was an error including System.php, and you should check you server's error log.
That's it! Now go on and install some packages.