I installed a clean version of ZC 1.3.8 on a PHP 5.2 server with MySQL 5
I've read your installment instructions and installed the newest SSU 3-5-8 I but then realized later i did not have module manager installed (step 1), So I got that installed and uploaded the SSU files again.
Now I am getting this error message:
1146 Table 'satur_zc1.configuration' doesn't exist
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 ('File extension', 'SSU_FILE_EXTENSION', '', 'Set the file extension you want (without the dot). Recommend: leave it blank. For more info please read the docs', @t4, 1, NOW(), NOW(), NULL, NULL), ('Name delimiter', 'SSU_NAME_DELIMITER', '-', 'Set delimiter to replace all non alpha-numeric characters in product/category names', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('-', '.'),'), ('ID delimiter', 'SSU_ID_DELIMITER', '-', 'Set delimiter separate product/category names and their ids', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('-', '.'),');]
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.
I tried to run the above SQL query in phpMyadmin manually with the prefix zen_ in front but I still get the same error.
I read somewhere it is because I installed module manager after installing SSU
What would you suggest?