• Resolved recipientpr

    (@recipientpr)


    The plugin has been updated to the current version. When activated, the error is:
    UParse error: syntax error, unexpected ‘.’ in …/wp-content/plugins/platinum-seo-pack/psp-include/sitemap/inc/class-wp-sitemaps-index.php on line 60

    • This topic was modified 4 years, 1 month ago by recipientpr.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Rajesh

    (@rajesh-babu)

    What was the version you were using before? What is the PHP version you are using?

    what do you meant by activating an updated plugin? updating a plugin does not require any activation. so can you pls mention what you were trying to do after updation?

    Plugin Author Rajesh

    (@rajesh-babu)

    the plugin uses the WordPress built in sitemap code for generating the sitemap. the built-in code uses this notation rather than looping thro. the $sitemap_entries:

    array_push( $sitemaps, …$sitemap_entries );

    you probably need to update PHP to V 5.6+ for this built-in piece of code to work. Hence it is better if you could update PHP to the latest stable version.

    It is a good practice to update PHP to the latest version for both performance and security reasons.

    • This reply was modified 4 years, 1 month ago by Rajesh.
    • This reply was modified 4 years, 1 month ago by Rajesh.
    Plugin Author Rajesh

    (@rajesh-babu)

    Plugin Author Rajesh

    (@rajesh-babu)

    the user wanted to use multiple SEO plugins and he hasn’t got back.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error when activating an updated plugin’ is closed to new replies.