If you already have an version 1.1 (i.e. downloaded before 31-May-2012 and after 12-Feb-2012) prior to getting this new one then you may update from version 1.1 to 1.2 easily. You must have already downloaded files from codecanyon as you're reading this. It is always safe to keep a copy of your existing installation.
Please follow these steps:
1) FTP to your current installation folder and download site.inc.php file to your computer. Keep it in a safe place.
site.inc.php is the file which have information about your database and that file should NOT be changed or overwritten unless you know what you're doing.
2) Unzip the downloaded 'Real estate made easy' zip.
3) Important: Delete the new site.inc.php file in the unzipped folder on your computer.
4) Move all the files to your hosting space overwriting all old ones except site.inc.php
Make sure that following file/folders are fully writable: uploads, cache and index.html inside cache folder. The images won't show up if they are not fully writable.
uploads folder is fully writable with recursive option (linux command: chmod -R 777 uploads)
cache folder is writable with recursive option (linux command: chmod -R 777 cache)
cache/index.html file is writable (linux command: chmod 777 cache/index.html)
If you use FileZilla client for FTP transfer then you can give 777 permission by right clicking on file/folder name and type 777 in 'Numeric value' box. While giving permissions to 'uploads' and 'cache' folder also select 'recurse into subdirectories' option.
That's it!
By default, the new version shows a full screen map on home page. But if you wish to keep the home page with text listings and not map then open config.php and
find this:
$fullScreenEnabled="true";
and change it to
$fullScreenEnabled="false";
Created with the Personal Edition of HelpNDoc: Easy CHM and documentation editor