can not access vcard settings

Babalu - November 17, 2008 - 09:34
Project:vCard
Version:6.x-1.2
Component:Code
Category:bug report
Priority:normal
Assigned:sanduhrs
Status:closed
Description

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

#1

Babalu - November 24, 2008 - 11:48

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

#2

sanduhrs - November 24, 2008 - 13:40
Assigned to:Anonymous» 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

#3

Babalu - November 25, 2008 - 13:05

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

#4

sanduhrs - November 25, 2008 - 13:13

That doesn't make any difference.

#5

tlangston - January 4, 2009 - 22:18

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

#6

sanduhrs - January 5, 2009 - 09:23

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

#7

tlangston - January 6, 2009 - 00:56

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

#8

tlangston - January 6, 2009 - 01:08

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

#9

JonSTeps - February 20, 2009 - 17:49

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?

#10

sanduhrs - February 20, 2009 - 19:16

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.

#11

sanduhrs - October 23, 2009 - 15:35
Status:postponed (maintainer needs more info)» closed

Closing for 8 months no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.