SHOW FULL COLUMNS FROM `re_office`.`urls_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/index.php(175): DB::insert()
#4 {main}
Notice: file_put_contents(): write of 453 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 453 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`urls_stats`(`url`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'urls_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/index.php(175): DB::insert()
#3 {main}
Notice: file_put_contents(): write of 339 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 339 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`catalog_stats`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(284): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#4 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#5 {main}
Notice: file_put_contents(): write of 560 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 560 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
INSERT INTO `re_office`.`catalog_stats`(`offer_id`) VALUES (?)
"SQLSTATE[HY000]: General error: 1114 The table 'catalog_stats' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(315): DB::query()
#2 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(84): DB::insert()
#3 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#4 {main}
Notice: file_put_contents(): write of 454 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 454 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SHOW FULL COLUMNS FROM `re_office`.`cache_objects`
"SQLSTATE[HY000]: General error: 1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(549): DB::query()
#2 /var/www/_files/classes/DB.php(236): DB::getColumns()
#3 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#4 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#5 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#6 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 741 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 741 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
UPDATE `re_office`.`cache_objects` SET `tm` = :new_tm,`offer_id` = :new_offer_id,`type` = :new_type,`data` = :new_data,`offer_type` = :new_offer_type WHERE id = :id
"SQLSTATE[HY000]: General error: 1114 The table 'cache_objects' is full": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(270): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Cache.php(39): DB::update()
#3 /var/www/prod.realestate.ru/www/classes/Objects.php(1142): Cache->setHashForObjects()
#4 /var/www/prod.realestate.ru/www/controllers/catalog-secondary.php(86): Objects->getObjectCardSecondary()
#5 /var/www/prod.realestate.ru/www/index.php(176): include('/var/www/prod.r...')
#6 {main}
Notice: file_put_contents(): write of 738 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 738 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685 ⭐️Продажа складов в Москве и МО, 860 объектов⭐️Купить склад в Москве и МО
SELECT * FROM re_office.tgbs WHERE "2025-07-03" BETWEEN dt_from AND dt_to AND is_active=1 AND tgb="tgb" ORDER BY RAND(),click_count asc LIMIT 1
"SQLSTATE[HY000]: General error: 1021 Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(171): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Adv.php(10): DB::select()
#3 /var/www/prod.realestate.ru/www/views/components/ad/top_banner.php(3): Adv::get2blockForCatalog()
#4 /var/www/prod.realestate.ru/www/views/general/header.php(62): include('/var/www/prod.r...')
#5 /var/www/prod.realestate.ru/www/views/general/template.php(11): include('/var/www/prod.r...')
#6 /var/www/prod.realestate.ru/www/index.php(177): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 853 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 853 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SELECT * FROM re_office.tgbs WHERE "2025-07-03" BETWEEN dt_from AND dt_to AND is_active=1 AND tgb="tgb" ORDER BY RAND(),click_count asc LIMIT 1
"SQLSTATE[HY000]: General error: 1021 Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(171): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Adv.php(10): DB::select()
#3 /var/www/prod.realestate.ru/www/views/components/ad/top_banner.php(3): Adv::get2blockForCatalog()
#4 /var/www/prod.realestate.ru/www/views/general/header.php(62): include('/var/www/prod.r...')
#5 /var/www/prod.realestate.ru/www/views/general/template.php(11): include('/var/www/prod.r...')
#6 /var/www/prod.realestate.ru/www/index.php(177): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 853 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 853 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SELECT * FROM re_office.tgbs WHERE "2025-07-03" BETWEEN dt_from AND dt_to AND is_active=1 AND tgb="tgb" ORDER BY RAND(),click_count asc LIMIT 1
"SQLSTATE[HY000]: General error: 1021 Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(171): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Adv.php(10): DB::select()
#3 /var/www/prod.realestate.ru/www/views/components/ad/top_banner.php(3): Adv::get2blockForCatalog()
#4 /var/www/prod.realestate.ru/www/views/general/header.php(62): include('/var/www/prod.r...')
#5 /var/www/prod.realestate.ru/www/views/general/template.php(11): include('/var/www/prod.r...')
#6 /var/www/prod.realestate.ru/www/index.php(177): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 853 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 853 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SELECT * FROM re_office.tgbs WHERE "2025-07-03" BETWEEN dt_from AND dt_to AND is_active=1 AND tgb="tgb" ORDER BY RAND(),click_count asc LIMIT 1
"SQLSTATE[HY000]: General error: 1021 Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(171): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Adv.php(10): DB::select()
#3 /var/www/prod.realestate.ru/www/views/components/ad/top_banner.php(3): Adv::get2blockForCatalog()
#4 /var/www/prod.realestate.ru/www/views/general/header.php(62): include('/var/www/prod.r...')
#5 /var/www/prod.realestate.ru/www/views/general/template.php(11): include('/var/www/prod.r...')
#6 /var/www/prod.realestate.ru/www/index.php(177): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 853 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 853 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
SELECT * FROM re_office.tgbs WHERE "2025-07-03" BETWEEN dt_from AND dt_to AND is_active=1 AND tgb="tgb" ORDER BY RAND(),click_count asc LIMIT 1
"SQLSTATE[HY000]: General error: 1021 Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(171): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Adv.php(10): DB::select()
#3 /var/www/prod.realestate.ru/www/views/components/ad/top_banner.php(3): Adv::get2blockForCatalog()
#4 /var/www/prod.realestate.ru/www/views/general/header.php(62): include('/var/www/prod.r...')
#5 /var/www/prod.realestate.ru/www/views/general/template.php(11): include('/var/www/prod.r...')
#6 /var/www/prod.realestate.ru/www/index.php(177): include('/var/www/prod.r...')
#7 {main}
Notice: file_put_contents(): write of 853 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 853 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
Земельные участки площадью 1,9595 Га и здание 925,4 кв. М. Под склад, легкую промышленность, строительную промышленность.
Находится в 55 км от Мкад, в Истринском районе, населённом пункте Бужарово.
К зданию подведено электричество мощностью 340 квт.
1. Земельный участок, кад. Номер 50:08:0070351:520 площадь 9 548 кв. М. — категория земель: Земли...
Промпарк Тураево.
48 соток земли с 2 зданиями 1275м2 и 213м2 в 15 км от Мкад в черте города Лыткарино.
- Идеально подойдет для любого вида производства/складских комплексов/логистических центров/Сто и т. П.
- Остановка общественного транспорта прямо около комплекса — идеально для сотрудников.
- Рядом в 800 м съезд с новой Южно-Лыткаринской авто...
Лыткaрино Tехнoпaрк Тураeво
В продаже 51 cотка зeмли с 2 зданиями 1034м2 и 186м2 в 15 км от МKАД в чepтe гopoда Лыткаринo
- Ocтaновкa общeствeннoго тpанспоpтa прямо oкoло комплекса — идeaльнo для cотpудников
- Идeально подойдет для любогo видa прoизвoдствa/cкладcких комплекcoв и т.п.
- Pядом в 800 м съезд с новoй Южно-Лыткаринской автодороги — ...
41 день
SELECT * FROM re_office.tgbs WHERE "2025-07-03" BETWEEN dt_from AND dt_to AND is_active=1 AND tgb="tgb" ORDER BY RAND(),click_count asc LIMIT 2
"SQLSTATE[HY000]: General error: 1021 Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(171): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Adv.php(10): DB::select()
#3 /var/www/prod.realestate.ru/www/views/components/ad/double_banner.php(3): Adv::get2blockForCatalog()
#4 /var/www/prod.realestate.ru/www/views/components/search/secondary.php(80): include('/var/www/prod.r...')
#5 /var/www/prod.realestate.ru/www/views/pages/catalog-secondary.php(34): include('/var/www/prod.r...')
#6 /var/www/prod.realestate.ru/www/views/general/template.php(23): include('/var/www/prod.r...')
#7 /var/www/prod.realestate.ru/www/index.php(177): include('/var/www/prod.r...')
#8 {main}
Notice: file_put_contents(): write of 973 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 973 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
Номер ЛОТА: 2055. Производственно-логистический комплекс.
Транспортная доступность и удобное расположение, расстояние от МКАД - 19 км. Остановка общественного транспорта в непосредственной близости от объекта.
Парковка для грузового транспорта.
Типовые модули площадью 1490 м2, с минимальной секцией 735 м2.
Просторные проезды, удобно маневрироват...
Продаётся отапливаемое помещение склад площадью 1541 кв. М под склад/производство. Производственно-складской комплекс класса B . Пол: антипыль. Пандус. Двое ворот. Подъезд еврофуры. Пожарная сигнализация. Дневное освещение. Парковка. Отдельный въезд.
Офисное помещение 71 м2.
Электричество: 100 квт. Возможно увеличение.
Потолки: высота потолков от 7...
Мощный Производственно-Складской Комплекс с Холодильным Терминалом в Кашире — Эксклюзив от Собственника!
Ищете площадку, которая не просто соответствует, а Предвосхищает ваши амбиции? Представляю вам не просто объект недвижимости — это готовая бизнес-экосистема, стратегически расположенная в сердце промышленного потенциала Московской области (г. Ка...
Складское помещение 8 640 кв. м в «RBNA Парк Весна» от собственника.
Направление: Юг. Шоссе: Симферопольское, Домодедовское, Трасса М4 Дон. Расстояние от МКАД: 19 км.
Характеристики:
- Ограничения по электроэнергии: 4 мВт;
- Ворота: Доки;
- Тип склада: Light Industrial;
- Высота потолков: 8 м;
- Нагрузка на пол: 6 т/ кв.м;
- Система пожаро...
1 день
SELECT * FROM re_office.tgbs WHERE "2025-07-03" BETWEEN dt_from AND dt_to AND is_active=1 AND tgb="tgb" ORDER BY RAND(),click_count asc LIMIT 2
"SQLSTATE[HY000]: General error: 1021 Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(171): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Adv.php(10): DB::select()
#3 /var/www/prod.realestate.ru/www/views/components/ad/double_banner.php(3): Adv::get2blockForCatalog()
#4 /var/www/prod.realestate.ru/www/views/components/search/secondary.php(80): include('/var/www/prod.r...')
#5 /var/www/prod.realestate.ru/www/views/pages/catalog-secondary.php(34): include('/var/www/prod.r...')
#6 /var/www/prod.realestate.ru/www/views/general/template.php(23): include('/var/www/prod.r...')
#7 /var/www/prod.realestate.ru/www/index.php(177): include('/var/www/prod.r...')
#8 {main}
Notice: file_put_contents(): write of 973 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 973 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
Объект № 540566 Продажа складского комплекса, расположенного в г. Лобня. 25 км от МКАД по Ленинградскому шоссе до Шереметьево 15 км. Общая площадь складского комплекса 39000 кв.м., площадь складской части 39000 кв.м., АБК 800кв.м..Включает в себя класс А и класс В, год ввода в эксплуатацию 2007 год. ЗУ площадью 3,35 Га( назначение под складскую и ...
ID: w13420
На продажу предлагается земельный участок .
Московская обл, г Подольск, деревня Бяконтово, ул Хуторская, д 23, 1 этаж (Юг, 14 км от МКАД).
Общая площадь 5500 м².
Земля - 0.6 Га
Высота потолков - 8 м.
Выделенная мощность - 50.0 кВт.
Отправим презентацию на Whatsapp, организуем просмотр в удобное для вас время!
Тeплый Ангaр Склад Прoизвoдcтво.
(Ceндвич пaнeли).
Paзмер: 18м × 56м.
Площадь Ангара: 1080кв. М.
Кpoвля: — 150мм.
Cтeны: — 120мм.
Воpoта: Подъемные Cекционные 4м x 4м — 2шт.
Полы: Бeз Пылевыe.
Oтoплeние: Aвтoномнoе (Газ).
Зaбоp: 3м по Внeшнeму периметpу.
Ворота: Oткaтныe 7м.
Площадь участка: 43сот.
Эл- Bo: 50квт.
Внутpи блoк Хоз пoмeще...
40 дней
SELECT * FROM re_office.tgbs WHERE "2025-07-03" BETWEEN dt_from AND dt_to AND is_active=1 AND tgb="tgb" ORDER BY RAND(),click_count asc LIMIT 2
"SQLSTATE[HY000]: General error: 1021 Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(171): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Adv.php(10): DB::select()
#3 /var/www/prod.realestate.ru/www/views/components/ad/double_banner.php(3): Adv::get2blockForCatalog()
#4 /var/www/prod.realestate.ru/www/views/components/search/secondary.php(80): include('/var/www/prod.r...')
#5 /var/www/prod.realestate.ru/www/views/pages/catalog-secondary.php(34): include('/var/www/prod.r...')
#6 /var/www/prod.realestate.ru/www/views/general/template.php(23): include('/var/www/prod.r...')
#7 /var/www/prod.realestate.ru/www/index.php(177): include('/var/www/prod.r...')
#8 {main}
Notice: file_put_contents(): write of 973 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 973 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
Номер ЛОТА: 2061. Объект, который находится в процессе строительства, будет готов к эксплуатации в течение 2-3 месяцев.
Характеристики объекта:
Площадь здания: 1 296м².
Потолки 8.4м
Полы антипыль
Расположен в 5 км от МКАД, отличная транспортная доступность.
Возможность увеличения мощности электроснабжения до 600 кВт (по согласованию).
Подходит ...
Номер ЛОТА: 2060. Объект, который находится в процессе строительства, будет готов к эксплуатации в течение 2-3 месяцев.
Характеристики объекта:
Площадь здания: 3 888 м².
Потолки 8.4м
Полы антипыль
Участок: Кадастровый номер 50:12:0100802:18 (предусмотрена возможность последующего выкупа части земли после завершения сделки).
Расположен в 5 км от...
Объект № 540593 Продается склад, находится в стадии строительства, первая очередь подходит к завершению , планируется освоить 2Га земель , Номер объекта: #75/540593/23514
12 дней
SELECT * FROM re_office.tgbs WHERE "2025-07-03" BETWEEN dt_from AND dt_to AND is_active=1 AND tgb="tgb" ORDER BY RAND(),click_count asc LIMIT 2
"SQLSTATE[HY000]: General error: 1021 Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(171): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Adv.php(10): DB::select()
#3 /var/www/prod.realestate.ru/www/views/components/ad/double_banner.php(3): Adv::get2blockForCatalog()
#4 /var/www/prod.realestate.ru/www/views/components/search/secondary.php(80): include('/var/www/prod.r...')
#5 /var/www/prod.realestate.ru/www/views/pages/catalog-secondary.php(34): include('/var/www/prod.r...')
#6 /var/www/prod.realestate.ru/www/views/general/template.php(23): include('/var/www/prod.r...')
#7 /var/www/prod.realestate.ru/www/index.php(177): include('/var/www/prod.r...')
#8 {main}
Notice: file_put_contents(): write of 973 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 973 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
Продаётся лот из 7 (семи) парковочных мест в ЖК бизнес класса.
От собственника. Без комиссии.
Москва, Ленинградский пр. 66 корп. 2.
Площадь парковок кв.м:
19.2, 24.3, 21.1, 17.5, 20.9, 15,9, 16.
Располагаются на -3 и -4 этажах (смотрите планировку , парковки отмечены оранжевым)
С ремонтом.
Цена 165.000 р за кв.м.
Рыночная цена 180.000-2...
Продаю коммерческое помещение 1138 кв.м. в самом центре г. Подольск, на территории бывшего завода Зингер. Идеально подойдет для различных видов деятельности: склад, офис, производство. Помещение оснащено всем необходимым для комфортной работы: центральное отопление, электричество, водоснабжение, водоотведение. На данный момент в здании есть постоян...
Складское помещение 8 203 кв. м в «Park Митино» от собственника. Объект на стадии активного строительства, готовность ко въезду уточняется по запросу.
Направление: Северо-Запад. Шоссе: Пятницкое. Расстояние от МКАД: 11 км.
Характеристики:
- Ограничения по электроэнергии: 300 кВт;
- Ворота: Доки;
- Тип склада: Light Industrial;
- Высота пото...
Складское помещение 3 021 кв. м в «Park Митино» от собственника. Объект на стадии активного строительства, готовность ко въезду уточняется по запросу.
Направление: Северо-Запад. Шоссе: Пятницкое. Расстояние от МКАД: 11 км.
Характеристики:
- Ограничения по электроэнергии: 300 кВт;
- Ворота: Доки;
- Тип склада: Light Industrial;
- Высота пото...
1 день
SELECT * FROM re_office.tgbs WHERE "2025-07-03" BETWEEN dt_from AND dt_to AND is_active=1 AND tgb="tgb" ORDER BY RAND(),click_count asc LIMIT 2
"SQLSTATE[HY000]: General error: 1021 Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(171): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Adv.php(10): DB::select()
#3 /var/www/prod.realestate.ru/www/views/components/ad/double_banner.php(3): Adv::get2blockForCatalog()
#4 /var/www/prod.realestate.ru/www/views/components/search/secondary.php(80): include('/var/www/prod.r...')
#5 /var/www/prod.realestate.ru/www/views/pages/catalog-secondary.php(34): include('/var/www/prod.r...')
#6 /var/www/prod.realestate.ru/www/views/general/template.php(23): include('/var/www/prod.r...')
#7 /var/www/prod.realestate.ru/www/index.php(177): include('/var/www/prod.r...')
#8 {main}
Notice: file_put_contents(): write of 973 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 973 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
Складское помещение 5 182 кв. м в «Park Митино» от собственника. Объект на стадии активного строительства, готовность ко въезду уточняется по запросу.
Направление: Северо-Запад. Шоссе: Пятницкое. Расстояние от МКАД: 11 км.
Характеристики:
- Ограничения по электроэнергии: 300 кВт;
- Ворота: Доки;
- Тип склада: Light Industrial;
- Высота пото...
Складское помещение 9 069 кв. м в «Park Митино» от собственника. Объект на стадии активного строительства, готовность ко въезду уточняется по запросу.
Направление: Северо-Запад. Шоссе: Пятницкое. Расстояние от МКАД: 11 км.
Характеристики:
- Ограничения по электроэнергии: 300 кВт;
- Ворота: Доки;
- Тип склада: Light Industrial;
- Высота пото...
Складское помещение 1 295 кв. м в «Park Митино» от собственника. Объект на стадии активного строительства, готовность ко въезду уточняется по запросу.
Направление: Северо-Запад. Шоссе: Пятницкое. Расстояние от МКАД: 11 км.
Характеристики:
- Ограничения по электроэнергии: 300 кВт;
- Ворота: Доки;
- Тип склада: Light Industrial;
- Высота пото...
Складское помещение 1 296 кв. м в «Park Митино» от собственника. Объект на стадии активного строительства, готовность ко въезду уточняется по запросу.
Направление: Северо-Запад. Шоссе: Пятницкое. Расстояние от МКАД: 11 км.
Характеристики:
- Ограничения по электроэнергии: 300 кВт;
- Ворота: Доки;
- Тип склада: Light Industrial;
- Высота пото...
1 день
SELECT * FROM re_office.tgbs WHERE "2025-07-03" BETWEEN dt_from AND dt_to AND is_active=1 AND tgb="tgb" ORDER BY RAND(),click_count asc LIMIT 2
"SQLSTATE[HY000]: General error: 1021 Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")": #0 /var/www/_files/classes/DB.php(74): PDOStatement->execute()
#1 /var/www/_files/classes/DB.php(171): DB::query()
#2 /var/www/prod.realestate.ru/www/classes/Adv.php(10): DB::select()
#3 /var/www/prod.realestate.ru/www/views/components/ad/double_banner.php(3): Adv::get2blockForCatalog()
#4 /var/www/prod.realestate.ru/www/views/components/search/secondary.php(80): include('/var/www/prod.r...')
#5 /var/www/prod.realestate.ru/www/views/pages/catalog-secondary.php(34): include('/var/www/prod.r...')
#6 /var/www/prod.realestate.ru/www/views/general/template.php(23): include('/var/www/prod.r...')
#7 /var/www/prod.realestate.ru/www/index.php(177): include('/var/www/prod.r...')
#8 {main}
Notice: file_put_contents(): write of 973 bytes failed with errno=28 No space left on device in /var/www/_files/classes/DB.php on line 685
Warning: file_put_contents(): Only -1 of 973 bytes written, possibly out of free disk space in /var/www/_files/classes/DB.php on line 685
Складское помещение 1 583 кв. м в «Park Митино» от собственника. Объект на стадии активного строительства, готовность ко въезду уточняется по запросу.
Направление: Северо-Запад. Шоссе: Пятницкое. Расстояние от МКАД: 11 км.
Характеристики:
- Ограничения по электроэнергии: 300 кВт;
- Ворота: Доки;
- Тип склада: Light Industrial;
- Высота пото...
Ваш город, ?
Искать в городе ? Или выбрать другой город?
Ваш город
Москва и МО
Москва и МО
Москва
Московская область
Абакан
Анапа
Астрахань
Балашиха
Барнаул
Белгород
Благовещенск
Буйнакск
Великий Новгород
Видное
Волгоград
Волжский
Вологда
Воронеж
Горячий Ключ
Димитровград
Долгопрудный
Домодедово
Ейск
Екатеринбург
Ивантеевка
Иркутск
Казань
Калининград
Калуга
Киров
Клин
Королев
Кострома
Котельники
Красногорск
Краснодар
Красноярск
Лобня
Люберцы
Магнитогорск
Мытищи
Набережные Челны
Нижний Новгород
Новокузнецк
Новороссийск
Новосибирск
Норильск
Одинцово
Омск
Оренбург
Орёл
Пенза
Пермь
Подольск
Пушкино
Пятигорск
Реутов
Ростов-на-Дону
Рязань
Санкт-Петербург
Саранск
Саратов
Севастополь
Симферополь
Смоленск
Сочи
Ставрополь
Старый Оскол
Тверь
Темрюк
Томск
Тула
Тюмень
Ульяновск
Уфа
Хабаровск
Химки
Чебоксары
Шахты
Щелково
Ялта
Ярославль
Избранное
Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/sessions) in Unknown on line 0