OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Parse error: syntax error, unexpected T_STRING, ex (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Parse error: syntax error, unexpected T_STRING, ex

wick (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Parse error: syntax error, unexpected T_STRING, ex 10 Years, 9 Months ago
Karma: 0  
Error was fixed but now property prices still do not show currency in front, it only show 0 at end. Surely by now as an international business you should have a module for this by now?
Please help


Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/prop24/public_html/properties/components/com_realestatemanager/realestatemanager.html.php on line 1038

After following your details to change below I got error above:

You may type "€"

But for show currency before price vaue, you need rebuild layout(sorry we have't that in setting).

You need check file:
{your site }/components/com_realestatemanager/realestatemanager.html.php

and every where you will find code look like:
Code:
<?php echo $row->price, ' ', $row->priceunit; ?>


you will need replace it to :
Code:
<?php echo $row->priceunit, ' ', $row->price; ?>
Logged Logged
Last Edit: 2013/07/05 10:48 By wick.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Parse error: syntax error, unexpected T_STRING, ex 10 Years, 9 Months ago
Karma: 101  
Hello,

Sorry, what where and why you fixed ?

If you go fix some thing in html/php - please first do old site backup

Please check what you changed also !

what code you nay has at /realestatemanager.html.php on line 1038, at lines before and after ?

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»