laurie Posted July 15, 2004 Posted July 15, 2004 I can't get picture uplaod working in the Catalog admin. It can create a new directory. But cannot create a file. Brings up an internet explorer box saying File XXXXXX.jpg could not be created I have checked the directories are CMOD 777, All OK Checked path setups.
d_paulo Posted March 5, 2008 Posted March 5, 2008 I have the same problem, I think that something is not right with thw path to the Root Images Directory Do you can see any files on this directory? (in the upload panel) If you can see th pictures located on thid directory then you'll need probably only to set permissons to 777 on the images directory
d_paulo Posted March 5, 2008 Posted March 5, 2008 Find in config.php in catalog/admin/htmlarea/popups at line 16 aproximatly find this code define("IMAGE_DIR", trim(DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG_IMAGES)); define("IMAGE_URL", trim(DIR_WS_CATALOG_IMAGES)); and replace with this define("IMAGE_DIR", trim(DIR_FS_CATALOG . DIR_WS_IMAGES)); define("IMAGE_URL", trim(DIR_WS_IMAGES));
Recommended Posts
Archived
This topic is now archived and is closed to further replies.