Quote:
Originally Posted by Christos Teriakis
I'm out of my base. I'll be back on Tuseday as it's holiday on Monday. If you can edit classifieds_usercp.php
Search for (line 1086):
Code:
$item = $db->query_read("SELECT * FROM ".TABLE_PREFIX."classifieds_items WHERE id=$itemid ORDER BY itemid ASC");
Replace with:
Code:
$item = $db->query_read("SELECT * FROM ".TABLE_PREFIX."classifieds_items WHERE id=$itemid ORDER BY id ASC");
|
No problem Chris and thank you very much
I modified it, the error is solved but there is no results even if I send or receive an offer, no results.