wpsnoop Fatal error: Cannot redeclare pagination()

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

Examples of this error include:

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/themes/resi/functions.php:397)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/plugins/ququk-random-content/functions.php:2)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/plugins/all-in-one-gallery/all_in_one_gallery.php:507)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/plugins/business-card-by-esterox-100/business_card.php:205)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/plugins/en-masse-wp/enmasse-admin/exec.functions.php:181)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/plugins/google-map-locations/includes/gml_functions.php:423)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/themes/gommero/functions/gommero-functions.php:317)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/plugins/stern-upload-and-collect/SternFunctions.php:542)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/plugins/evercookie/includes/db.php:111)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/plugins/akw-store-locator/storeFunctions.php:96)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/plugins/bulk-categories-assign/bulk-categories-assign.php:404)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/themes/gridsby/functions.php:337)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/themes/akyuz/functions.php:650)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/themes/fazio/libs/pagination.php:3)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/plugins/image-gallery/includes/alpha-functions.php:301)

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

PHP Fatal error: Cannot redeclare pagination() (previously declared in wp-content/themes/dogs-life/functions.php:135)

This file is part of the WordPress theme Dogs Life 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.