PHP notice

Trying to get property of non-object

/var/www/html/site.cosmositios.com_current/protected/views/documentacion4/MaxiNuevo.php(350)

338                                          </script>'; */
339                             }else{
340                                 echo '<script type="text/javascript">
341                                         alert("ERROR: <BR> Su logo no pudo cargarse");
342                                          </script>' ;
343                             }
344                         }else{
345                             echo '<script type="text/javascript">
346                                         alert("Ocurrió un error al tratar de subir su logo");
347                                          </script>' ;
348                         }
349                      } ?>
350                 <p style="color:#0178d6; font-size: 25px;"><strong><?php echo $producto->nombre; ?></strong></p>
351                 <div id="personalizador">
352                     
353                     <div id="drag">
354                          <div id="listado">
355                              <p> 
356                                  Para poder hacer la muestra virtual, solo se requiere subir tu logotipo, para una mejor apreciación del acabado, te recomendamos subirlo con fondo transparente en formato "gif" o "png", de no ser posible subirlo en fondo blanco en formato "jpg", aunque en los productos de colores, no se apreciará plenamente.
357                             </p>
358                             <div style="background: #fbfbfb">
359                                 <p style="color:#0178d6; font-size: 15px;"><strong>CARGA EL LOGOTIPO</strong></p>
360                                 <form enctype="multipart/form-data" method="post" id="form-upload"/>
361                                     <input  type="hidden" name="MAX_FILE_SIZE" value="2000000"/>
362                                     <input id="btn-browseImg" type="file" name="uploadImg" style="cursor: pointer;" /><br>

Stack Trace

#4
+
 /var/www/html/site.cosmositios.com_current/protected/controllers/Documentacion4Controller.php(93): CController->render("MaxiNuevo", array())
88         $vars = array();
89         $this -> render('Maxi',$vars);
90     }
91     public function actionMaxiNuevo(){
92         $vars = array();
93         $this -> render('MaxiNuevo', $vars);
94     }
95     public function actionPlanchadoIgm (){
96         $vars = array();
97         $this -> render('PlanchadoIgm',$vars);
98     }
#17
+
 /var/www/html/site.cosmositios.com_current/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();
14 ?>
2024-03-28 12:10:58 Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40 Yii Framework/1.1.13