Originally Posted by autoace
Hi schoolboy,
I have installed EP v1.2.5.4 (from modhole) and am just about done, except I have one mysql error that I hope you can help me please fix.
I did delete the tempEP from the previous install and uploaded the temp folder from the EP v1.2.5.4. And then I ran the sql file in my phpmyAdmin because I noticed the different folder names (tempEP vs temp) for the temp folder. Any suggestions as to the fix. Should I just simply rename the temp folder to tempEP or is there something else I should do. I intend to post this on the forums as soon as I have it fixed in case anyone else has done what I did! Thank you for your help. MySQL error is....
Error
SQL query: Documentation
INSERT INTO configuration VALUES ('', 'Uploads Directory', 'EASYPOPULATE_CONFIG_TEMP_DIR', 'temp/', 'Name of directory for your uploads (default: temp/).', last_insert_id(), '0', NULL, now(), NULL, NULL), ('', 'Upload File Date Format', 'EASYPOPULATE_CONFIG_FILE_DATE_FORMAT', 'm-d-y', 'Choose order of date values that corresponds to your uploads file, usually generated by MS Excel. Raw dates in your uploads file (Eg 2005-09-26 09:00:00) are not affected, and will upload as they are.', last_insert_id(), '1', NULL, now(), NULL, 'zen_cfg_select_option(array("m-d-y", "d-m-y", "y-m-d"),'), ('', 'Default Raw Time', 'EASYPOPULATE_CONFIG_DEFAULT_RAW_TIME', '09:00:00', 'If no time value stipulated in upload file, use this value. Useful for ensuring specials begin after a specific time of the day (default: 09:00:00)', last_insert_id(), '2', NULL, now(), NULL, NULL), ('', 'Split File On # Records', 'EASYPOPULATE_CONFIG_SPLIT_MAX', '300', 'Default number of records for split-file uploads. Us[...]
MySQL said: Documentation
#1062 - Duplicate entry 'EASYPOPULATE_CONFIG_TEMP_DIR' for key 2
-----------------
Thanks for your help.