
Originally Posted by
docfx
This appears to be coming from the line of initialization code that is checking for the existence and/or read/write permissions of said temp directory ie [[ $tempdir = EASYPOPULATE_CONFIG_TEMP_DIR; ]]
The configuration variables for EZPOP are insertions into the zen configuration file ie [[ 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), ...]]
If you don't have a /catalog/temp/ directory that is read/writeable OR you didn't re-install the sql patch to the configuration file OR the temp file doesn't match the configuration patch, I would suspect that you might see such an error.
I have shoveled 20-30K items into zen via ezpop w/o incident, just make sure you have the various ezpop configs set the way you want (ie price incl tax, etc.)
Bookmarks