- Beiträge: 38
- Dank erhalten: 2
OSC Error: Catalog images directory does not exist
13 Jahre 11 Monate her #20
von Sandra
OSC Error: Catalog images directory does not exist wurde erstellt von Sandra
I just moved a OsCommerce to another site, and the catalogue end works perfectly....all images are there!!
But the admin side, is having tons of problems, it keeps telling me:
IMAGE DOES NOT EXIST
But the admin side, is having tons of problems, it keeps telling me:
IMAGE DOES NOT EXIST
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- Support Team
- Offline
- Moderator
Weniger
Mehr
- Beiträge: 106
- Dank erhalten: 10
13 Jahre 11 Monate her #21
von Support Team
admin/categories
change arround 1988:
to
change arround 1988:
Code:
$contents[] = array('text' => '<br>' . tep_info_image($cInfo->categories_image, $cInfo->categories_name, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT) . '<br>' . $cInfo->categories_image);
to
Code:
$contents[] = array('align' => 'center','text' => '<br>' . tep_image(DIR_EXT_HTTP . $cInfo->categories_image, $cInfo->categories_name, 120, 120, (ADDIMAGES_RESTRICT_IMAGE_SIZE == 'true'?SMALL_IMAGE_WIDTH:''), (ADDIMAGES_RESTRICT_IMAGE_SIZE == 'true'?SMALL_IMAGE_HEIGHT:'')) . '<br>' . $cInfo->categories_image);
Bitte Anmelden oder Registrieren um der Konversation beizutreten.