Results for phones, PDAs(New York) 1 - 27 of 27

Latest ads
  • iPhone 5 USB Cable, Car Charger 5V 1A White with AC Wall Charger Adapter for iPhone 5

    iPhone 5 USB Cable, Car Charger 5V 1A White with AC Wall Charger Adapter for iPhone 5

    Order your Products Here Product Description Description of 8 Pin Data Sync Cable: Brand New 8 Pin Lightning USB 2.0 Sync-Charging Cable for iPhone5 iPod. Connect your iPod iPhone to your computer charge...

    phones, PDAsNew York0 sec

    Please contact

  • Apple iPad Mini skin case with unique deposed design on the back

    Apple iPad Mini skin case with unique deposed design on the back

    Mini Suit is a dedicated electronic online store to actively updating our site with the newest products for your device, keeping our customers up-to-date with the latest accessory that are not only flawless but...

    phones, PDAsNew York0 sec

    $ 5

  • Free mobile recharge Trick

    Free mobile recharge Trick

    The telecom industry is growing very fast. Airtel, Hutch, Idea, Tata Indicom, Reliance and BSNL are the major players in this sector. For Cell recharge, more often than not, users have to physically go...

    phones, PDAsNew York0 sec

    Please contact

  • Lava Iris 501

    Lava Iris 501

    Lava Iris 501 is a dual-SIM phone that runs on Android v4.1 (Jelly Bean) OS. For super fast processing, the device houses a 1GHz dual core processor, which is well complimented by a 512...

    phones, PDAsNew York0 sec

    $ 136

  • Free recharge

    Free recharge

    The telecom industry is growing very fast. Airtel, Hutch, Idea, Tata Indicom, Reliance and BSNL are the major players in this sector. For Cell recharge, more often than not, users have to physically go...

    phones, PDAsNew York0 sec

    Free

  • AdsProfitRewards

    AdsProfitRewards

    Receive Free Bids to win Fantastic prizes with AdsProfitRewards! http://adsprofitwiz.es/ref/?artzyw

    phones, PDAsNew York0 sec

    Free

  • iPads, iPods, iPhone and more

    iPads, iPods, iPhone and more

    iPads, iPods, iPhone and more. Win great gifts at AdsProfitRewards penny auction. http://adsprofitwiz.es/ref/?fotinya

    phones, PDAsNew York0 sec

    Free

  • PHP Error

    PHP Error

    unserialize(): Error at offset 68 of 86 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()
    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" => 7))
    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-26 23:57:42 Apache Yii Framework/1.1.7