Results for for sale(Atlanta) 31 - 60 of 79

Latest ads
  • Get up to 95% off laptops, electronics, jewelry,

    Get up to 95% off laptops, electronics, jewelry,

    Get up to 95% off laptops, electronics, jewelry, and even receive cash at AdsProfitRewards Penny Auctions. http://adsprofitwiz.es/ref/?assol89

    other Atlanta0 sec

    Free

  • Get up to 95% off laptops

    Get up to 95% off laptops

    Get up to 95% off laptops, electronics, jewelry, and even receive cash at AdsProfitRewards Penny Auctions. http://adsprofitwiz.es/ref/?gold01era

    computers Atlanta0 sec

    Free

  • Need a new laptop for school

    Need a new laptop for school

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

    computer accessories Atlanta0 sec

    Free

  • Business Guide to an Affiliate Marketing Program

    Business Guide to an Affiliate Marketing Program

    Do you simply want a Better Life?Are you willing to do some foundation ground work which will give you immense deferred gratification in just a few months?Here is What You Have Just Been Longing...

    other Atlanta0 sec

    Free

  • Original Brand New Samsung Galaxy Note II 64GB in box come with bill

    Original Brand New Samsung Galaxy Note II 64GB in box come with bill

    Original Brand New Samsung Galaxy Note II 64GB in box come with bill And Warranty   Original serious buyer email us :ltdlivestore13 @ y a h o o . c o m   Thanks

    phones, PDAsAtlanta0 sec

    $ 350

  • Buy challenge coins online with challengecoinscity.com

    Buy challenge coins online with challengecoinscity.com

    challengecoinscity  offering custom challenge coins, challenge coins, lapel pins, trading pins, wedding challenge coins at reasonable price with wide range of verities for you all kind of needs. We design custom challenge coins according...

    sports, bikesAtlanta0 sec

    Free

  • PHP Error

    PHP Error

    unserialize(): Error at offset 90 of 130 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:2:{i:0;s:15:"90177_48632.jpg";i:1;s:48:"90177_Моло...")
    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" => 6))
    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 12:23:01 Apache Yii Framework/1.1.7