- Berichten: 38
- Ontvangen bedankjes 2
OSC Error: Catalog images directory does not exist
14 jaren 6 uren geleden #20
door Sandra
OSC Error: Catalog images directory does not exist werd gestart door 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
Graag Inloggen of een account aanmaken deelnemen aan het gesprek.
- Support Team
- Offline
- Moderator
Minder
Meer
- Berichten: 106
- Ontvangen bedankjes 10
14 jaren 6 uren geleden #21
door Support Team
Beantwoord door Support Team in topic Re: OSC Error: Catalog images directory does not exist
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);
Graag Inloggen of een account aanmaken deelnemen aan het gesprek.