+ Reply to Thread
Results 1 to 3 of 3

Thread: Problem with count listings in categories after run cron jobs.

  1. #1

    Problem with count listings in categories after run cron jobs.

    Hello All,

    After run cron jobs exist some problem with count listings on categories it may be (-1) or other you may solve it from admin panel >> Controls and click recount button. But if you have many listings and you see this problem sometimes you may apply fix for cron job file.

    Please go to ftp>>cron open file index.php
    after this code:

    Code:
    Only registered members can view the code.
    at line ~48
    add:

    Code:
    Only registered members can view the code.
    then after:

    Code:
    Only registered members can view the code.
    at line ~214

    add this code:

    Code:
    Only registered members can view the code.
    and save this file.
    If you want you may run your cron job file manually: http://site_name.com/cron/index.php but at first you should rename .htaccess file.
    Viktor,
    Flynax technical department,
    Best wishes.

  2. #2
    thanks for let us know

  3. #3
    Junior Member
    Join Date
    Sep 2012
    Location
    US
    Posts
    12
    PHP Fatal error: Call to undefined function recountListings() in /var/www/cron/index.php on line 256

+ Reply to Thread