Severity: Warning
Message: is_nan() expects parameter 1 to be float, string given
Filename: front_end/Property_model.php
Line Number: 203
Backtrace:
File: /home/stuartreal/public_html/application/models/front_end/Property_model.php
Line: 203
Function: is_nan
File: /home/stuartreal/public_html/application/controllers/Property.php
Line: 22
Function: serach_property
File: /home/stuartreal/public_html/application/controllers/Property.php
Line: 216
Function: index
File: /home/stuartreal/public_html/index.php
Line: 318
Function: require_once
Severity: Warning
Message: is_nan() expects parameter 1 to be float, string given
Filename: front_end/Property_model.php
Line Number: 203
Backtrace:
File: /home/stuartreal/public_html/application/models/front_end/Property_model.php
Line: 203
Function: is_nan
File: /home/stuartreal/public_html/application/controllers/Property.php
Line: 26
Function: serach_property
File: /home/stuartreal/public_html/application/controllers/Property.php
Line: 216
Function: index
File: /home/stuartreal/public_html/index.php
Line: 318
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/stuartreal/public_html/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 573
Backtrace:
File: /home/stuartreal/public_html/application/models/Common_model.php
Line: 1044
Function: get
File: /home/stuartreal/public_html/application/models/front_end/Property_model.php
Line: 226
Function: get_count_data_manual
File: /home/stuartreal/public_html/application/controllers/Property.php
Line: 26
Function: serach_property
File: /home/stuartreal/public_html/application/controllers/Property.php
Line: 216
Function: index
File: /home/stuartreal/public_html/index.php
Line: 318
Function: require_once
Error Number: 42000/1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-10, 10' at line 12
SELECT `ID`, `UniqueNumber`, `CompanyID`, `CompanyName`, `CompanyImage`, `RentAvailableDate`, `Name`, `UserID`, `UserAs`, `PropertyTypeId`, `PropertySubTypeId`, `PropertyTypeName`, `PropertySubtypeName`, `CountryName`, `StateName`, `CityName`, `ListedFor`, `Locality`, `ProjectName`, `Landmark`, `Image`, `CreatedOn`, `ExpectedPrice`, `IsVerified`, `Featured`, `PropertyTagText`, `PropertyTagColor`, `Availability`, `TotalArea`, `Unit`, `SuperBuiltUpArea`, `BuiltUpArea`, `Bedrooms`, `Bathrooms`, `PriceNegotiable`, `Furnishing`, `ApprovePropertyImage`, `ProfilePhoto`, `ApproveProfilePhoto`, `Currency`, `ContactNumber`, `lat_long_data` FROM `property_full_details_view` WHERE `property_full_details_view`.`IsDeleted` = 'N' AND `Status` = 'A' AND `IsDeleted` = 'N' AND `UserStatus` = 'A' AND `UserIsDeleted` = 'N' AND `CompanyStatus` = 'A' AND `CompanyIsDeleted` = 'N' AND `CompanyID` = '8' ORDER BY `ID` desc LIMIT -10, 10
Filename: models/Common_model.php
Line Number: 1044