
Originally Posted by
Chargin
Ok, the old site did have this mod installed, I never realised.
It was a 1.39h site also.
Looking at the admin area for the mod the entire thing is in spanish... the rest of admin is english.
So what would you suggest I do here, should I find out what version of the mod was installed and download that version and overwrite all the files Ive uploaded? How do I find the mod version?
Thanks for your support.
Finding the module version is not easy in the older versions... Usually they did include the version number at the top of the file "/includes/classes/seo.url.php". I'd guess version 2.106 - 2.110 based upon the language being Spanish.
As you have a partial upgrade, If you want the functionality of USU, the best way to fix things would be to remove the current version, then remove any leftovers from the old version, and finally install the latest version.
Disclaimer: This method of uninstalling should not be used on versions of USU > 2.150. This is only specific to instances where versions of USU < 2.150 are still installed, you attempt to install the newer version without first removing the old version, and things go wrong.
- Backup your website and database. Always a good idea before making changes.
- Follow the uninstall instructions for the current version (in the readme).
- Remove all files from the current and previous versions. You can see what files were added by looking at the zip files from the current version and version 2.110.
- Undo any merges made to files in "affected_files" folders (current version of USU) and "specific-files" folders (old version of USU).
- Remove any leftover database entries from the old version of USU.
You can remove the old database entries using phpmyadmin with:
Code:
DELETE FROM `configuration_group` WHERE `configuration_group_title` LIKE '%SEO%';
DELETE FROM `configuration` WHERE `configuration_key` LIKE '%SEO%';
DROP TABLE IF EXISTS seo_cache;"
Note: if your tables have a prefix you need to add the prefix. Also note this will uninstall some of SSU's entries from the database (not an issue if you plan to install the latest version of USU afterwards).
Once done, you should be able to install the latest version. Once you have everything working, I would strongly suggest another backup of the files and database. Always good to have "known good" backups!
As per the readme: If you are running a version of this plugin prior to version 2.150 it is recommended you uninstall the old version of the plugin including all database entries prior to installing newer versions.
Bookmarks