PDA

View Full Version : User cannot delete Incomplete listing from My Account area



PGGO
December 27, 2012, 09:12 PM
I’m trying to remove Incomplete listing from user account, but every time I refresh the page; this listing appear again.

Viktor
December 28, 2012, 04:20 AM
Hello Kirill,

I found your error. Please go to ftp://includes>>classes>>rlListings.class.php
find method: ajaxDeleteListing and code at line ~2239:



if ( $info['Category_ID'] && $this -> isActive($info['ID']) )


and replace to:



if ( $info['Category_ID'] )

Mike
December 28, 2012, 04:24 AM
Look to Viktor's solution - it will help to solve it :D