seams to be badly written script had loads of problems, most of which are smoothed out but a few remain. im not that fluent in php.
anyway in getting a few class_fees and auction_details strict standards errors. code on these errors are as follows…
class fees errors
line 1107… $nb_images = item::count_contents($item_details[‘ad_image’]);
line 1108… $nb_videos = item::count_contents($item_details[‘ad_video’]);
auction details errors
line 272…
line 396…
line 399… <?php if (item::count_contents($item_details['ad_image'])) { ?>
line422… <?php if (item::count_contents($item_details['ad_video'])) { ?>
obviously the problem lies at item_details but i cant find it anywhere. any help or info appriciated.
thanks