Browse jobs by date function not working
I have read the previous threads about this and have tried the fixes mentioned there, along with another few configurations that I thought may be the issue. None have solved the problem. I have several test jobs posted, all within the last month, some as recent as this week. All selections from the browse by date (today, last week, this week, this month) return the following:
Sorry, Nothing was Found
The page, job, or post may have been moved or no longer exists.
The URL that displays this is:
http://mysite.com/jobs/date/?show=lastweek
I also added the following to PHP.ini. Not sure if that could help or hinder but in any case, there was no change.
My PHP.ini also includes the other code mentioned here which now allows the search by location feature to work. My server is with 1and1.
allow_url_fopen = On
allow_url_include = On
;;;;;;;;;;;;;;;;;;;;
; Language Options ;
;;;;;;;;;;;;;;;;;;;;
date.timezone = "America/Edmonton"
; Enable the PHP scripting language engine under Apache.
engine = On
Any help would be greatly appreciated.
If it helps to know, the other browse functions are working (salary, type and category)
I rechecked the page selection in Page IDs to make sure the job date archive page was correct, though I'm not certain if this is the page it is trying to call.
I did the test mentioned here and got the following (correct?) result in the footer of -6.
http://forums.appthemes.com/browse-|...-14879/page-3/ (post by eyecool)
<?php echo get_option('gmt_offset'); ?>