Results for for sale(Santa Fe Springs) 31 - 54 of 54

Latest ads
  • Save, Save, Save! Dont pay retail prices again when you win with AdsProfitRewards Global Penny Aucti

    Save, Save, Save! Dont pay retail prices again when you win with AdsProfitRewards Global Penny Aucti

    Save, Save, Save! Dont pay retail prices again when you win with AdsProfitRewards Global Penny Auction. Register Free Today! http://adsprofitreward.com/ref/?mile65

    other Santa Fe Springs0 sec

    Free

  • Need a new laptop for school, work or play.

    Need a new laptop for school, work or play.

    Need a new laptop for school, work or play. Receive free bids to play in AdsProfitRewards penny auction. http://adsprofitreward.com/ref/?arkis

    other Santa Fe Springs0 sec

    Free

  • Best Online Auctions 1 Cent Auctions - HDTV, Game Consoles, Jewelry, Home Appliances and More. Visit

    Best Online Auctions 1 Cent Auctions - HDTV, Game Consoles, Jewelry, Home Appliances and More. Visit

    Best Online Auctions 1 Cent Auctions - HDTV, Game Consoles, Jewelry, Home Appliances and More. Visit http://adsprofitreward.com/ref/?vina Get Free Bids Now and Start Saving Today

    other Santa Fe Springs0 sec

    Free

  • RGY2T-1G Linear Filling Machine

    RGY2T-1G Linear Filling Machine

    http://www.machsa.com/ http://www.cappingmatic.com/ http://www.cnfillers.com/ http://www.vacuumcappingmachine.com/ The RGY2T-1G Linear Filling Machine is designed on the basis of this company's series products with extra functions increased. The product is simple and convenient in operation, error correction, machine cleaning and maintenance. Widely used...

    tools, equipmentSanta Fe Springs0 sec

    $ 1

  • 32GB Axe Shampoo Bottle Camera Remote Control On/Off And Motion Detection Record

    32GB Axe Shampoo Bottle Camera Remote Control On/Off And Motion Detection Record

    http://shop.omejo.com/productsshow.php?id=631 This Omejo Axe Shampoo Bottle Camera Remote Control On/Off And Motion Detection Record built in memory 32GB This is a ultra-small digital spy camera that hidden in a shampoo bottle  , it looks like an...

    cameras, camcorders Santa Fe Springs0 sec

    $ 178

  • PHP Error

    PHP Error

    unserialize(): Error at offset 53 of 63 bytes

    /home/zikbay/public_html/protected/modules/Ads/models/Annonce.php(371)

    359         $str .= '</span></p>';
    360         
    361         return $str;
    362     }
    363     
    364     public function getImageSection ()
    365     {
    366       $params = array('id'=>$this->id,
    367                       'alias'=>str_replace(array(' ','/','\\'),'-',$this->title));
    368       if ($this->area != '')
    369           $params['area'] = $this->area;
    370       $str = '<a href="'.Yii::app()->createUrl('Ads/ad/viewDetails', $params).'">';
    371       $images = unserialize($this->photos);
    372       $imageUrl = Yii::app()->request->getBaseUrl(TRUE).'/images/no-image.jpg';
    373       if (is_array($images) && count($images) > 0)
    374       {
    375         $img_exist = false;
    376         for ($i = 0; $i < count($images); $i++) 
    377         {
    378           $pathImage = 'uploads/ads/'.$images[$i];
    379           if (file_exists($pathImage)) {
    380             $imageUrl = Yii::app()->request->getBaseUrl(TRUE).'/image.php?thumb=';
    381             $imageUrl .= FlexImage::createThumbFilename($pathImage,84,76);
    382             $img_exist = true;
    383             break;
    

    Stack Trace

    #1
    +
     /home/zikbay/public_html/protected/modules/Ads/models/Annonce.php(371): unserialize("a:1:{i:0;s:38:"15447_qw20100626155225o7a5Ef副本.jpg";}")
    366       $params = array('id'=>$this->id,
    367                       'alias'=>str_replace(array(' ','/','\\'),'-',$this->title));
    368       if ($this->area != '')
    369           $params['area'] = $this->area;
    370       $str = '<a href="'.Yii::app()->createUrl('Ads/ad/viewDetails', $params).'">';
    371       $images = unserialize($this->photos);
    372       $imageUrl = Yii::app()->request->getBaseUrl(TRUE).'/images/no-image.jpg';
    373       if (is_array($images) && count($images) > 0)
    374       {
    375         $img_exist = false;
    376         for ($i = 0; $i < count($images); $i++) 
    
    #2
     /home/zikbay/public_html/yii-1.1.7.r3135/framework/base/CComponent.php(616) : eval()'d code(1): Annonce->getImageSection()
    #4
    +
     /home/zikbay/public_html/protected/modules/Ads/extensions/AdsGridView.php(171): CComponent->evaluateExpression("$data->getImageSection()", array("data" => Annonce, "row" => 5))
    166         if ($i == 1)
    167             echo '<div class="cell col-'.$i.'" style="text-align: center;">';    
    168         else
    169             echo '<div class="cell col-'.$i.'">';
    170         if($column->value!==null)
    171           $value=$column->evaluateExpression($column->value,array('data'=>$data,'row'=>$row));
    172         else if($column->name!==null)
    173             $value=CHtml::value($data,$column->name);
    174         echo $value===null ? $this->nullDisplay : $this->getFormatter()->format($value,$column->type);
    175         echo '</div>';
    176         
    
    2025-07-06 02:25:08 Apache Yii Framework/1.1.7