Deleted user
Deleted user
At first my ftp server shows: > Invalid argument supplied for foreach() in /home/(my hosting)/mautic/.dftp/public_html/plugins/access.fs/class.fsAccessDriver.php (l.670) However, if I repackage your plugin on my computer and package it again before...
``` [2019-10-18 11:39:29] mautic.WARNING: PHP Warning - require((server)/mautic/public_html/app/cache/prod/doctrine/orm/Proxies/__CG__MauticPluginBundleEntityPlugin.php): failed to open stream: No such file or directory - in file (server)/mautic/public_html/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php - at line 209 {"className":"Mautic\\PluginBundle\\Entity\\Plugin","classMetadata":"[object] (Doctrine\\ORM\\Mapping\\ClassMetadata: Doctrine\\ORM\\Mapping\\ClassMetadataInfo@000000000882cdc4000000003195d5a7)","proxyClassName":"Proxies\\__CG__\\Mautic\\PluginBundle\\Entity\\Plugin","fileName":"(server)/mautic/public_html/app/cache/prod/doctrine/orm/Proxies/__CG__MauticPluginBundleEntityPlugin.php"} [] [2019-10-18...
It happens to me too (arch linux - Gnome-Shell 3.20) and I noticed these errors in the log: ``` apr 22 07:05:02 ArchBox org.gnome.Shell.desktop[756]: (gnome-shell:756): Gjs-WARNING **: JS ERROR: TypeError:...
@Strate, I would be happy to finance your time to get this upgraded to support babel@7.
@ramsey I think we could change the internals to be variable based on whether or not the extension is enabled, it would be the most efficient path here I think....
@ramsey Makes sense! Well, what do you think the best, most straightforward way for us to integrate this will be? Should we alias things based on availability or have a...
I get the same thing for any period. 127.0.0.1 didn’t send any data. ERR_EMPTY_RESPONSE
I would say this is because its using SQLite. Which it should be using mysql. SQLite will lose data if restarted its like a temp DB. https://stackoverflow.com/questions/28773847/sqlite-loses-data-insert-update-after-restarting-app
> I wonder if "Bundle" suffix was a good idea. In Drupal bundles are configuration entities. So "ArticleBundle" sounds like a bundle configuration entity for nodes. I would now drop...