RTE extension errors - can't get back into Low Variables
I'm getting MySQL errors after I've installed the newest version of Low Variables, which I did shortly after I upgraded from EE 2.2 to EE 2.5.3. I'm guessing that something went wrong with either the EE update or Low Variables install, but all seemed well until I added the rich text editor field as a Low fieldtype.
I've tried reinstalling the Low Variables files but no dice. Is there a reliable way to turn off fieldtypes in PHPMyAdmin? I'm loathe to do something like uninstall and reinstall the module (even though that would probably be helpful) because I have a lot of variables that the site runs on, which would mean closing the site for a bit.
Table 'andspac_newversion.exp_rte_toolsets' doesn't exist
SELECT 'exp_members'.'rte_toolset_id' FROM ('exp_members') JOIN 'exp_rte_toolsets' ON 'exp_members'.'rte_toolset_id' = 'exp_rte_toolsets'.'toolset_id' WHERE 'exp_members'.'member_id' = 1
Filename: modules/rte/models/rte_toolset_model.php
Line Number: 101
Replies
Low 30 Nov 2012 19:21
Can you verify if the RTE module is installed under Add-Ons -> Modules?
oxygensmith 1 Dec 2012 03:07
I just returned from an evening out and while I was away it occurred to to me this might be the issue. Yup, it wasn't enabled! I had this site confused with another where I've enabled the RTE field.
I had to install the RTE fieldtype too, but separately from the module. Weird. But okay.
Thanks for your help Low!