• Resolved Vakantie Ameland

    (@christianebuddy)


    When using the short code [jobs] in a page the jobs showed on the page. But now the jobs do not show anymore. When looking in the error console I get The requested URL /jm-ajax/get_listings/ was not found on this server.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor jonryan

    (@jonryan)

    Hi @christianebuddy from the sounds of it maybe you have some htaccess rules that are somehow blocking that API endpoint from working. Are you still having problems?

    Thread Starter Vakantie Ameland

    (@christianebuddy)

    This problem still exists. Disabling all other plugins does not solve the problem either. Does the plugin use the xmlrpc.php api ?

    Thread Starter Vakantie Ameland

    (@christianebuddy)

    Problem is solved. It was related to the .htaccess rules. There was no AllowOverride All in the apache configuration so the rewrites went wrong!

    Plugin Contributor jonryan

    (@jonryan)

    @christianebuddy glad you got it sorted out!

    Hi,

    I was having the same problem but only in english with WPML. I didn’t have access to my httpd.conf.

    I found a solution. By editing wp-job-manager\includes\class-wp-job-manager-ajax.php at line 75.

    I updated : $endpoint = trailingslashit( home_url( ‘/jm-ajax/’ . $request . ‘/’, ‘relative’ ) );

    For : $endpoint = trailingslashit( ‘/jm-ajax/’ . $request . ‘/’ );

    Hope it can work for anyone else having the same trouble.

    Thanks

    • This reply was modified 7 years, 1 month ago by pcamepc.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Jobs not showing’ is closed to new replies.