I've updated my file with the below code and the No img available icon is still coming up on my category list.
Quote:
Originally Posted by mrkenzie
This:
Code:
$fields[] = "$sql_tbl[images_P].image_path as ";
should be:
Code:
$fields[] = "$sql_tbl[images_P].image_path as p_image_path";
|