Errore!

Pagina non trovata.
(Error 404)
PHP warning

PHP warning

Cannot modify header information - headers already sent by (output started at /home/fsciuti/domains/francescosciuti.it/private_html/g3files/common/lib/Yii/web/CController.php:793)

/home/fsciuti/domains/francescosciuti.it/private_html/g3files/common/lib/Yii/web/CHttpRequest.php(1380)

1368     }
1369 
1370     /**
1371      * Sends a cookie.
1372      * @param CHttpCookie $cookie cookie to be sent
1373      */
1374     protected function addCookie($cookie)
1375     {
1376         $value=$cookie->value;
1377         if($this->_request->enableCookieValidation)
1378             $value=Yii::app()->getSecurityManager()->hashData(serialize($value));
1379         if(version_compare(PHP_VERSION,'5.2.0','>='))
1380             setcookie($cookie->name,$value,$cookie->expire,$cookie->path,$cookie->domain,$cookie->secure,$cookie->httpOnly);
1381         else
1382             setcookie($cookie->name,$value,$cookie->expire,$cookie->path,$cookie->domain,$cookie->secure);
1383     }
1384 
1385     /**
1386      * Deletes a cookie.
1387      * @param CHttpCookie $cookie cookie to be deleted
1388      */
1389     protected function removeCookie($cookie)
1390     {
1391         if(version_compare(PHP_VERSION,'5.2.0','>='))
1392             setcookie($cookie->name,'',0,$cookie->path,$cookie->domain,$cookie->secure,$cookie->httpOnly);

Stack Trace

#5
+
 /home/fsciuti/domains/francescosciuti.it/private_html/g3files/common/extensions/bootstrap/widgets/TbButtonColumn.php(44): CButtonColumn->initDefaultButtons()
39      *
40      * Initializes the default buttons (view, update and delete).
41      */
42     protected function initDefaultButtons()
43     {
44         parent::initDefaultButtons();
45 
46         if ($this->viewButtonIcon !== false && !isset($this->buttons['view']['icon'])) {
47             $this->buttons['view']['icon'] = $this->viewButtonIcon;
48         }
49         if ($this->updateButtonIcon !== false && !isset($this->buttons['update']['icon'])) {
#8
+
 /home/fsciuti/domains/francescosciuti.it/private_html/g3files/common/extensions/bootstrap/widgets/TbGridView.php(125): CGridView->initColumns()
120             if (is_array($column) && !isset($column['class'])) {
121                 $this->columns[$i]['class'] = 'bootstrap.widgets.TbDataColumn';
122             }
123         }
124 
125         parent::initColumns();
126 
127         if ($this->responsiveTable) {
128             $this->writeResponsiveCss();
129         }
130     }
#10
+
 /home/fsciuti/domains/francescosciuti.it/private_html/g3files/common/extensions/bootstrap/widgets/TbGridView.php(68): CGridView->init()
63      *
64      * Initializes the widget.
65      */
66     public function init()
67     {
68         parent::init();
69 
70         $classes = array('table');
71         if (isset($this->type)) {
72             if (is_string($this->type)) {
73                 $this->type = explode(' ', $this->type);
2024-11-21 06:21:49 Apache/2 Yii Framework/1.1.14