
Originally Posted by
torvista
I am using UMM 2.1 (27/12/2020) and in the changelog there is no mention of changes to the import functionality for Ultimate SEO added in 1.4.0 (17/09/2012).
Try again, their software is supported.
I've contacted them twice now with no response.
Can you have a look at your version file admin/includes/classes/class.CeonUMMImportOldURIs.php, around line 168 to see if you have code like this
Code:
// Check if mods are present in html_output.php
$html_output_mods_present = false;
$html_output_source = file_get_contents($html_output_path);
if (strpos($html_output_source, '$GLOBALS[\'seo_urls\']->href_link') !== false) {
$html_output_mods_present = true;
}
Newer versions of Ultimate SEO URLs doesn't make these modifications, meaning that if UMM has been updated to work with the newer version of Ultimate SEO, that code section should have been updated to look for newer type of modification.
Bookmarks