PDA

View Full Version : Arrg, another error



htdub
06-23-2005, 08:13 PM
Anyone get this error?

Was adding listings to admin, when the site times out.


Fatal error: Maximum execution time of 30 seconds exceeded in /home/s/public_html/list/include/search.inc.php on line 1055


{
$z = $misc->international_num_format($i,$config['number_decimals_price_fields']);
$z = $misc->money_formats($z);
$options .= '<option value="'.$i.'">'.$z.'</option>';
$i += $step;
} {


Thanks