myPHPauctions problem

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…

<?php echo item::item_status($item_details['closed']); ?>
line 396… <?php echo database::add_special_chars($item_details['description']);?>
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

It’s practically impossible to help you out without any code being posted.

No code AND not knowing the errors is preventing help. Contact the author of the script and find out what version of PHP it was created for. That alone may be the issue.

Sponsor our Newsletter | Privacy Policy | Terms of Service