|
News. Fixed component EA101_Stable_fixed |
|
|
|
|
Written by Alexander Sidorov (www.woweb.biz)
|
|
Tuesday, 25 July 2006 |
Fixed version of the component EstateAgent 1.0.1.
An improved and fixed version of the real estate JOS component EstateAgent 1.0.1 Stable is offered for download. You can download the original version of the component from the author's official website http://www.bits-dont-bite.net/.
Fixed errors:
- missing "Save" button in Joomlan
- fixed error in the component's gallery: instead of editing pictures it offers to save or open the file admin.gallery.html.php.
- fixed erroneous redirect in removing or editing of the gallery pictures.
Here are some explanations of widely known Estate Agent component's bugs:
- A picture uploading bug "Upload Failed - Cannot Upload File":
Typical Denwer's bug. At installation Denwer creates php configuration file php.ini where it forms RELATIVE paths to all php folders and files. You should find in the file php.ini the directive upload_tmp_dir and replace the relative path to the tmp folder (upload_tmp_dir = /tmp), with YOUR absolute path. For example: upload_tmp_dir =Z:\usr\local\php\tmp. Also in php.ini you should check if the directive extension=php_gd2.dll is not marked as a comment. The directive file_uploads should be switched on (file_uploads = On)
- Restricted access! Please login with username and password!
Open your local site via http://localhost, instead of http://127.0.0.1
- Can not send e-mail from the EstateAgent component's feedback form?
There is no bug there. But you should look into Contacts component. There, in Contact Categories, you can find a new category - Estate Agent. Use the category as your contact one. Here in your contact manager you should specify an e-mail address on which you want Estate Agent feedback to be send.
If after addition of an object or a category in backend you can see the message:
Warning: Invalid argument supplied for foreach() in /yoursite/administrator/components/com_estateagent/admin.estateagent.html.php on line 70
Well. Most likely you have got installed MySQL 5. Patch of the Estate Agent for MySQL 5 you can download from here: EA101_MySQL5.zip
This version of the real estate component EA101_Stable_fixed.zip is available for download from the Downloads Section: EA101_Stable_fixed.zip. |