Hi
I've got a cart I'm trying to fix some errors on. Problems with simple seo manager is one issue. The cart version shows 1.3.8a with database patch level 1.3.9a (not sure why that is)
I've been looking through files and found a current version file and it says version 8|Beta 3.4.5
In admin extras > simple seo manager
this error is showing
1062 Duplicate entry 'SSU_EXCLUDE_LIST' for key 2
in:
[INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Exclude list', 'SSU_EXCLUDE_LIST', 'advanced_search_result,redirect,popup_image_additional,download,wordpress', 'Set the list of pages that should be excluded from using seo style links, separated by comma with no blank space. Do not change this if you are not sure what you are doing', @t4, 1, NOW(), NOW(), NULL, NULL);]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
also one debug log has this error
[04-Mar-2011 17:27:51] PHP Warning: urlencode() expects parameter 1 to be string, array given in /home/username/public_html/includes/classes/ssu/cores/link.php on line 186
I'm searching around looking for a starting point. Any suggestions appreciated.