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?

CommentFileSizeAuthor
screenshot.jpg32.71 KBbrowlands

Comments

sanduhrs’s picture

Status: Active » Closed (fixed)

Closing for 8 months no activity.

Drupalearner’s picture

I 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.