wpsnoop Fatal error: Cannot redeclare file_get_contents_curl()
If you are dealing with a WordPress issue where a PHP Function file_get_contents_curl() 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 12 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 12 different instances of potential conflicts where different plugins or themes share the function name.
Examples of this error include:PHP Fatal error: Cannot redeclare file_get_contents_curl() (previously declared in wp-content/plugins/imdbi/includes/simpleHtmlDom.php:75)
This file is part of the WordPress plugin imdbi and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare file_get_contents_curl() (previously declared in wp-content/plugins/kaskus-hot-threads/kaskus-hot-threads.php:11)
This file is part of the WordPress plugin Kaskus Hot Threads and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare file_get_contents_curl() (previously declared in wp-content/plugins/thunder-port/thunder_port.php:16)
This file is part of the WordPress plugin Thunder-port and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare file_get_contents_curl() (previously declared in wp-content/plugins/dashview/index.php:122)
This file is part of the WordPress plugin DashView and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare file_get_contents_curl() (previously declared in wp-content/plugins/itinerary/functions.php:223)
This file is part of the WordPress plugin Itinerary and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare file_get_contents_curl() (previously declared in wp-content/plugins/wp-blipbot/wp-blipbot.php:15)
This file is part of the WordPress plugin WP BlipBot and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare file_get_contents_curl() (previously declared in wp-content/plugins/display-sermonnet/wt-sermonnet.php:122)
This file is part of the WordPress plugin sermon.net and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare file_get_contents_curl() (previously declared in wp-content/plugins/nafeza-prayer-time/includes/functions.php:99)
This file is part of the WordPress plugin Nafeza Prayer Time and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare file_get_contents_curl() (previously declared in wp-content/plugins/multiple-choice-question-converter/gmc-plugin.php:121)
This file is part of the WordPress plugin Generate Quiz Using Short code and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare file_get_contents_curl() (previously declared in wp-content/plugins/text-2-speech/text2speech.php:59)
This file is part of the WordPress plugin TEXT2SPEECH and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare file_get_contents_curl() (previously declared in wp-content/plugins/gd-player/google-drive-api.php:171)
This file is part of the WordPress plugin GD Player For Google Drive Videos By: Video JS and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare file_get_contents_curl() (previously declared in wp-content/plugins/imdb-info-box/imdbinfobox.php:17)
This file is part of the WordPress plugin IMDB info box 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.