• Resolved ilyanikitin

    (@ilyanikitin)


    Backup is Ok, but when restore to new site I have error at 99%

    Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

    Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

    [ERROR] [2023-01-13 09:45:11] Error at line: ABSPATH/wp-content/plugins/wp-category-tag-could/classes/wpctc-widget.php|224

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

    (@iclyde)

    Hi @ilyanikitin

    This error is not related to our plugin but rather caused by plugin with slug wp-category-tag-could.

    Our plugin can catch errors of all plugins installed on your site just in case there is something conflicting like in this case.

    That error you received means our plugin failed during plugins activation step because of unsupported syntax of PHP code.

    Syntax error you received means that you most likely uses PHP 8.0 or 8.1. While mentioned above plugin is not compatible with PHP 8+ yet.

    Nevertheless at that stage, your site should be already restored in terms of files and database, you can resolve that by activate all plugins manually, to get properly restored site.

    To resolve the issue with wp-category-tag-could I would recommend you to downgrade your PHP version to 7.4 or contact developer of that plugin to provide you updated version of that plugin.

    Let me know if you need further help on this topic 🙂
    Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Urgent. Restore failed’ is closed to new replies.