Can not delete Classified ads in admin

I was wondering if anyone can help me.

I want to delete some classified ads in the admin panel and when i do try  to delete i get the error  below.

Can any one help me solve this problem.

Fatal error: Using $this when not in object context in /home/sjcon/public_html/socialjive.com/community/admin/manage_classifieds.php on line 158

Quote · 24 Jul 2008

fast fix:

open manage_classifieds.php on line 158

change current

print $this->ActionDeleteAdvertisement($id);

to

print $oClassifieds->ActionDeleteAdvertisement($id);

or get this file from 6.1.3 as example

Quote · 24 Jul 2008

Thanks!!!

 

I needed the same thing.  I had one of my members post a very inappropriate classified ad, but I was unable to delete it until I changed the line of code that you mentioned.

 

Thanks again

 

 

 

 

 

www.FreePersonalClassifieds.com

 

Quote · 9 Dec 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.