WPIntell

Source evidence

Fatal error on line 20, jp_rss.php

WPCareers · support · 2013-01-14T09:43:00+00:00

complaintsentiment
highseverity
0.85relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

2 / 15 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

13 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
simonhayre unresolved
in include/jp_rss.php you need to change <?php /** * File Name: jp_rss.php * Description: Component for wpCareers wordpress plugin * @author Mohammad Forgani * @copyright Copyright 2010, Mohamad Forghanian * @version 1.0 * @link http://www.forgani.com * * Last modified: 2010-05-27 * Comments: */ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ob_start(); $pageinfo = $wpcareers->get_pageinfo(); To this: <?php /** * File Name: jp_rss.php * Description: Component for wpCareers wordpress plugin * @author Mohammad Forgani * @copyright Copyright 2010, Mohamad Forghanian * @version 1.0 * @link http://www.forgani.com * * Last modified: 2010-05-27 * Comments: */ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } ob_start(); global $wpcareers;//FIX $pageinfo = $wpcareers->get_pageinfo(); http://wordpress.org/extend/plugins/wpcareers/

Comments

0 shown

No comments were stored for this source.