Closed (fixed)
Project:
vCard
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Nov 2008 at 09:34 UTC
Updated:
23 Oct 2009 at 15:35 UTC
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
Comment #1
Babalu commentedafter enable vcard i can also not access any longer user 1 (admin) account and admin/reports/status page
Comment #2
sanduhrsI 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
Comment #3
Babalu commentedoh sites/default/modules/vcard ?
i have the modules at sites/all/modules/vcard
Comment #4
sanduhrsThat doesn't make any difference.
Comment #5
tlangston commentedSame thing here. Tried installing pear module both ways. Still have blank pages for admin and vcard settings once I enable the vcard module.
Comment #6
sanduhrsAgain, I cant' reproduce. So I need more info to solve this issue.
Any errors in Watchdog?
What does Apache error.log say?
Comment #7
tlangston commentedSorry - 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
Comment #8
tlangston commentedCould the pear module that lists PHP 4 be the problem if running under PHP 5?
Comment #9
JonSTeps commentedtlangston, 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?
Comment #10
sanduhrsHmm, 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.
Comment #11
sanduhrsClosing for 8 months no activity.