Форма отправки запроса
для быстрого выкупа ОБЪЕКТА НЕДВИЖИМОСТИ
Warning: file_exists(): open_basedir restriction in effect. File(/usr/lib/php/cake/libs/controller/components/session.php) is not within the allowed path(s): (/hsphere/local/home/robomos1:/usr/lib/php:/usr/local/lib/php:/hsphere/shared/apache/libexec/php5ext/php) in /hsphere/local/home/robomos1/vykup.ru/cake/basics.php on line 1077 Warning: file_exists(): open_basedir restriction in effect. File(/usr/local/apache2_peruser/libexec/lib/php//cake/libs/controller/components/session.php) is not within the allowed path(s): (/hsphere/local/home/robomos1:/usr/lib/php:/usr/local/lib/php:/hsphere/shared/apache/libexec/php5ext/php) in /hsphere/local/home/robomos1/vykup.ru/cake/basics.php on line 1077 Warning: file_exists(): open_basedir restriction in effect. File(/usr/lib/php/cake/libs/model/datasources/dbo_source.php) is not within the allowed path(s): (/hsphere/local/home/robomos1:/usr/lib/php:/usr/local/lib/php:/hsphere/shared/apache/libexec/php5ext/php) in /hsphere/local/home/robomos1/vykup.ru/cake/basics.php on line 1077 Warning: file_exists(): open_basedir restriction in effect. File(/usr/local/apache2_peruser/libexec/lib/php//cake/libs/model/datasources/dbo_source.php) is not within the allowed path(s): (/hsphere/local/home/robomos1:/usr/lib/php:/usr/local/lib/php:/hsphere/shared/apache/libexec/php5ext/php) in /hsphere/local/home/robomos1/vykup.ru/cake/basics.php on line 1077 Warning: file_exists(): open_basedir restriction in effect. File(/usr/lib/php/cake/libs/model/dbo/dbo_mysql.php) is not within the allowed path(s): (/hsphere/local/home/robomos1:/usr/lib/php:/usr/local/lib/php:/hsphere/shared/apache/libexec/php5ext/php) in /hsphere/local/home/robomos1/vykup.ru/cake/basics.php on line 1077 Warning: file_exists(): open_basedir restriction in effect. File(/usr/local/apache2_peruser/libexec/lib/php//cake/libs/model/dbo/dbo_mysql.php) is not within the allowed path(s): (/hsphere/local/home/robomos1:/usr/lib/php:/usr/local/lib/php:/hsphere/shared/apache/libexec/php5ext/php) in /hsphere/local/home/robomos1/vykup.ru/cake/basics.php on line 1077 Warning: file_exists(): open_basedir restriction in effect. File(/usr/lib/php/cake/libs/view/helpers/html.php) is not within the allowed path(s): (/hsphere/local/home/robomos1:/usr/lib/php:/usr/local/lib/php:/hsphere/shared/apache/libexec/php5ext/php) in /hsphere/local/home/robomos1/vykup.ru/cake/basics.php on line 1077 Warning: file_exists(): open_basedir restriction in effect. File(/usr/local/apache2_peruser/libexec/lib/php//cake/libs/view/helpers/html.php) is not within the allowed path(s): (/hsphere/local/home/robomos1:/usr/lib/php:/usr/local/lib/php:/hsphere/shared/apache/libexec/php5ext/php) in /hsphere/local/home/robomos1/vykup.ru/cake/basics.php on line 1077 Warning: file_exists(): open_basedir restriction in effect. File(/usr/lib/php/cake/libs/view/helpers/session.php) is not within the allowed path(s): (/hsphere/local/home/robomos1:/usr/lib/php:/usr/local/lib/php:/hsphere/shared/apache/libexec/php5ext/php) in /hsphere/local/home/robomos1/vykup.ru/cake/basics.php on line 1077 Warning: file_exists(): open_basedir restriction in effect. File(/usr/local/apache2_peruser/libexec/lib/php//cake/libs/view/helpers/session.php) is not within the allowed path(s): (/hsphere/local/home/robomos1:/usr/lib/php:/usr/local/lib/php:/hsphere/shared/apache/libexec/php5ext/php) in /hsphere/local/home/robomos1/vykup.ru/cake/basics.php on line 1077
для быстрого выкупа ОБЪЕКТА НЕДВИЖИМОСТИ
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | DESCRIBE `forms` | 12 | 12 | 18 | |
| 2 | DESCRIBE `form_types` | 11 | 11 | 18 | |
| 3 | SET NAMES 'UTF8' | 0 | 1 | ||
| 4 | DESCRIBE `locations` | 3 | 3 | 17 | |
| 5 | DESCRIBE `settings` | 5 | 5 | 18 | |
| 6 | DESCRIBE `buyer_types` | 13 | 13 | 17 | |
| 7 | DESCRIBE `posts` | 7 | 7 | 18 | |
| 8 | SELECT `Setting`.`id`, `Setting`.`icq`, `Setting`.`maintext`, `Setting`.`phone`, `Setting`.`email` FROM `settings` AS `Setting` WHERE `Setting`.`id` = 1 LIMIT 1 | 1 | 1 | 3 | |
| 9 | SELECT `FormType`.`id`, `FormType`.`name` FROM `form_types` AS `FormType` WHERE 1 = 1 | 10 | 10 | 3 | |
| 10 | SELECT `BuyerType`.`id`, `BuyerType`.`name` FROM `buyer_types` AS `BuyerType` WHERE 1 = 1 | 6 | 6 | 1 | |
| 11 | SELECT `Post`.`id`, `Post`.`name`, `Post`.`description`, `Post`.`content`, `Post`.`visible`, `Post`.`created`, `Post`.`modified` FROM `posts` AS `Post` WHERE visible ORDER BY `created` DESC LIMIT 2 | 2 | 2 | 1 | |
| 12 | SELECT `FormType`.`id`, `FormType`.`name`, `FormType`.`header`, `FormType`.`description`, `FormType`.`title`, `FormType`.`meta-description`, `FormType`.`t_info`, `FormType`.`t_place`, `FormType`.`t_photo`, `FormType`.`t_owner`, `FormType`.`t_fast` FROM `form_types` AS `FormType` WHERE `FormType`.`id` = 7 LIMIT 1 | 1 | 1 | 1 | |
| 13 | SELECT `Form`.`id`, `Form`.`form_type_id`, `Form`.`name`, `Form`.`cell`, `Form`.`home_phone`, `Form`.`work_phone`, `Form`.`email`, `Form`.`content`, `Form`.`location_id`, `Form`.`owner`, `Form`.`picture`, `Form`.`created` FROM `forms` AS `Form` WHERE `Form`.`form_type_id` IN (7) | 29 | 29 | 3 | |
| 14 | SELECT `Location`.`id`, `Location`.`name` FROM `locations` AS `Location` WHERE 1 = 1 | 11 | 11 | 1 |