ChrisRAoW / mautic-rss-to-email-bundle

Mautic plugin to send emails from RSS
103 stars 23 forks source link

Not Working In Mautic 3 #35

Closed EmprendoHub closed 3 years ago

EmprendoHub commented 4 years ago

Hi there, just wanted to report that I tested this plugin in the new Mautic 3 and it's not working, is there any plans of updating the code so it's compatible with the new Mautic 3 version?

ChrisRAoW commented 4 years ago

@EmprendoHub Yes, absolutely. Didn't had the time yet to check it out. Will try soon. Thanks for your report.

alessiofx commented 4 years ago

i have some problem ! Follow

arnoldsigik commented 3 years ago

Hmm.. I bumped to a problem too. Probably the same as I have version 3 of Mautic. So I tried to install this: https://github.com/ChrisRAoW/mautic-rss-to-email-bundle and follow the instruction here:

Installation:

  1. Download the plugin from github
  2. Move / Upload folder to the plugins directory. Name the folder MauticRssToEmailBundle
  3. In the Mautic GUI, go to the gear and then to Plugins.
  4. Click on the "Install/Upgrade Plugins" button
  5. You should now see the "Rss To Email" in your list of plugins.

Stuck into #4 & 5 as the "Install/Upgrade Plugins" button keeps saying 0 install. I can't see the "Rss To Email" in my list of plugins. Any idea? Crobjobs? I have set these to run one by one:

for every minute but none of them get me to show the "Rss To Email" in my list of plugins.

Added: I also have run this to clear my cache: php bin/console cache:clear , not helping.

Added: Forgot to mention that when I tried to clear the cache, I got this error message:

In ClassExistenceResource.php line 181: Class "Mautic\CoreBundle\EventListener\CommonSubscriber" not found while lo
ading "MauticPlugin\MauticRssToEmailBundle\EventListener\EmailSubscriber".

Not sure how to fix this. (Fixed)

Added: Managed to fix this by editing the file MauticPlugin\MauticRssToEmailBundle\EventListener\EmailSubscriber, changed the CommonSubscriber to CommonStatsSubscriber. Run again the php bin/console cache:clear, bumping into another error :

In Translator.php line 349:

Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate
495616 bytes)

I tried to put 256m for memory_limit of php.ini of the website, still got the same error when running php bin/console cache:clear.

Any idea?

Added: Fixed! The memory limit is 512m, wow! And now I can see the "Rss To Email".

Added: Well, I am running into 500 Internal Server Error. hmmm... any idea?

GMCenterprises commented 3 years ago

Any news on the possibility of getting this plug-in working in Version 3?

GMCenterprises commented 3 years ago

Any news on the possibility of getting this plug-in working in Version 3?

I'm not sure if this is related but it works perfectly fine for me in Mautic Ver 3

https://mauticapps.com/

connectedbusiness-gary commented 3 years ago

Any news on the possibility of getting this plug-in working in Version 3?

I'm not sure if this is related but it works perfectly fine for me in Mautic Ver 3

https://mauticapps.com/

I can confirm that this works in version 3.3.1

ChrisRAoW commented 3 years ago

The plugin now works with mautic 3.3.2. Thanks to @kuzmany!

TonyBogdanov commented 3 years ago

@ChrisRAoW Does this mean the plugin works only in Mautic 2.* and Mautic 3.3.2+?

ChrisRAoW commented 3 years ago

@TonyBogdanov Yes, it should.