dolon
That is not what I was asking for. Please provide screenshots of your email_account records, plugin_instance records, and config records that relate to the email(s).
"Records" meaning the records in the database; not UI.
Cheers.
here you go
dolon Still need the config records that relate to the plugin and email..
KevinTheJedi Which table you need? There is no such "config" for email or plugin.
ost_config is config
Got it sorry!
dolon again, the ones related to the email and plug-in. Should be namespace includes email or plugin.
email
plugin
Hey, yes indeed there are not many, here I attache all. One issue I found which is an old version of instance in the plugin left there and not listed. I deleted from the DB, but unfortunately no change of behavior.
dolon From the config table
SELECT * FROM `ost_config` WHERE `namespace` LIKE '%email%' OR `namespace` LIKE '%plugin%';
KevinTheJedi SORRY!!! My bad, I did't notice the config DB table has a limit view of 25 entries. Here you go the sql query. Looks like it is more than one?! I can't really decide.
That’s the issue. You need to delete all the records with namespace containing account.0.
account.0
KevinTheJedi unfortunately it did not help 🙁 I cleaned it and still the same.
Here is the patch:
KevinTheJedi You are a real Jedi!!!! I added the modified file and it works!! Awesome support thank you!