• 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

Viewing 8 replies - 1 through 8 (of 8 total)
  • 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.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Fatal Error’ is closed to new replies.