WPIntell

Source evidence

Error applying for jobs

Greenhouse Job Board · support · 2018-05-18T23:02:00+00:00

complaintsentiment
mediumseverity
0.86relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mynameiseric unresolved
Hello. Thanks for the plugin! I ran into an error applying for jobs and this line was the culprit in greenhouse-job-board-apply-submit.php: require_once(‘../../../../../wp-load.php’); I changed it to the following and everything works: if ( defined( ‘ABSPATH’ ) ) { require_once( ABSPATH . ‘wp-load.php’ ); } else { require_once( dirname( dirname( __FILE__ ) ) . ‘/wp-load.php’ ); } We have WordPress installed in a subdirectory which may be the problem. CORRECTION: This is what got job submissions to work: require_once(‘../../../../../wp/wp-load.php’); Needed the ‘wp’ subdirectory in there. I’m still seeing the issue. And the above fix didn’t work for me…is there anything else that can be done. I’m getting a “POST http://clickstop.com/wp-content/plugins/greenhouse-job-board/public/partials/greenhouse-job-board-apply-submit.php 403 (Forbidden)” error. Looks like when it is posting the form.

Comments

2 shown
mynameiseric 2018-05-18T23:11:00+00:00

CORRECTION: This is what got job submissions to work: require_once(‘../../../../../wp/wp-load.php’); Needed the ‘wp’ subdirectory in there.

tomaltman 2018-06-20T22:02:00+00:00

I’m still seeing the issue. And the above fix didn’t work for me…is there anything else that can be done. I’m getting a “POST http://clickstop.com/wp-content/plugins/greenhouse-job-board/public/partials/greenhouse-job-board-apply-submit.php 403 (Forbidden)” error. Looks like when it is posting the form.