• Hi, I use WP 4.9.7. When trying to install the plugin I’m getting the following error:
    docxpresso Parse error: syntax error, unexpected T_STRING on line 72

    This line is:
    cat -n wp-content/plugins/docxpresso/plugin.php|grep 72
    72 $doc = new Docxpresso\createDocument(array(‘template’ => $fullPath));

    When I try to remove the slash “\” in $doc var – then installation passed but the plugin not working correctly.

    My php version is: PHP 5.6.32

Viewing 1 replies (of 1 total)
  • Plugin Author docxpresso

    (@docxpersso)

    Please, replace Docxpresso\createDocument by Docxpresso\CreateDocument (note the change to uppercase) this should be in general irrelevant but is the only source of potential problems that I detect.

Viewing 1 replies (of 1 total)
  • The topic ‘Install error’ is closed to new replies.