• Fatal error: Cannot redeclare scf_shortcode() (previously declared in

    /public_html/wp-content/plugins/seos-contact-form/inc/shortcode.php:254) in

    /public_html/wp-content/plugins/simple-basic-contact-form/simple-basic-contact-form.php on line 414

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @bahus

    You have the plugin “Seos Contact Form” (https://www.ads-software.com/plugins/seos-contact-form/) which uses the prefix scf on some functions and it happens that it has a PHP function called scf_shortcode which our plugin also does.

    PHP does not allow for 2 functions of the same name to be declared at the same time so it shows the error you’re getting.

    You need to disable the “Seos Contact Form” plugin first and then activate “Simple Basic Contact Form”.

    Thread Starter bahus

    (@bahus)

    Perhaps, in the new version of the plugin, the function should be renamed in order to avoid compatibility problems with plugins from other authors?
    It’s not difficult after all.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ошибка при активации плагина’ is closed to new replies.