wpsnoop Fatal error: Cannot redeclare rrmdir()

If you are dealing with a WordPress issue where a PHP Function rrmdir() 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 rrmdir() (previously declared in wp-content/plugins/ignitiondeck/idf-functions.php:322)

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

PHP Fatal error: Cannot redeclare rrmdir() (previously declared in wp-content/plugins/wp-source-control/wp-content_source_control.php:128)

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

PHP Fatal error: Cannot redeclare rrmdir() (previously declared in wp-content/plugins/joliprint/joliprint_install.php:40)

This file is part of the WordPress plugin PDF & Print Button Joliprint and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare rrmdir() (previously declared in wp-content/plugins/wordpress-sand-box/sandbox.php:241)

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

PHP Fatal error: Cannot redeclare rrmdir() (previously declared in wp-content/plugins/app-store-assistant/includes/app-store-admin_functions.php:1272)

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

PHP Fatal error: Cannot redeclare rrmdir() (previously declared in wp-content/plugins/helion-widgets-pro/lib/cache.php:195)

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

PHP Fatal error: Cannot redeclare rrmdir() (previously declared in wp-content/plugins/deletenginxcache/delNginxCache.php:55)

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

PHP Fatal error: Cannot redeclare rrmdir() (previously declared in wp-content/plugins/rg-slider/rg-slider-helpers.php:12)

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

PHP Fatal error: Cannot redeclare rrmdir() (previously declared in wp-content/plugins/hq-sand-box/sandbox.php:311)

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

PHP Fatal error: Cannot redeclare rrmdir() (previously declared in wp-content/plugins/unpointzero-filemanager/functions/php_functions.php:265)

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

PHP Fatal error: Cannot redeclare rrmdir() (previously declared in wp-content/plugins/webphysiology-portfolio/file_functions.php:52)

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

PHP Fatal error: Cannot redeclare rrmdir() (previously declared in wp-content/plugins/wordpress-1-click-ez-backup/wordpress-1-click-ez-backup.php(102) : eval()'d code(145) : eval()'d code(1) : eval()'d code:570)

This file is part of the WordPress plugin 1 Click EZ Backup 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.