WPIntell

Source evidence

This plugin conflicts with Postman plugin

File Media Renamer · support · 2020-09-21T13:54: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.

1 / 15 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

14 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
baksteendegeweldige unresolved
If you active this plugin and the post-smtp plugin: https://wordpress.org/plugins/post-smtp/ Post-smtp stops working: Postman: wp_mail has been declared by another plugin or theme, so you won’t be able to use Postman until the conflict is resolved. Hi @baksteendegeweldige , I got the same issue. To fix this, you need to edit the code. The file you need to edit is /wp-content/plugins/file-media-renamer/file-media-renamer.php Find this line require_once( ABSPATH . "wp-includes/pluggable.php" ); Then comment this line by putting double slashes at the front //require_once( ABSPATH . "wp-includes/pluggable.php" ); Thanks!

Comments

2 shown
John Roe 2020-10-07T02:46:00+00:00

Hi @baksteendegeweldige , I got the same issue. To fix this, you need to edit the code. The file you need to edit is /wp-content/plugins/file-media-renamer/file-media-renamer.php Find this line require_once( ABSPATH . "wp-includes/pluggable.php" ); Then comment this line by putting double slashes at the front //require_once( ABSPATH . "wp-includes/pluggable.php" );

baksteendegeweldige 2020-10-07T07:58:00+00:00

Thanks!