wpsnoop Fatal error: Cannot redeclare save_error()
If you are dealing with a WordPress issue where a PHP Function save_error() was already declared it is most likely due to a plugin/theme conflict.
wpsnoop scanned and analyzed over 100,000 WordPress plugins and themes to find and locate potential conflicts including functions that share the same name.
This page has information on the 11 places where that function is declared and used in WordPress plugins and themes.
Note: Our database currently only taps into the free themes and plugins available in the publicly available WordPress plugins and themes, if your site uses paid plugins, themes or custom code there may be additional conflicts.
Our database has uncovered 11 different instances of potential conflicts where different plugins or themes share the function name.
Examples of this error include:PHP Fatal error: Cannot redeclare save_error() (previously declared in wp-content/plugins/vampire-character/inc/install.php:1878)
This file is part of the WordPress plugin Vampire Character Manager and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare save_error() (previously declared in wp-content/plugins/ssquiz/ssquiz.php:382)
This file is part of the WordPress plugin SS Quiz and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare save_error() (previously declared in wp-content/plugins/google-map-lightbox-popup/main.php:134)
This file is part of the WordPress plugin Google Map Lightbox and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare save_error() (previously declared in wp-content/plugins/skedmaker-online-scheduling/wp-skedmaker.php:29)
This file is part of the WordPress plugin Skedmaker and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare save_error() (previously declared in wp-content/plugins/facebook-tabs-editor/fapplication.php:149)
This file is part of the WordPress plugin Facebook Tabs and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare save_error() (previously declared in wp-content/plugins/canalplan-ac/canalplan.php:1105)
This file is part of the WordPress plugin CanalPlan Integration and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare save_error() (previously declared in wp-content/plugins/where-i-was-where-i-will-be/wiwwiwb.php:102)
This file is part of the WordPress plugin Where I Was, Where I Will Be and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare save_error() (previously declared in wp-content/plugins/whisperfollow/WhisperFollow.php:461)
This file is part of the WordPress plugin WhisperFollow and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare save_error() (previously declared in wp-content/plugins/timebank-system/timebank.php:41)
This file is part of the WordPress plugin TimeBank and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare save_error() (previously declared in wp-content/plugins/tel-link-obfuscate/link_and_obfuscate_telephone_numbers.php:107)
This file is part of the WordPress plugin Link/Obfuscate Telephone Numbers and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare save_error() (previously declared in wp-content/plugins/amd-bible-reading/amd-bible-reading.php:3132)
This file is part of the WordPress plugin AMD Bible Reading and could be interacting with another theme or plugin and causing a fatal error.
The error occurs because two (or more) plugins that you are using are both trying to declare a function with the same name.