Results for housing for sale(Worldwide) 361 - 368 of 368

Latest ads
  • 2 Bedroom Flats for sale in Sector 115 Mohali >> 8437137851

    2 Bedroom Flats for sale in Sector 115 Mohali >> 8437137851

    Search More Properties go to Click here Call for Booking >>> 8437137851 ADESH INFRA SOLUTIONS ABOUT ADESH HOMES ADESH INFRA SOLUTIONS COMES UP WITH ITS FIRST PROJECT. A SPACE TO CALL YOUR...

    housing for saleWorldwide0 sec

    Please contact

  • Adesh Infra Solution >>> 1 2 3 4 Bhk Flats, Apartments, Independent Floor for Sale

    Adesh Infra Solution >>> 1 2 3 4 Bhk Flats, Apartments, Independent Floor for Sale

    ADESH INFRA SOLUTIONS                         ABOUT ADESH HOMES ADESH INFRA SOLUTIONS COMES UP WITH ITS FIRST PROJECT. A SPACE TO CALL YOUR OWN, A SPACE TO SERVE YOUR NEED. WELL DESIGNED G+2 INDEPENDENT FLOORS...

    housing for saleWorldwide0 sec

    Please contact

  • Sector 115 Mohali Adesh Homes 2 Bedroom Independent Floor

    Sector 115 Mohali Adesh Homes 2 Bedroom Independent Floor

    Search More Properties go to <a href=http://www.adeshinfra.in> Click here </a> Call for Booking >>> 8437137851   ADESH INFRA SOLUTIONS                                                         ABOUT ADESH HOMES ADESH INFRA SOLUTIONS COMES UP WITH ITS FIRST PROJECT. A SPACE TO CALL...

    housing for saleWorldwide0 sec

    Please contact

  • G +2 Bedroom Independent Floor in Adesh Homes, Sector 115 Mohali

    G +2 Bedroom Independent Floor in Adesh Homes, Sector 115 Mohali

    Search More Properties go to <a href=http://www.adeshinfra.in> Click here </a> Call for Booking >>> 8437137851   ADESH INFRA SOLUTIONS                                                         ABOUT ADESH HOMES ADESH INFRA SOLUTIONS COMES UP WITH ITS FIRST PROJECT. A SPACE TO CALL...

    housing for saleWorldwide0 sec

    Please contact

  • Sta. Rosa Townhouse near SLEX only P 4,990 /mo

    Sta. Rosa Townhouse near SLEX only P 4,990 /mo

    TCP = P 867,236.8. 2-storey townhouse with a floor area of 57.2 sq.m lot area 43 sq.m. With provision for 2 to 3 Bedrooms. Reservation fee of P 10,000 Down P 7,149.12 /month for 15...

    housing for saleWorldwide0 sec

    $ 20648

  • Bacoor Townhouse near Molino Blvd. only P 8,257 /mo

    Bacoor Townhouse near Molino Blvd. only P 8,257 /mo

      TCP = P 998,430 2-storey townhouse with a floor area of 44 sq.m lot area 36 sq.m. With provision for 2 Bedrooms.  Reservation fee of P 10,000 Down P 7,137.2 /month for 24 months...

    housing for saleWorldwide0 sec

    $ 23772

  • PHP Error

    PHP Error

    unserialize(): Error at offset 77 of 141 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:3:{i:0;s:24:"4351_3Dimages_Page_6.jpg";i:1;s:26:"4351_fotovodn...")
    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-17 07:26:57 Apache Yii Framework/1.1.7