No. There is no table: wp_ultimate_410 in the 53 tables for that site.
So far, I’ve had no luck in trying to reproduce your issue. I have made a small change though, could you please install this beta version and tell me if it resolves the issue: https://downloads.wordpress.org/plugin/ultimate-410.1.0.4-beta.1.zip
Please deactivate and then delete the plugin via the WordPress backend before uploading and activating the beta version.
Thank you for your patience.
Hi @alpipego – I downloaded the plugin from your link, and saved it to a Finder folder. I went into the Plugins and Deactivated, then Deleted, the previous version of Ultimate 410 — then I uploaded your beta version and Activated it. Same outcome: “Ultimate 410 encountered an error. Table wp_ultimate_410 is missing;” 🙁
I’m sorry, this still hasn’t fixed the issue…
* Do you have an option of checking the debug log and see if there is more information in there?
* Can you tell me if there are other plugins in your installation that require custom tables and check if these get created?
@alpipego, I turned WP_DEBUG to “TRUE” and got the following error on the site:
WordPress database error: [Specified key was too long; max key length is 767 bytes]
CREATE TABLE wp_ultimate_410 ( id INT AUTO_INCREMENT, request VARCHAR(512) NOT NULL, regex TINYINT NOT NULL DEFAULT 0, PRIMARY KEY (id), UNIQUE KEY request (request(192)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
WordPress database error: [Table ‘myflowerland.wp_ultimate_410’ doesn’t exist]
SELECT request, regex from wp_ultimate_410;
This was after I Deactivated, Uninstalled and re-installed the plugin for a fourth time.
Please advise.
-
This reply was modified 5 years, 6 months ago by
3cstudio.
-
This reply was modified 5 years, 6 months ago by
3cstudio.
Thank you for the debug info.
I have fixed this in version 1.0.4.
It’d be nice if you could quickly verify that this is working for you.
Thank you for your patience.
Kind regards,
Alex
Hi @alpipego, looks like the error line is gone now – thanks!