• Resolved diddiz

    (@diddiz)


    Hi,
    When trying to activate this plug in I′ve got following fatal error. I have no clue where to start trouble shooting. The only obvious thing is that the version was compatible with my WP-version, otherwise I′m lost on where to start:

    Fatal error: Uncaught Exception: There was a database error installing Redirection – please post these details to https://github.com/johngodley/redirection/issues – CREATE TABLE IF NOT EXISTS mlwjf_redirection_items ( id int(11) unsigned NOT NULL AUTO_INCREMENT, url mediumtext NOT NULL, regex int(11) unsigned NOT NULL DEFAULT ‘0’, position int(11) unsigned NOT NULL DEFAULT ‘0’, last_count int(10) unsigned NOT NULL DEFAULT ‘0’, last_access datetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’, group_id int(11) NOT NULL DEFAULT ‘0’, status enum(‘enabled’,’disabled’) NOT NULL DEFAULT ‘enabled’, action_type varchar(20) NOT NULL, action_code int(11) unsigned NOT NULL, action_data mediumtext, match_type varchar(20) NOT NULL, title text, PRIMARY KEY (id), KEY url (url(191)), KEY status (status), KEY regex (regex), KEY group_idpos (group_id,position), KEY group (group_id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE=utf8mb4_unicod in /www/webvol1/5a/ovk3029j27hr3u3/trailerimport.se/public_html/wp-content/plugins/redirection/models/database.php on line 112

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Godley

    (@johnny5)

    Can you try the 4.0 alpha version, which shows more information about why the database tables cannot be created?

    https://github.com/johngodley/redirection/releases/tag/4.0-alpha-1

    Thread Starter diddiz

    (@diddiz)

    Hi,
    I′m sorry but I′m not comfortable using an alpha version on our website. Is there another way to find out what might be wrong? I would really like to use this plug in instead of some of the others available.

    Plugin Author John Godley

    (@johnny5)

    Your database is refusing to create the tables. Without more information from your setup it’s impossible to say. Maybe there is an error log showing more information?

    Thread Starter diddiz

    (@diddiz)

    I′m a newbie and not a programmer by proffession, so for me to look for an error log somewhere deep in WP is not a solusion. That′s why I searched for a plug in to begin with. I have installed another plug in to resolve my issue and it worked great, without an error. I thank you for our dialog and will to try to help me!
    /D

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatar error activating the plugin’ is closed to new replies.