WPIntell

Source evidence

Bug in include_once

Hammy · support · 2016-01-05T07:07:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

6 / 29 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
prashantadevkota unresolved
In hammy.php inside the plugins/hammy directory, the below line fails to include the options.php file: include_once( ‘includes/options.php’ ); Change that to: include_once( “{$hammyPath}/includes/options.php” ); You will obviously have to define $hammyPath, which you can by the following: $hammyPath = dirname( __FILE__ ); https://wordpress.org/plugins/hammy/ Hey! Thanks A LOT for the information. I’ve just updated this excelent plugin and it broke my WordPress. Thank to you i did fix my site!

Comments

1 shown
Daniel Ribeiro 2016-02-14T00:41:00+00:00

Hey! Thanks A LOT for the information. I’ve just updated this excelent plugin and it broke my WordPress. Thank to you i did fix my site!