Forums
(@istarring)
15 years, 2 months ago
Ok, i think i found the reason!
In the job manager frontend.php at the “function jobman_display_head()” at line 392 there is missing the slash, $url .= 'feed/';, so if you use $url .= '/feed/';instead, all works fine.
function jobman_display_head()
$url .= 'feed/';
$url .= '/feed/';