WPIntell

Source evidence

Fatal Error

Team VCard generator · support · 2017-01-12T22:12:00+00:00

complaintsentiment
highseverity
1.0relevance
8replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 19 rows with source links

15.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
ontrackmarketing unresolved
Looked like a great plug in but I receive this error when trying to activate it. No plug-ins, themes or applications have been hacked or revised. Any clues? Parse error: syntax error, unexpected ‘[‘, expecting ‘)’ /public_html/wp-content/plugins/team-vcard-generator/includes/class-team-vcard-generator-table.php on line 19 I received the following error when tried to download the vCard: Fatal error: Cannot declare class Transliterator, because the name is already in use in /home/casul975/public_html/wp-content/plugins/team-vcard-generator/includes/VCard.php on line 10 My wordpress version is 4.7.3 Already corrected it. Sorry. @ontrackmarketing , Line 19 is parent::__construct(...) . What version of PHP are you using? You may need 7.0 for that syntax to work properly. public function __construct() { parent::__construct([ 'singular' => __('Member', 'team-vcard-generator'), //singular name of the listed records 'plural' => __('Members', 'team-vcard-generator'), //plural name of the listed records 'ajax' => false //does this table support ajax? ]); } I have this problem: Fatal error: Cannot redeclare class Transliterator in /home4/lasser7/public_html/mydigicard.net/blog/wp-content/plugins/team-vcard-generator/includes/VCard.php on line 10 @casuloamy how do you solve the problem? casuloamy (@casuloamy) can you tell me how you solve the problem? I had the same problem. cmsoto, I changed tha declaration of class Transliterator to class Transliterator2 and all correspondent calls. Thank you so much, for your help. Hi, Wondering if this plugin is working correctly for you guys? As I’ve mentioned in my own post, I’m getting few errors with it and can’t figure out why or how to fix it. Could use some help. Thanks in advance.

Comments

8 shown
casuloamy 2017-03-08T19:12:00+00:00

I received the following error when tried to download the vCard: Fatal error: Cannot declare class Transliterator, because the name is already in use in /home/casul975/public_html/wp-content/plugins/team-vcard-generator/includes/VCard.php on line 10 My wordpress version is 4.7.3

casuloamy 2017-03-08T23:06:00+00:00

Already corrected it. Sorry.

Alexis Wilke 2017-03-12T22:49:00+00:00

@ontrackmarketing , Line 19 is parent::__construct(...) . What version of PHP are you using? You may need 7.0 for that syntax to work properly. public function __construct() { parent::__construct([ 'singular' => __('Member', 'team-vcard-generator'), //singular name of the listed records 'plural' => __('Members', 'team-vcard-generator'), //plural name of the listed records 'ajax' => false //does this table support ajax? ]); }

cmsoto 2017-03-22T22:12:00+00:00

I have this problem: Fatal error: Cannot redeclare class Transliterator in /home4/lasser7/public_html/mydigicard.net/blog/wp-content/plugins/team-vcard-generator/includes/VCard.php on line 10 @casuloamy how do you solve the problem?

cmsoto 2017-03-23T00:00:00+00:00

casuloamy (@casuloamy) can you tell me how you solve the problem? I had the same problem.

casuloamy 2017-03-23T17:05:00+00:00

cmsoto, I changed tha declaration of class Transliterator to class Transliterator2 and all correspondent calls.

cmsoto 2017-03-23T19:17:00+00:00

Thank you so much, for your help.

jamescchu 2017-06-11T00:35:00+00:00

Hi, Wondering if this plugin is working correctly for you guys? As I’ve mentioned in my own post, I’m getting few errors with it and can’t figure out why or how to fix it. Could use some help. Thanks in advance.