wpsnoop Fatal error: Cannot redeclare load_scripts()
If you are dealing with a WordPress issue where a PHP Function load_scripts() 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 15 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 15 different instances of potential conflicts where different plugins or themes share the function name.
Examples of this error include:PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/book-doctor-appointments-icliniq/book-doctor-appointments-icliniq.php:43)
This file is part of the WordPress plugin Book Doctor Appointments - iCliniq and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/google-custom-search/google-custom-search.php:43)
This file is part of the WordPress plugin Google Custom Search and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/mediarss-external-gallery/index.php:260)
This file is part of the WordPress plugin MediaRSS external gallery and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/simple-halloween-decoration-for-your-page/halloween.php:197)
This file is part of the WordPress plugin Simple Halloween Decoration For Your Page and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/pushup-social/pushup.php:115)
This file is part of the WordPress plugin Pushup Social and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/fancy-box/fancybox.php:36)
This file is part of the WordPress plugin Fancybox and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/rotating-posts/rotating-posts.php:279)
This file is part of the WordPress plugin Rotating Posts and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/flickr-foto-info/flickr-foto-info.php:47)
This file is part of the WordPress plugin Flickr Foto Info and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/13-moon-synchronometer/13-moon-synchronometer.php:41)
This file is part of the WordPress plugin 13-Moon Synchronometer and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/smartyads/smartyads.php:33)
This file is part of the WordPress plugin SmartyAds and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/wp-service-payment-form-with-authorizenet/functions.php:2)
This file is part of the WordPress plugin WP Service Payment Form With Authorize.net and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/pimap/pimap.php:255)
This file is part of the WordPress plugin Pimap and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/mortgage-and-loan-calculator/monthly-mortgage-calc.php:88)
This file is part of the WordPress plugin Simple Mortgage Calculator and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/wp-strings/WP-Strings.php:225)
This file is part of the WordPress plugin WP-Strings and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare load_scripts() (previously declared in wp-content/plugins/wp2pcloud/wordpress-backup-to-pcloud.php:185)
This file is part of the WordPress plugin WordPress Backup to Pcloud 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.