wpsnoop Fatal error: Cannot redeclare geturl()

If you are dealing with a WordPress issue where a PHP Function geturl() 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 13 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 13 different instances of potential conflicts where different plugins or themes share the function name.

Examples of this error include:

PHP Fatal error: Cannot redeclare geturl() (previously declared in wp-content/plugins/imgcache/imgcache.php:69)

This file is part of the WordPress plugin ImgCache and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare geturl() (previously declared in wp-content/plugins/wp-odesks/wp-odesk.php:704)

This file is part of the WordPress plugin WP Odesk Plugin and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare geturl() (previously declared in wp-content/plugins/golf-scores/functions.php:198)

This file is part of the WordPress plugin Golf Scores and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare geturl() (previously declared in wp-content/plugins/links-auditor/links-auditor.php:46)

This file is part of the WordPress plugin Links Auditor and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare geturl() (previously declared in wp-content/plugins/actualiza-twitter-usando-niqmx/techniq2Twitter.php:43)

This file is part of the WordPress plugin techniq2Twitter and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare geturl() (previously declared in wp-content/plugins/odesk-profile-fetcher/odesk-profile-fetcher.php:502)

This file is part of the WordPress plugin Odesk Profile Fetcher and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare geturl() (previously declared in wp-content/plugins/aajoda-testimonials/aajoda-testimonials.php:87)

This file is part of the WordPress plugin Aajoda Testimonials and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare geturl() (previously declared in wp-content/plugins/android-webcam-and-timelapse/livecam.vicbusiness.com.php:21)

This file is part of the WordPress plugin LiveCam + Timelapse for Wordpress and Android and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare geturl() (previously declared in wp-content/plugins/amazon-showcase-wordpress-widget/amazonshowcase.php:21)

This file is part of the WordPress plugin Amazon Showcase and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare geturl() (previously declared in wp-content/plugins/dw-twitter-base/include/globalfunction.php:7)

This file is part of the WordPress plugin DW Twitter Base and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare geturl() (previously declared in wp-content/plugins/cocoon-media-management/Cocoon_Media_Management.php:599)

This file is part of the WordPress plugin Cocoon Media Management and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare geturl() (previously declared in wp-content/plugins/dofollow-case-by-case/dofollow-case-by-case.php:204)

This file is part of the WordPress plugin DoFollow Case by Case and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare geturl() (previously declared in wp-content/plugins/like-share-my-site/lsms.php:210)

This file is part of the WordPress plugin Like & Share My Site 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.