Results for jewellery, watches (Los Angeles) 91 - 120 of 121

Latest ads
  • Couple Rings Free Shipping

    Couple Rings Free Shipping

    Couple Rings Free Shipping You will receive th exact same rings as shown in pictures. This is a set of 2 rings one for women and one for men. The rings are made of 316L...

    jewellery, watches Los Angeles0 sec

    $ 22

  • Alex Navarreâ„¢ Men's Quartz Watch

    Alex Navarreâ„¢ Men's Quartz Watch

    Alex Navarre™ Men's Quartz Watch Ships From: UNITED STATES $8.00 Alex Navarre™ Men's Quartz Watch This traditional watch carries a timeless spirit that’s normally only passed on from generation to generation. Each watch features Japan quartz...

    jewellery, watches Los Angeles0 sec

    $ 24

  • Nail Cross Necklace

    Nail Cross Necklace

    Nail Cross Necklace Condition: Like New Price: $10.00 The perfect gift for yourself or someone close to you. A great Religious symbol to remind us to take up our cross and follow Him.  I can customize to any...

    jewellery, watches Los Angeles0 sec

    $ 10

  • Celtic Jewellery

    Celtic Jewellery"imtiaz Ahmad

    "Celtic Jewellery, Scottish jewelery, Celtic wedding rings, sterling silver necklaces, celtic earrings, gold and silver charms and cufflinks for men.

    jewellery, watches Los Angeles0 sec

    $ 800

  • BRAND NEW ROLEX

    BRAND NEW ROLEX

    BRAND NEW ROLEX GOLD WATCH FOR SALE AT REASONABLE PRICE

    jewellery, watches Los Angeles0 sec

    $ 300

  • Online Jewellery Store (COJ235859)

    Online Jewellery Store (COJ235859)

    Jewellerymade4u online jewellery store for pre-made, customised, affordable, Gold, Silver, Copper, Gemstones and costume jewellery for men and women. (http://www.jewellerymade4u.co.uk)

    jewellery, watches Los Angeles0 sec

    Swap / Trade

  • Best and latest designs available.

    Best and latest designs available.

    Best and latest designs available in Maliram jewelers. It has been adding the magical sparkle of diamond & gold jewellery to the lives of the jewellery connoisseur for over fifty years. visit www.maliramjewellers.com, User...

    jewellery, watches Los Angeles0 sec

    Please contact

  • Rhodium Plated CZ Wedding Ring Engagement

    Rhodium Plated CZ Wedding Ring Engagement

    Rhodium Plated CZ Wedding Ring Engagement Set sizes 6 7 8 Lovely Large solitaire with Accents on Side and Matching Wedding Band Metal Brass Plating Rhodium Stones Cubic Zirconia Stone Color...

    jewellery, watches Los Angeles0 sec

    $ 24

  • Celtic Jewellery “['qasim Zia']

    Celtic Jewellery “['qasim Zia']

    ''Celtic Jewellery, Scottish jewelery, Celtic wedding rings, sterling silver necklaces, celtic earrings, gold and silver charms and cufflinks for men.  

    jewellery, watches Los Angeles0 sec

    $ 0

  • We Are Hiring

    We Are Hiring "Ec0149

    Pull on your party frock - we're going out in style! These jewellery pieces, including rings, earrings, necklaces and bracelets are bold in their designs and they range from the surprisingly affordable to the...

    jewellery, watches Los Angeles0 sec

    $ 10

  • We Are Hiring

    We Are Hiring "Ec0206

    Pull on your party frock - we're going out in style! These jewellery pieces, including rings, earrings, necklaces and bracelets are bold in their designs and they range from the surprisingly affordable to the...

    jewellery, watches Los Angeles0 sec

    Please contact

  • PHP Error

    PHP Error

    unserialize(): Error at offset 46 of 53 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:31:"13393_rodiumbevonatugyürü.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" => 11))
    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-09 05:30:11 Apache Yii Framework/1.1.7