+ Reply to Thread
Results 1 to 7 of 7

Thread: Incomplete listing hidden ! version 4.6.2

  1. #1
    Senior Member
    Join Date
    Aug 2014
    Posts
    163

    Incomplete listing hidden ! version 4.6.2

    Hello,

    Since fresh installation, I can not see incomplete ads anymore !!

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Where you don't see incomplete listings? in admin panel?
    in this case, tell how your listings become incomplete

  3. #3
    Hello Blackred,

    If you configured your cron job it can remove incomplete listings.
    Flynax has a config for it. Go to Admin Panel >> Basic Settings >> Cron Jobs find line: Remove incomplete listings in
    By default, it is 7 days.
    Therefore, I can assume that the cron removed your incomplete listings.
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Senior Member
    Join Date
    Dec 2012
    Posts
    102
    Yes you need to change some code under admin/controllers/listings.inc.php ~lines488
    Code:
    Only registered members can view the code.
    to
    Code:
    Only registered members can view the code.

  5. #5
    Senior Member
    Join Date
    Aug 2014
    Posts
    163
    Quote Originally Posted by autocy View Post
    Yes you need to change some code under admin/controllers/listings.inc.php ~lines488
    Code:
    Only registered members can view the code.
    to
    Code:
    Only registered members can view the code.
    Thank You Autocy

  6. #6
    Senior Member
    Join Date
    Sep 2017
    Posts
    155
    Hello Guys

    I thought this issue was fixed, the script seems to be creating these incomplete listings on it's own every day and it's bugging me now? Here is another cron report from my site here about this.
    Cron Job notification at Oct 30, 2018

    Ads expired: 0
    Expiration notifications sent: 0
    Featured ads expired: 0
    Featured expiration notifications sent: 0
    Incomplete ads waiting 7 days to be removed: 1
    Total incomplete ads: 1

  7. #7
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    listings may also be created when google bots move between pages and click some elements on them
    and it's enough to select a category to make empty listing to be created

    apply also the following code to see all incomplete listings

    and finally, the replacing code should be like this:
    PHP Code:
    Only registered members can view the code
    Last edited by Rudi; October 30, 2018 at 02:35 PM.

+ Reply to Thread