RSS
Home Forum v3
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: [HELP] I see a error
#8136
[HELP] I see a error 2 Years, 4 Months ago Karma: 1
when i using com-property. i see a error of Ajax.
when i select Category is For Sale and Type is House. Then i select Category comeback is Top --->this error
longdaika
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2011/01/10 04:20 By longdaika.
The administrator has disabled public write access.
 
#8137
Re:[HELP] I see a error 2 Years, 4 Months ago Karma: 1
Please Help me =.=
longdaika
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#8162
Re:[HELP] I see a error 2 Years, 4 Months ago Karma: 59
controllers/ajax.php line 200
change this line
$Category_id = JRequest::getVar('Category_id');

for this

$Category_id = JRequest::getVar('Category_id') ? JRequest::getVar('Category_id') : 0 ;
administrator
Admin
Posts: 544
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#8163
Re:[HELP] I see a error 2 Years, 4 Months ago Karma: 11
Fabio,
is this update for all of us who using this version downloaded from your repository or only if user have this kind of error?
admlivasi
Expert Boarder
Posts: 154
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Sibenik, Croatia
The administrator has disabled public write access.
 
#8165
Re:[HELP] I see a error 2 Years, 4 Months ago Karma: 59
for those who use the front panel to add properties
administrator
Admin
Posts: 544
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#8173
Re:[HELP] I see a error 2 Years, 4 Months ago Karma: 1
thanks so much
longdaika
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1