Hi,
wondering if someone can help me out. can't seem to get my Ajax Image Manager to install properly. I understand you have to add your databases prefix to the sql_installer file. I don't have one, so I've added "" as directed and still no success.
So I would like to uninstall the program, add a prefix to my database if I can and then reinstall.
The problem is that I am having problems uninstalling the program. I've removed all the files from my root directory and the file added to the my custom template but can't seem to do the uninstall with the fual slimbox.
Not sure how to do this: instructions states to run the uninstallation from the sql_installer.sql file but which coding am I selecting and where do I run it?
Is it this code?
UNINSTALLATION
-- SET @t4=0;
-- SELECT (@t4:=configuration_group_id) as t4
-- FROM configuration_group
-- WHERE configuration_group_title= 'Fual Slimbox';
-- DELETE FROM configuration WHERE configuration_group_id = @t4;
-- DELETE FROM configuration_group WHERE configuration_group_id = @t4;
Thanks for your help!!


Reply With Quote
