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`.`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`.`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`.`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`.`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 ⭐️Продажа объектов недвижимости от 160 млн.₽ в Сочи, 402 объекта⭐️Купить от 160 млн.₽ в Сочи
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
Вашему вниманию предлагается на продажу отдельное стоящее здание в самом центре Сочи.
В непосредственной близости находятся Почта России, ТЦ Мелодия, Торговая галерея.
Транспортная доступность, а также пешая не требует дополнительной рекламы, высокий пеший трафик.
Электричество 15 Квт.
Хорошее предложение для открытия точки общепита.
Звоните!Н...
Нежилое помещение со всеми коммуникациями внутри.
Отдельный вход с улицы и вход из подъезда жилого дома.
Витражное остекление.
Электричество 5Вт
Использовалось под офис.
Варианты использования:
- магазин
- парикмахерская, салон красоты
- офис
- апартаменты
Вся сумма в договореНомер объекта: #75/552033/11901
Продается нежилое помещение.
Все подробности по телефону. Номер объекта: #75/553263/11901
504 дня
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
Продаю готовый бизнес - гостиницу 14 номеров +зона ресепшн. Новый ремонт, мебель, техника.
Своя наработанная база клиентов, высокий рейтинг и отличные отзывы. Полная загрузка круглый год.
При строительстве использовали высококачественные материалы , оригинальный индийский керамогранит, двери массив дуба ,окна панорамные тройное остекление пятика...
Продам гостиницу в центре Адлера. 9 апартаментов, 3 этажа и мансарда. 1-й этаж - отдельный вход для жилья собственников, 2-3-й этаж и мансарда - свой вход 9 апартаментов, 3 из них двух комнатные, 6 однокомнатные, 150м до центрального пляжа Адлера. Более подробную информацию уточняйте. Звоните! Номер объекта: #75/553384/11901
Продается коммерческое помещение.
По всем вопросам звоните, оперативно отвечу и организую показ.Номер объекта: #75/553690/11901
504 дня
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
Локация: г. Сочи, Центральный район, Виноградная
Описание: Коммерческое помещение большое, солнечная сторона с видом на море и горы, с 2-х сторонним подъездом.
Назначение: земли населённых пунктов, Ж1, ЛПХ/ИЖС
Вид права: в собственности. Под чистовую отделку
Коммуникации: газ, свет вода уже есть.Номер объекта: #75/553781/11901
Продается коммерческое помещение.
По всем вопросам звоните.Номер объекта: #75/553889/11901
504 дня
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
Продается коммерческое помещение с ремонтом в Сочи вблизи новостроек.
По всем вопросам звоните, оперативно отвечу и организую показ.Номер объекта: #75/554448/11901
Продается коммерческая площадь с отдельно стоящими на территории зданиями.
По всем вопросам звоните, оперативно отвечу и организую показ.Номер объекта: #75/554511/11901
Продам автокомплекс, который включает в себя 4 помещения с 4 автоматическими воротами, потолки 5 метров , можно использовать как СТО, автомойку, детейлинг.
Плюс помещение для персонала.
Плюс помещение свободного назначения с потолками 6 метров , можно использовать как спортзал, хостел или двухуровневые квартиры . Звоните, расскажу подробнее.Номер ...
504 дня
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
Как заработать в сданном объекте?
Коммерция- это лучшее решение в комплексе, где целевая аудитория - отдыхающие.
Представляю вашему вниманию АК Моравия, комплекс бизнес-класса.
Победитель премии urban awards, лучший региональный комплекс апартаментов "Моравия".
Территория комплекса составляет 1,5 га , что позволяет комфортно проводить в свободное ...
Продаются коммерческие помещения с готовым бизнесом
По всем вопросам звоните, оперативно отвечу и организую показ (онлайн показ для дистанционных клиентов).Номер объекта: #75/554877/11901
Вашему вниманию предлагается на продажу готовое кафе на первом этаже гостиницы на 70 номеров в центре Сочи.
Летом загрузка гостиницы 100%.
Можно работать как на доставку в номера, так и на гостей, плюс шведский стол на завтраки.
Все готово к работе, очень хороший ремонт и качественное оборудование.
Есть столики на улице.
Звоните!Номер объекта:...
Вашему вниманию предлагается на продажу помещение на 1 этаже с отдельным входом в центре Сочи.
Транспортная доступность, а также пешая не требует дополнительной рекламы.
Электричество 15Квт.
Звоните!Номер объекта: #75/555647/11901
504 дня
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
В продаже готовый гостиничный бизнес с высоким доходом в сердце Сочи!
Роскошная гостиница премиум-класса с наработанной репутацией, стабильным потоком гостей и окупаемостью менее 10 лет – идеальная инвестиция для тех, кто ценит надежность и прибыль.
Ключевые преимущества:
✔ Готовый бизнес «под ключ» – новый ремонт 2024 года, полностью оборудова...
Лазаревский район. Лоо. Отличная гостиница с ремонтом и мебелью . Летом загрузка полная, есть своя наработанная база туристов. Гостиница в удаленности от моря двести метров. Коммуникации все центральные подключены. Придомовая территория с бассейном.
Номер объекта: #75/552643/11901
Готовый бизнес, гостиница с бассейном и пешей доступностью к морю. Вторая линия, до моря 700м. Земля и здание в собственности. Номерной фонд: 17 номеров, категория TWIN/DBL -10, семейный люкс двухспальный-2, делюкс-2, эконом -1, мансардный-2. Номера оснащены сплит системой, холодильником,телевизором. Услуги: кафе, фитнес зона, детская зона, бассейн...
504 дня
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
Продается коммерческое помещение на первой линии под любой вид деятельности.
По всем вопросам звоните, оперативно отвечу и организую показ.Номер объекта: #75/558121/11901
В новостройкеКомнатаЖККоттеджТаунхаусУчастокОфисСкладТорговляПомещениеГараж
КупитьСнять
Студия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