OK, I've looked at the configuration options and I see that I have ZX Slideshow v.1 installed. I'm trying to upgrade to the latest version and I've tried to uninstall the current version by running the following MySQL query:
Code:
SET @configuration_group_id=0;
SELECT @configuration_group_id:=configuration_group_id
FROM configuration_group
WHERE configuration_group_title= 'ZX Slideshow Configuration'
LIMIT 1;
DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id;
DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id;
Unfortunately, it doesn't seem to make a difference. I can still access ZX Slideshow from admin as if nothing has changed.
Maybe I'm missing something very simple...?
