Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product WYSIWYG upload image HELP HELP !!!!!!!!!!!


laurie

Recommended Posts

Posted

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.

  • 3 years later...
Posted

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

Posted

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));

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...