I have install this plugin, but various functions not found, many errors and links 404.
]]>Plugin is not compatible with sage theme
Fatal error: Uncaught Error: Call to undefined method Roots\Sage\Container::getInstance() in /srv/www/test-project/current/web/app/themes/test-theme/resources/functions.php on line 87
( ! ) Error: Call to undefined method Roots\Sage\Container::getInstance() in /srv/www/test-project/current/web/app/themes/test-theme/resources/functions.php on line 87
]]>
this plugin is not working with my website, which is running over WordPress 5.4
]]>I uninstalled the plugin but found that it remained in user roles, one called “marfeel user”.
Why doesn’t it still be deleted after uninstallation?
I think it creates vulnerabilities as long as it leaves “doors” in User Roles.
How do I completely uninstall everything that was installed from marfelpress?
Your plugin adding query parametrs ?mrfCacheBuster= info pagination url on this site https://www.gizchina.com/category/phones/.
How to remove them?
Thanks
]]>1) Quand je tente d’installer le plug-in, j’ai ce message d’erreur:
“L’extension n’a pu être activée, car elle a déclenché une erreur fatale.”
2) Si je rajoute les lignes suivantes (dans /wp-content/plugins/marfeelpress/marfeel-press.php) :
error_reporting(E_ALL);
ini_set(‘display_errors’, ‘1’);
Alors j’obtiens plus de détails :
Fatal error: Cannot use object of type WP_Error as array in (…) /htdocs/wp-content/plugins/marfeelpress/includes/base/src/class-marfeel-press-activator.php on line 127
php5.6 WordPress 4.7.3
Plugin Name: MarfeelPress Version: 2.0.2143
Hi there, we updated to version 2.0.2028 early this morning (around 5.00AM local time GMT02:00) and we have been getting this error:
[24-Jun-2019 09:16:25 UTC] PHP Recoverable fatal error: Object of class WP_Error could not be converted to string in /public_html/wp-content/plugins/marfeelpress/includes/api/src/signup/services/class-mrf-insight-invalidator-service.php on line 69
It seems it is logged when publishing or updating an article because after the update when someone published an article the “Site is experiencing difficulties” message is displayed instead of redirecting back to the WordPress edit page.
]]>Hello;
We are testing this plugin on one of our site but so far its not working like we have seen on other sites using it.
Its conflicting with Editflow, Push notification does not work, homepage is showing old articles and lots more
]]>I tried your plugin and it shows message below.
Plugin could not be activated because it triggered a fatal error.
Fatal error: Uncaught Error: Class ‘Marfeel\Monolog\Logger’ not found in D:\xampp2\htdocs\wordpress2\wp-content\plugins\marfeelpress\includes\ioc\src\context.php:296 Stack trace: #0 D:\xampp2\htdocs\wordpress2\wp-content\plugins\marfeelpress\vendor\illuminate\container\Illuminate\Container\Container.php(498): {closure}(Object(Illuminate\Container\Container), Array) #1 D:\xampp2\htdocs\wordpress2\wp-content\plugins\marfeelpress\vendor\illuminate\container\Illuminate\Container\Container.php(425): Illuminate\Container\Container->build(Object(Closure), Array) #2 D:\xampp2\htdocs\wordpress2\wp-content\plugins\marfeelpress\includes\ioc\src\class-marfeel-press-app.php(79): Illuminate\Container\Container->make(‘logger’, Array) #3 D:\xampp2\htdocs\wordpress2\wp-content\plugins\marfeelpress\includes\error-handling\src\writers\class-marfeel-press-log-writer.php(13): Ioc\Marfeel_Press_App::make(‘logger’) #4 D:\xampp2\htdocs\wordpress2\wp-content\plugins\marfeelpress\includes\error-handling\src\writers\class-marfeel-press-monolog-kiba in D:\xampp2\htdocs\wordpress2\wp-content\plugins\marfeelpress\includes\ioc\src\context.php on line 296
]]>Hey, MarffeelPress team,
your plugin breaks all the iframe links for amp pages. Can you please add an option to disable changing links for amp iframes?
Or if you could have added the following changes to your code, I’d be able to hook properly:
marfeelpress/includes/base/src/processors/modifiers/class-widget-placement-factory.php#L49
from
$amp_iframe->append( $this->create_placeholder() );
to
if ( apply_filters( 'mrf_iframe_append', true ) ) {
$amp_iframe->append( $this->create_placeholder() );
}
marfeelpress/includes/base/src/processors/modifiers/class-widget-placement-factory.php#L67
from
return $base_url . $params;
to
return apply_filters( 'mrf_iframe_url', $base_url . $params );
]]>