jkrug / TOXID-cURL

TOXID cURL Module connects OXID eShop with TYPO3 and other CMS
http://toxid.org
MIT License
27 stars 32 forks source link

Oxid 6 blog deactivating itself #71

Closed v3ritas1989 closed 6 years ago

v3ritas1989 commented 6 years ago

Hi, I am using toxid-cURL with oxid PE 6.0.2 I am experiencing occasional loss of the kategory menu point "blog" as well as the functioning of its link which is forwarding the URL params "myurl.com/index.php?cl=toxid_curl" to "myurl.com/someblog" The toxid module settings however are still visible within the module and the module is still active. When I then deactivate the module and activate it again and then reenter the settings the blog is there again. (however this does not work always) e.g. yesterday a tried to reactivate for a few hours and it was not working(yes I refreshed my browser cache and oxid tmp folder). This morning I came to work and the blog was live again.

where do you think the issue might be so I can check it specifically when its deactivating itselfe again?

jkrug commented 6 years ago

Hi, today i have exactly the same request via e-mail (maybe that is the same project).

Have you set $this->blDoNotDisableModuleOnError = true; in config.inc.php?

Best regards, Joscha

v3ritas1989 commented 6 years ago

Hey, thats me. I will check on monday

v3ritas1989 commented 6 years ago

Its on false

jkrug commented 6 years ago

I would suggest to set that to true. Allways - not only for TOXID projects.