Forums
(@israelshmueli)
7 years, 5 months ago
I had the same problem. It was fixed after I replaced www.remarpro.com version of this plugin (8 months old) with current version of the plugin that is available on github.
Dear “Automatic” maintainers, please consider publishing the great work you are doing on GitHub also here, our plain, old, humble www.remarpro.com plugin section.
8 years, 11 months ago
Thank you for solving this issue and for creating this useful plugin ??
9 years, 6 months ago
It seems that the such problem relates to the fact __DIR__ is working only since php 5.3
I solved such situation by replacing __DIR__ with dirname(__FILE__)
Unfortunately Many WP websites are still running on PHP 5 versions that are lower then 5.3…