
Originally Posted by
cleverpork
I did delete the cache/ssu files. Good thinking, though. I managed to get the "categories" page working -- that was my error. Somehow, I managed to move the categories.php file from the admin area... ??? I have no idea how that happened.
BUT, somehow in the admin area, SSU still seems to be working (even though I meticulously deleted every file). I'm confused how it's still recreating the new URL if it's uninstalled.
Any thoughts?
Currently this process has to be done manually. Generally you just have to go through the installation steps, but backward.
- Revert .htaccess back to normal.
- Revert the changes made to html_output.php
- Remove new files uploaded during the installation
- Then in admin→tools→sql patch runs
If you didn't run the uninstall code you need to do so in admin/tools/install_sql_patches.
PHP Code:
SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'Simple SEO URL';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;
DROP TABLE 5.1/en/control-flow-functions.html">IF EXISTS links_aliases;
Bookmarks