Warning: date(): Invalid date.timezone value 'Avrupa / Londra', we selected the timezone 'UTC' for now. in /home/yildizym/public_html/index.php on line 2

Warning: date(): Invalid date.timezone value 'Avrupa / Londra', we selected the timezone 'UTC' for now. in /home/yildizym/public_html/index.php on line 2

Warning: date(): Invalid date.timezone value 'Avrupa / Londra', we selected the timezone 'UTC' for now. in /home/yildizym/public_html/index.php on line 4

Warning: date(): Invalid date.timezone value 'Avrupa / Londra', we selected the timezone 'UTC' for now. in /home/yildizym/public_html/index.php on line 4
PHP warning

PHP warning

Cannot modify header information - headers already sent by (output started at /home/yildizym/public_html/index.php:2)

/home/yildizym/public_html/framework/web/CHttpRequest.php(789)

777     /**
778      * Redirects the browser to the specified URL.
779      * @param string $url URL to be redirected to. Note that when URL is not
780      * absolute (not starting with "/") it will be relative to current request URL.
781      * @param boolean $terminate whether to terminate the current application
782      * @param integer $statusCode the HTTP status code. Defaults to 302. See {@link http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html}
783      * for details about HTTP status code.
784      */
785     public function redirect($url,$terminate=true,$statusCode=302)
786     {
787         if(strpos($url,'/')===0 && strpos($url,'//')!==0)
788             $url=$this->getHostInfo().$url;
789         header('Location: '.$url, true, $statusCode);
790         if($terminate)
791             Yii::app()->end();
792     }
793 
794     /**
795      * Returns an array of user accepted languages in order of preference.
796      * The returned language IDs will NOT be canonicalized using {@link CLocale::getCanonicalID}.
797      * @return array the user accepted languages in the order of preference.
798      * See {@link http://tools.ietf.org/html/rfc2616#section-14.4}
799      */
800     public function getPreferredLanguages()
801     {

Stack Trace

#2
+
 /home/yildizym/public_html/protected/modules/pages/controllers/front/DefaultController.php(45): CController->redirect("/")
40                 'order'=>'t.order asc'
41             )
42         );
43         if(!$page) {
44 
45             $this->redirect($this->createUrl('/'));
46 
47         }
48 
49         if($page->remoteLink)
50             $this->redirect($page->remoteLink);
#12
+
 /home/yildizym/public_html/protected/components/WebApplicationEndBehavior.php(32): CApplication->run()
27         // Attach the changeModulePaths event handler
28         // and raise it.
29         $this->onModuleCreate = array($this, 'changeModulePaths');
30         $this->onModuleCreate(new CEvent($this->owner));
31 
32         $this->owner->run(); // Run application.
33     }
34 
35     // This event should be raised when CWebApplication
36     // or CWebModule instances are being initialized.
37     public function onModuleCreate($event)
#15
+
 /home/yildizym/public_html/index.php(33): CComponent->__call("runEnd", array("front"))
28     }
29 
30 }
31 
32 $app = new WeberWebApp($config);
33 $app->runEnd('front');
34 
2025-08-30 00:41:56 Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips Yii Framework/1.1.13