Results for furniture 511 - 540 of 720

Latest ads
  • Brand New Audio shelf

    Brand New Audio shelf

    I brought a brand new audio shelf for my husband but he said it's the wrong color and size . If you want it come and get it the box is a little beat...

    furniture0 sec

    $ 100

  • MOVING! Gorgeous Large Brown Sofa

    MOVING! Gorgeous Large Brown Sofa

    Moving..selling this gorgeous brown sofa. Absolute mint

    furniture0 sec

    $ 100

  • dartboard in cabinet

    dartboard in cabinet

    never used come with black board in cabinet must sell right away

    furniture0 sec

    $ 50

  • Desk and Chair

    Desk and Chair

    Desk and Chair bundle available. Like new, purchased from Ikea, very little use.

    furniture0 sec

    $ 25

  • COGNATIMOB FURNITURE

    COGNATIMOB FURNITURE

    Romanian furniture factory (Brasov), we manufacture all types of furniture in Meranti wood, Wenge, American walnut , Zebrano, mahogany, koto, cedar wood, beech wood and American cherry wood, such as: doors, kitchen furniture, beds,...

    furnitureWorldwide0 sec

    $ 200

  • Beautiful and solid wood queen size bed base with lot of storage

    Beautiful and solid wood queen size bed base with lot of storage

    Beautiful and solid wood queen size bed base with lot of storage up for sale. Base is unfinished (see pictures) Price for quick sale 200 or best reasonable offer, paid 900 about a...

    furniture0 sec

    $ 200

  • Twin Daybed/Sleepys Mattress-New Condition

    Twin Daybed/Sleepys Mattress-New Condition

    I recently moved to a new apt, and I'm not in need of this daybed anymore. I've only had it for about a year and a half. Both the twin mattress and the daybed...

    furniture0 sec

    $ 200

  • CARPET BLACK&WHITE

    CARPET BLACK&WHITE

    BLACK AND WHITE ONE OF A KIND

    furniture0 sec

    $ 30

  • TV PLASMA STAND

    TV PLASMA STAND

    A TV plasma stand with 2 crystal doors it place a blue lighting (The lights could be turn off if wanted) 2 more gabenets in each side as you could see is really big...

    furniture0 sec

    $ 200

  • Baby Glider Chair For Sale

    Baby Glider Chair For Sale

    Baby Glider Chair is in Very good condition.

    furniture0 sec

    $ 20

  • Dining Table - Wood

    Dining Table - Wood

    Dining table Brown wood Very sturdy seats 6 ppl 55" long x 35 1/2 "wide flaps lift up and becomes 55" x 55" to seat 8 ppl Original price 1000 Excellent condition Very heavy...

    furniture0 sec

    $ 500

  • Dining Table - Wood

    Dining Table - Wood

    Dining table Brown wood Very sturdy seats 6 ppl 55" long x 35 1/2 "wide flaps lift up and becomes 55" x 55" to seat 8 ppl Original price 1000 Excellent condition Very heavy...

    furniture0 sec

    $ 500

  • Beautiful Dinning Table

    Beautiful Dinning Table

    Beautiful dinning table in great shape for sale. This table can be moved easy, a must see. Great antique table.

    furniture0 sec

    $ 200

  • Rocking chair

    Rocking chair

    Great condition barely used

    furniture0 sec

    $ 75

  • 4seater leather couch

    $ 100

  • Side Table - Black

    Side Table - Black

    2 Side Tables For Sale (Black) Very sturdy construction and can hold heavy weight such as lamps Dimensions: 21" L x 12" W x 16" H

    furniture0 sec

    $ 15

  • Jerdon Tri Folding Lighted Makeup Mirror

    Jerdon Tri Folding Lighted Makeup Mirror

    Product Description: This lighted makeup mirror offers four color-correct light selections Adjustable side mirrors for panoramic viewing Regular & 5X magnification Mirror swivels top to bottom Cool fluorescent lighting Front electrical outlet Folding adjustable...

    furniture0 sec

    $ 30

  • PHP Error

    PHP Error

    unserialize(): Error at offset 38 of 45 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:23:"15880_bárszekrény.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" => 17))
    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-14 14:43:04 Apache Yii Framework/1.1.7