PHP notice

Use of undefined constant php - assumed 'php'

/home/dhgufb2rnnhw/public_html/hosting/itco-lb.com/protected/views/product/show.php(31)

19                                         <p class="details"><?php echo $info->title;?></p>
20                                         
21                                         <div class="details-info">
22                                         <?php echo $info->content;?>
23                                         </div>
24                                     </li>
25                                 <?php endforeach;?>
26                             </ul>
27                         <?php endif;?>
28                     </div>
29                     <div class="samples-single-product right" id="single-product-samples-<?php echo  str_replace(" ","-",strtolower($active_product->title));?>-navigator">
30                         <?php if($active_product->images):?>
31                         <!--    <p><?php// echo $active_product->title;?> Samples</p>-->
32                             <ul>
33                                 <?php foreach($active_product->images as $image):?>
34                                     <li><a href="<?php echo Yii::app()->request->baseUrl;?>/media/images/products/<?php echo $image->image;?>"><img src="<?php echo Yii::app()->request->baseUrl;?>/media/images/products/<?php echo $image->image;?>"></a></li>
35                                 <?php endforeach;?>
36                             </ul>
37                         <?php endif;?>
38                     </div>
39 
40                 <?php endif;?>
41             <?php endif;?>
42 
43             <!-- products listing -->

Stack Trace

#4
+
 /home/dhgufb2rnnhw/public_html/hosting/itco-lb.com/protected/controllers/ProductController.php(94): CController->render("show", array("products" => array(Product, Product, Product, Product, ...), "nav" => array("<div id="child-softwood-navigator" class="child-navigation level...", "<div id="child-hardwood-navigator" class="child-navigation level...", "<div id="child-timber-navigator" class="child-navigation level1"...", "<div id="child-panels-navigator" class="child-navigation level1"...", ...), "active_product" => Product))
89 
90         $this->render('show',array(
91             'products'=>$products,
92             'nav'=>$nav,            
93             'active_product'=> $active_product,
94         ));
95     }    
96 
97     /**
98      * Creates a new model.
99      * If creation is successful, the browser will be redirected to the 'view' page.
#19
+
 /home/dhgufb2rnnhw/public_html/hosting/itco-lb.com/index.php(13): CApplication->run()
08 defined('YII_DEBUG') or define('YII_DEBUG',true);
09 // specify how many levels of call stack should be shown in each log message
10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
11 
12 require_once($yii);
13 Yii::createWebApplication($config)->run();
2024-03-28 10:35:44 Apache Yii Framework/1.1.14