Bad SQL Query: SELECT i.image_id, i.numaddimg, i.cat_id, i.user_id, i.image_name image_name, simpleproc(i.image_description,300) image_description,
i.image_keywords image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url,
i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits,
c.cat_name cat_name, u.user_name
FROM (4im_images i, 4im_categories c)
LEFT JOIN 4im_users u ON (u.user_id = i.user_id)
WHERE i.image_active = 1 AND i.cat_id = 253 AND c.cat_id = i.cat_id AND i.image_name <> '' AND c.cat_name <> ''
ORDER BY image_date DESC, image_id DESC
LIMIT 0, 30
FUNCTION razruha.simpleproc does not exist