Closed (fixed)
Project:
vCard
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2007 at 21:31 UTC
Updated:
3 Aug 2008 at 07:22 UTC
I tried to install Contact_Vcard_Build on my site hosted by DreamHost, and received the following error message:
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
Cannot install, php_dir for channel "pear.php.net" is not writeable by the current userHow do I resolve this?
Thanks,
Erik
Comments
Comment #1
walkah commentedYou can always download the tar.gz from http://pear.php.net/package/Contact_Vcard_Build and untar them in your include path.
Comment #2
sanduhrsAppears to be fixed, please reopen if needed.
Comment #3
drupalgirl commentedError: The PEAR package Contact_Vcard_Build (required by vcard.module) has not been installed properly, please read INSTALL.txt.
There are 2 files in the tar folder: test.php and Contact_Vcard_Build.php. Would I need to edit the module file to include this includes/Contact_Vcard_Build.php file? What are the actual steps to achieving this if no access to PEAR on server build?
Thanks
Drupalgirl
Comment #4
sanduhrsCopy the file Contact_Vcard_Build.php to your include_path.
You may check the current include_path settings with [1].
If you want to install a local copy of pear, you may follow the instructions in Installation of a local PEAR copy on a shared host [2]. That gives you a web based graphical installer.
[1] http://de3.php.net/php_info
[2] http://pear.php.net/manual/en/installation.shared.php
Comment #5
sanduhrsPlease reopen if needed.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
drupalgirl commentedSorry for not responding. I just put it in my vcard folder. Thanks
Comment #8
nirenj commentedHi, i have the same error messages:
I downloaded the file named Contact_Vcard_Build-1.1.1.tar from http://pear.php.net/package/Contact_Vcard_Build.
After i unzipped the file i got 1 single file named Contact_Vcard_Build-1.1.1 (Dont have any extension for this file. I used WinRar to unzip it.)
Now how do I install this to make my vCard module work??
Please advice.
Thanks in advance.
Comment #9
sanduhrsRename to Contact_Vcard_Build.php and move it to the vcard folder.
Comment #10
nirenj commentedThanks, but after that whats the next step.
When I go to configure vCard i get the following error.:
package.xml100644 765 0 1754 10246105423 6311 Contact_Vcard_Build Build (create) and fetch vCard 2.1 and 3.0 text blocks. Allows you to programmatically create a vCard, version 2.1 or 3.0, and fetch the vCard text. pmjones Paul M. Jones pjones@ciaweb.net lead 1.1.1 2005-05-28 PHP License stable * Fixed bug 2660 "escape() doesn't escape colons" Contact_Vcard_Build-1.1.1/Contact_Vcard_Build.php100755 765 765 172605 10246102473 15156
What should I do now.
Thanks a lot.
Comment #11
sanduhrsIt seems your unpacked version is somehow corrupted.
Please try again and
- download the package [1]
- Then untar it [2]
- copy the file Contact_Vcard_Build.php to your vcard folder
[1] http://pear.php.net/package/Contact_Vcard_Build/download
[2] http://drupal.org/node/8592
Comment #12
vandit09 commentedI copied the file Contact_Vcard_build.php to the vcard /modules/vcard folder but, nothing still shows up under the vcard settings... but no error messages. How do you properly install this module?
Comment #13
sanduhrsType
pear install Contact_Vcard_Buildon the command line.For more information see PEAR documentation [1].
[1] http://pear.php.net/distributions/manual/pear_manual_en.html.gz#installa...
Comment #14
vandit09 commentedi've installed pear and contact_vcard_build using the webfrontend installer. Now if i go to config vcard... i still get nothing except for the notice:
"This section is only enabled if the "profiles" module is enabled. When enabled it will provide a dropdown selection box for each defined profile item of type textfield, textarea, or url."
I'm lost here, both profile and vcard modules are activated. Did I miss a step in installing this properly? Btw, im on a shared hosting through dreamhost.
Comment #15
sanduhrsSo, did you add some profile fields on ?q=admin/user/profile ?
Comment #16
vandit09 commentedThanks that worked! Only problem is that it doesn't integrate well with civicrm's contact info.
Comment #17
sanduhrsComment #18
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.