Results for tools, equipment 391 - 420 of 495

Latest ads
  • PACK UP TO 1000 SACHET POUCH PER MINUTE

    PACK UP TO 1000 SACHET POUCH PER MINUTE

     As an ISO certified organization, RMK strictly follows defined quality norms in manufacturing its sachet-pouch packaging machines. Our entire range of packaging machines is specially designed in compliance international standards. The machines find usage...

    tools, equipmentLos Angeles0 sec

    Please contact

  • OIL: Why pay retail when you can get the dealer prices?

    OIL: Why pay retail when you can get the dealer prices?

    OIL: Why pay retail when you can get the dealer prices?  for contact info go to web site http://www.oilsyn.com $15 signs you up as an AMSOIL dealer. Which lets you buy at wholesale prices ! You...

    tools, equipmentOrlando0 sec

    $ 15

  • SYDNEY TOOLS(M005221)  	EOJ-July01

    SYDNEY TOOLS(M005221) EOJ-July01

    Welcome to Sydney Tools Sydney tools, Tools, Power Tools, Sydney Tools. NOW OPEN: U1, 169-171 Taren Point Rd, Taren Point, NSW. (http://www.sydneytools.com.au/)

    tools, equipmentWorldwide0 sec

    Swap / Trade

  • Carton making machine (printing & slotting & die-cutting)

    Carton making machine (printing & slotting & die-cutting)

    We're manufacturer of carton making machine in china,and specializing in this field for 30 years. Our flexoprinting slotting machine,corrugated cardboard machine,gluer machine etc. are hot sale in many countries.If needed,please send E-mail to me.Thanks

    tools, equipmentWorldwide0 sec

    Free

  • Sell carton making machine (Manufacture in China)

    Sell carton making machine (Manufacture in China)

    The machine's main function is to make the carton forming.It has the print, die-cutting, slotting memory function, which could return to Zero and Re-set automatically. All shafts , rollers are made of quality steel, high...

    tools, equipmentWorldwide0 sec

    Free

  • Sell High Speed Corrugated Cardboard Production Line

    Sell High Speed Corrugated Cardboard Production Line

    Corrugated Cardboard Production Line is the professional equipment for producing corrugated cardboard. The 3ply, 5ply, 7ply and multi-function corrugated cardboard production line mainly consist of the following equipment: Mill Roll Stand, Surface cardboard Preheater(core-paper),Single...

    tools, equipmentWorldwide0 sec

    Free

  • Sell Semi-automatic Folder Gluer Machine

    Sell Semi-automatic Folder Gluer Machine

    Folder Gluer Machine1.This machine is designed of manual folding and feeding, automatic glue application.2.Working table up and down automatically. It is controlled by photoelectricity facility with features of convenience and easy operation.3.Glue application assembly...

    tools, equipmentWorldwide0 sec

    Free

  • PHP Error

    PHP Error

    unserialize(): Error at offset 34 of 49 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:19:"99562_薄刀机.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" => 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-09 16:10:04 Apache Yii Framework/1.1.7