• Resolved Mitchell_T

    (@mitchell_t)


    Hello – thanks for the plugin, but I’m having trouble getting started. As soon as I try to run the Adminer interface in the same window or in a new tab, I get this error:

    Fatal error: Cannot redeclare table() (previously declared in /home/content/88/11815488/html/wp-content/themes/central/includes/shortcodes.php:434) in /home/content/88/11815488/html/wp-content/plugins/adminer/inc/adminer/drivers/mysql.inc.php on line 281

    Thanks for any help,
    Mitchell_T

    https://wordpress.org/plugins/adminer/

Viewing 1 replies (of 1 total)
  • fuxia

    (@thefuxia)

    The function table() comes from the original Adminer files. Its name cannot be changed. Ask the theme author to stick to the theme development standards and add a prefix to function names:

    Themes must provide a unique slug for anything in the public namespace, including translation textdomain, all custom function names, classes, hooks, public/global variables, database entries (Theme options, post custom metadata, etc.)

Viewing 1 replies (of 1 total)

The topic ‘Fatal Error with 1.3.2’ is closed to new replies.