i was experiencing the same issue. i’m hosting Mautic on my server.
I dug through the plugin code and what I discovered is that the database table is mapping with a db prefix of ‘haw_mautic_’. I went into phpMyadmin and changed my db prefix to ‘haw_mautic_’.
I then had to reconfigure my the db_table_prefix in /app/config/local.php.
I then cleared the cache by deleting the /app/cache folder.
Alternatively, you could change the db prefix in the plugin code, but if there’s a plugin update, it will most likely stop working.
Worked a treat.
-
This reply was modified 8 years, 10 months ago by michaeldt.