i can not access the settings of vcard module.
i can access when i not upload the pear Contact_Vcard_Build.php

i have tested this with the 6.x dev version too

Comments

Babalu’s picture

after enable vcard i can also not access any longer user 1 (admin) account and admin/reports/status page

sanduhrs’s picture

Assigned: Unassigned » sanduhrs
Status: Active » Postponed (maintainer needs more info)

I tried to reproduce that.

- Donwloaded latest Drupal 6 release [1]
- Downloaded Vcard.module [2]
- Downloaded Pear Contact_Vcard_Build [3]
- Installed Drupal
- Installed vcard.module
- Copied Contact_Vcard_Build.php to sites/default/modules/vcard

Had none of the problems you describe above.

- Removed Contact_Vcard_Build.php from sites/default/modules/vcard
- Installed Contact_Vcard_Build via PEAR installer pear install Contact_Vcard_Build

Again: Had none of the problems you describe above.

So, I can't reproduce this.

[1] http://ftp.drupal.org/files/projects/drupal-6.6.tar.gz
[2] http://ftp.drupal.org/files/projects/vcard-6.x-1.2.tar.gz
[3] http://download.pear.php.net/package/Contact_Vcard_Build-1.1.1.tgz

Babalu’s picture

oh sites/default/modules/vcard ?
i have the modules at sites/all/modules/vcard

sanduhrs’s picture

That doesn't make any difference.

tlangston’s picture

Same thing here. Tried installing pear module both ways. Still have blank pages for admin and vcard settings once I enable the vcard module.

sanduhrs’s picture

Again, I cant' reproduce. So I need more info to solve this issue.
Any errors in Watchdog?
What does Apache error.log say?

tlangston’s picture

Sorry - nothing in the log that's related. All I saw was an error about something else that I subsequently corrected but it had no effect on this issue. All I can tell you is that if I enable the module, it only effects the loading of the admin page and the vcard settings. Very peculiar.

Here's the error that was in the log just for YI.

[03-Jan-2009 15:11:26] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_mbstring.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_mbstring.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[03-Jan-2009 15:11:26] HTTP error, got response: HTTP/1.1 410 Gone
[03-Jan-2009 15:21:01] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_mbstring.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_mbstring.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[03-Jan-2009 15:21:01] HTTP error, got response: HTTP/1.1 410 Gone
[03-Jan-2009 15:24:51] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_mbstring.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_mbstring.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[03-Jan-2009 15:25:14] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_mbstring.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_mbstring.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[04-Jan-2009 16:34:51] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_mbstring.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_mbstring.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[04-Jan-2009 16:34:51] HTTP error, got response: HTTP/1.1 410 Gone

tlangston’s picture

Could the pear module that lists PHP 4 be the problem if running under PHP 5?

JonSTeps’s picture

tlangston, I think your right. I have the same error on my setup. Does anyone know if there is an update coming soon that might address this?

sanduhrs’s picture

Hmm, I actually don't think it's related to PHP5.
My Setup is running with PHP5 and I still can't reproduce.

The PHP Warnings from #7 just state, that PHP could not load the mbstring extension.
Which seems plausible, because php_mbstring.dll is a windows shared library, and the file system path indicates your running PHP on Unix/Linux system.

There'll probably no fix for this, as long as no one can provide sufficient information to reproduce the issue.

sanduhrs’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing for 8 months no activity.