Warning: Illegal string offset 'file' in /home/peloton/proov.peloton.ee/cake/libs/debugger.php on line 632
Warning: Illegal string offset 'line' in /home/peloton/proov.peloton.ee/cake/libs/debugger.php on line 632
Strict Standards: Non-static method Configure::read() should not be called statically in /home/peloton/proov.peloton.ee/cake/basics.php on line 213
Strict Standards: Non-static method Configure::getInstance() should not be called statically in /home/peloton/proov.peloton.ee/cake/libs/configure.php on line 156
Warning (2): mysql_connect() [function.mysql-connect]: Headers and client library minor version mismatch. Headers:110407 Library:100505 [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561]
mysql_connect - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 143
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2833
Model::__construct() - CORE/cake/libs/model/model.php, line 469
AclNode::__construct() - CORE/cake/libs/model/db_acl.php, line 62
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
DbAcl::__construct() - CORE/cake/libs/controller/components/acl.php, line 237
AclComponent::__construct() - CORE/cake/libs/controller/components/acl.php, line 58
Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 250
Component::init() - CORE/cake/libs/controller/component.php, line 78
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 483
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Notice (8): Undefined index: page [APP/controllers/komms_controller.php, line 554]
KommsController::beforeFilter() - APP/controllers/komms_controller.php, line 554
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
app/controllers/komms_controller.php (line 562)
Current page:
Warning: Illegal string offset 'file' in /home/peloton/proov.peloton.ee/cake/libs/debugger.php on line 632
Warning: Illegal string offset 'line' in /home/peloton/proov.peloton.ee/cake/libs/debugger.php on line 632
Warning (2): Cannot modify header information - headers already sent by (output started at /home/peloton/proov.peloton.ee/cake/libs/debugger.php:683) [CORE/cake/libs/controller/components/cookie.php, line 376]
setcookie - [internal], line ??
CookieComponent::__write() - CORE/cake/libs/controller/components/cookie.php, line 376
CookieComponent::write() - CORE/cake/libs/controller/components/cookie.php, line 227
KommsController::index() - APP/controllers/komms_controller.php, line 24
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Peloton - kopp on ees - eeter
Eeter
See on testkeskkond. Kommimine siin on omal vastutusel. Ühegi kommi säilimine ei ole garanteeritud. Tänan tähelepanu eest.
SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'latin1_swedish_ci';
1
1
1
3
SHOW FULL COLUMNS FROM `points`
5
5
1
4
SELECT COUNT(*) AS `count` FROM `komms` AS `Komm` WHERE 1 = 1
1
1
0
5
SELECT `Komm`.`id`, `Komm`.`nimi`, `Komm`.`aeg`, `Komm`.`email`, `Komm`.`orig_text`, `Komm`.`html_text`, `Komm`.`ip`, `Komm`.`uid`, `Komm`.`mdt`, `Komm`.`muid`, (coalesce((select sum(hinne) from points where komm_id = `Komm`.`id`), 0)) AS `Komm__hinne` FROM `komms` AS `Komm` WHERE 1 = 1 ORDER BY `Komm`.`id` asc LIMIT 20
20
20
1
6
SELECT `Point`.`id`, `Point`.`uid`, `Point`.`komm_id`, `Point`.`hinne`, `Point`.`idt` FROM `points` AS `Point` WHERE `Point`.`komm_id` IN (181639, 181640, 181641, 181642, 181643, 181644, 181645, 181646, 181647, 181648, 181649, 181650, 181651, 181652, 181653, 181654, 181655, 181656, 181657, 181658)
58
58
0
7
SHOW FULL COLUMNS FROM `teksts`
3
3
1
8
SELECT `Tekst`.`id`, `Tekst`.`controller`, `Tekst`.`tekst` FROM `teksts` AS `Tekst` WHERE `Tekst`.`controller` = 'komms' LIMIT 1