Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • brentwilliams2 Friend
    #208424

    Currently, our XML feeds do not update automatically without having to manually clear cache. That means we have to remember to go in each day and clear the cache for three separate files. To add to the issue, each XML file we try to clear the cache after the first one won’t clear unless we log out of the admin area of Joomla, log back in, and then clear the next cache.

    I was hoping this would be addressed in the next version of the job board, but given the lack of a timeline on that front, can this be addressed now?

    Luna Garden Moderator
    #577122

    Hi Brent,

    I’m terribly sorry for this late response as somehow I missed this thread.

    Our developer is looking at this issue and will be back to you as soon as finding the solution. Will keep you posted.

    The Captain Moderator
    #577172

    Hi Brent,

    To resolve this case, in the path YOUT_SITE/components/models/jafeeds.php, find the code snippet:

    if (($feed->filter_date != '') && ($feed->filter_date != null) && ($feed->filter_date > 0)) {
    $where_more .= " and (DATE_ADD(a.effected_date, INTERVAL " . (int) $feed->filter_date . " DAY) >= now())";
    }

    and then replace with follow code :

    if (($feed->filter_date != '') && ($feed->filter_date != null) && ($feed->filter_date == 0)) {
    $where_more .= " and (DATE_ADD(a.effected_date, INTERVAL " . (int) $feed->filter_date . " DAY) >= CURDATE())";

    Remember to backup the file before changing.

    Hope this helps!

    The Captain Moderator
    #643477

    Hi Brent,

    To resolve this case, in the path YOUT_SITE/components/models/jafeeds.php, find the code snippet:

    if (($feed->filter_date != '') && ($feed->filter_date != null) && ($feed->filter_date > 0)) {
    $where_more .= " and (DATE_ADD(a.effected_date, INTERVAL " . (int) $feed->filter_date . " DAY) >= now())";
    }

    and then replace with follow code :

    if (($feed->filter_date != '') && ($feed->filter_date != null) && ($feed->filter_date == 0)) {
    $where_more .= " and (DATE_ADD(a.effected_date, INTERVAL " . (int) $feed->filter_date . " DAY) >= CURDATE())";

    Remember to backup the file before changing.

    Hope this helps!

    The Captain Moderator
    #742128

    Hi Brent,

    To resolve this case, in the path YOUT_SITE/components/models/jafeeds.php, find the code snippet:

    if (($feed->filter_date != '') && ($feed->filter_date != null) && ($feed->filter_date > 0)) {
    $where_more .= " and (DATE_ADD(a.effected_date, INTERVAL " . (int) $feed->filter_date . " DAY) >= now())";
    }

    and then replace with follow code :

    if (($feed->filter_date != '') && ($feed->filter_date != null) && ($feed->filter_date == 0)) {
    $where_more .= " and (DATE_ADD(a.effected_date, INTERVAL " . (int) $feed->filter_date . " DAY) >= CURDATE())";

    Remember to backup the file before changing.

    Hope this helps!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  The Captain 8 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum