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`.`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`.`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 ⭐️Аренда 3-к квартир в Москве в Северо-западном АО, 11 объектов⭐️Снять 3-к квартиру в Москве в Северо-западном АО
SELECT * FROM re_office.tgbs WHERE "2025-07-02" 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-02" 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-02" 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-02" 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-02" 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
Арт. 49774355. ЖК "Покровский берег" - элитный жилой комплекс у парка Покровское-Стрешнево. Предлагается просторная 3-хкомнатная квартира. Качественный современный ремонт. Минималистичный светлый интерьер. По планировке: просторная гостиная с выделенной зоной кухни (с лоджией - небольшой терассой), основная спальня с балконом, изолированная комната...
Предлагается в аренду 3-комнатная квартира в жилом комплексе Алые Паруса, расположенном по адресу: ул. Авиационная д. 79. В квартире выполнен качественный ремонт в стиле Арт-Деко со свойственной ему красотой и элегантностью. В отделке квартиры использованы дорогие современные материалы. Студийная планировка квартиры совместила в одно пространств...
Лот 125522.
БЕЗ КОМИССИИ/АГЕНТСКИХ ДЛЯ АРЕНДАТОРА.
Уютная 3-комнатная квартира в новом современном доме. 4 / 34 этаж. Спален: 2, санузлов: 1. Общая площадь: 69 кв.м. Потолки 3.2 м. Ремонт в уникальном авторском стиле. Квартира полностью с мебелью, вывоз обсуждается. Консьерж. Подземный паркинг, машиноместо оплачивается отдельно. Окна в тихий двор...
1 день
SELECT * FROM re_office.tgbs WHERE "2025-07-02" 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
Рассмотрю семью без домашних животных и вредных привычек. Уютная, чистая квартира с отличным ремонтом и улучшенными пластиковыми стеклопакетами, полностью укомплектованная мебелью и импортной техникой. Одно окно с застектенным балконом выходит на улицу и три окна в тихий зеленый и благоустроенный двор. На полу в кухне-плитка, в комнатах ламинат Сос...
Id 53586. Ждем Вас на просмотр!
Сдаётся светлая, просторная трехкомнатная квартира в ЖК City Bay!
- Качественный дизайнерский ремонт
- Укомплектованная мебелью и техникой
- Отличная планировка
Квартира сдается впервые после ремонта!
Полностью готова для проживания, имеется вся необходимая мебель. В кухонной зоне установлена качественная бытовая т...
Предлагается в аренду стильная 3-х комнатная квартира с дизайнерским ремонтом в стиле Хай-тек в Жилом комплексе «Утесов», расположенном по адресу Карамышевская набережная, д. 2 А. Функциональная планировка включает отдельную кухню со столовой зоной, кухонный гарнитур оборудован современной бытовой техникой; гостиная оснащена комфортной мягкой мебе...
СРОЧНО! Сдам ШИКАРНУЮ трехкомнатную квартиру с ЕВРОРЕМОНТОМ в ПЕШЕЙ доступности от метро. Раздельные комнаты, две застекленные лоджии, СОВРЕМЕННАЯ мебель и бытовая техника. Развитая инфраструктура и удобная транспортная доступность. Рассмотрим платежеспособных нанимателей, славян, не более 2-х человек, без детей и животных. Оперативный показ и засе...
1 день
SELECT * FROM re_office.tgbs WHERE "2025-07-02" 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
СРОЧНО! Сдам ШИКАРНУЮ трехкомнатную квартиру с ЕВРОРЕМОНТОМ в ПЕШЕЙ доступности от метро. Раздельные комнаты, две застекленные лоджии, СОВРЕМЕННАЯ мебель и бытовая техника. Развитая инфраструктура и удобная транспортная доступность. Рассмотрим платежеспособных нанимателей, славян, не более 2-х человек, без детей и животных. Оперативный показ и засе...
Арт. 83893532. ЭКСКЛЮЗИВНОЕ ПРЕДЛОЖЕНИЕ. Впервые предлагается в аренду уютная, семейная квартира в ЖК Доминанта. По планировке: проходная гостиная объединена с кухней, основная спальня с выходом на балкон, детская комната, большая гардеробная комната, просторный санузел, гостевой туалет, прихожая. В отделке квартиры использовались только качественн...
Id 54434. Сдается квартира — 3-комнатная, 85 м² в ЖК «Октябрьское поле»
Просторная и светлая квартира с современным ремонтом в современном ЖК— идеальный вариант для комфортной жизни.
Площадь: 85 м²
Три изолированные комнаты + кухня
Идеальный этаж
Качественный свежий ремонт
Часть мебели и техники уже установлена, остальное будет готово к серед...
1 день
Москва
Вторичка
В новостройкеКомнатаЖККоттеджТаунхаусУчастокОфисСкладТорговляПомещениеГараж
КупитьСнять
Студия1к2к3к4к5к+
от
до
ГазКанализацияВодопровод
от
до
₽/мес.от
₽/мес.до
Выберите Метро
Показать всё
Контакты продавца
Ваш город, ?
Искать в городе ? Или выбрать другой город?
Ваш город
Москва
Москва и МО
Москва
Московская область
Абакан
Анапа
Астрахань
Балашиха
Барнаул
Белгород
Благовещенск
Буйнакск
Великий Новгород
Видное
Волгоград
Волжский
Вологда
Воронеж
Горячий Ключ
Димитровград
Долгопрудный
Домодедово
Ейск
Екатеринбург
Ивантеевка
Иркутск
Казань
Калининград
Калуга
Киров
Клин
Королев
Кострома
Котельники
Красногорск
Краснодар
Красноярск
Лобня
Люберцы
Магнитогорск
Мытищи
Набережные Челны
Нижний Новгород
Новокузнецк
Новороссийск
Новосибирск
Норильск
Одинцово
Омск
Оренбург
Орёл
Пенза
Пермь
Подольск
Пушкино
Пятигорск
Реутов
Ростов-на-Дону
Рязань
Санкт-Петербург
Саранск
Саратов
Севастополь
Симферополь
Смоленск
Сочи
Ставрополь
Старый Оскол
Тверь
Темрюк
Томск
Тула
Тюмень
Ульяновск
Уфа
Хабаровск
Химки
Чебоксары
Шахты
Щелково
Ялта
Ярославль
Избранное
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