Error when trying to activate Permalinks 1.08
6 posts by 3 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: June 17, 2017 (RSS)
By Brownleather - May 23, 2017
I'm trying to activate Permalinks 1.08 in a fresh install of CMSB v3.09 (Build 2133) and I'm receiving the following error "MySQL Error - by permalink_cms_onInstallCreateSchemas()"
Please advise.
Thank you
By Maurice - May 24, 2017
yes got the same error
MySQL Error - by permalink_cms_onInstallCreateSchemas()
just so u know
Mau
Dropmonkey.nl
By Dave - May 24, 2017
Hi Guys,
Thanks, we're working on a fix for this. Here's a temporary workaround:
- Edit /plugins/permalinks/permalinks_cmsMenus.php
- Search for: function permalink_cms_onInstallCreateSchemas
- Replace this:
-
function permalink_cms_onInstallCreateSchemas() {
global $TABLE_PREFIX;
- With this:
-
function permalink_cms_onInstallCreateSchemas() {
plugin_createSchemas();
return;
global $TABLE_PREFIX;
Let me know if that works for you and we'll keep working on an official fix.
Thanks!
interactivetools.com
By Brownleather - May 25, 2017
If you've attempted to activate the plugin without first adding the "workaround code fix", be sure to remove the tables "_permalinks". otherwise you'll encounter errors when trying to access Permalinks DB
By Dave - June 17, 2017
Hi All,
This issue has been resolved with the latest CMSB v3.10 release. So if anyone has issues in future you can download the latest version here:
https://www.interactivetools.com/order/download.php
Thanks!
interactivetools.com