Plugin Author
anmari
(@anmari)
HI Eric, sorry about the delay.
I am unable to recreate the problem.
Do you get any error messages at all ? Please check your sites error log too.
Can you configure the lists (the other admin page) ?
Have you tried with a different browser (in case it’s a browser cache thing ?)
Is this a clean install ?
Thread Starter
eric3d
(@eric3d)
Thanks Anmari. This problem stumps me. I have wp_debug on, checked logs and see no error. I’ve tried multiple browsers, cleared cache, turned off all other plugins, and the usual checks.
I was able to configure lists, but somehow they were deleted after a while (an hour or so). So I’m not sure what’s happening there.
Where should the settings be saved in the database, so I can check if anything’s in there?
Thread Starter
eric3d
(@eric3d)
Update:
I located the settings in the database (wp_options -> amr-ical-events-list) and it appears the settings ARE saved properly. The custom style sheet URL is correct and the list type I added and lost is in the array.
So the problem is not that settings are not saved, but the settings are not loaded properly.
Thread Starter
eric3d
(@eric3d)
Problem solved:
The options table was set to latin1_swedish_ci collation. Once we changed it to utf8, it worked properly.