Successfully running 2.1 on our VPS but Mautic is not functioning 100% (to the point of not being usable) since upgrading to 2.5.1
When clicking “New” under Contacts the wheels are spinning (I see the bar moving) but nothing actually happens. After about 10 seconds the bar stops spinning.
Same when clicking:
“New Email” under Channels
‘New’ under Segment
Quick Add under Contacts brings up the form, but when pressing save it blanks out the button and does nothing.
I haven’t test everything but these 4 issues I have found so far. (I had trouble using the Upgrade button, so have had to reinstall from scratch.
I have found this new eorr in the logs
2017-02-03 15:07:17] mautic.ERROR: Deprecation: Accessing type “submit” by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name “SymfonyComponentFormExtensionCoreTypeSubmitType” instead. - in file /home/xxxx/vendor/symfony/form/FormRegistry.php - at line 100 [] []
Successfully running 2.1 on our VPS but Mautic is not functioning 100% (to the point of not being usable) since upgrading to 2.5.1
When clicking “New” under Contacts the wheels are spinning (I see the bar moving) but nothing actually happens. After about 10 seconds the bar stops spinning.
Same when clicking:
“New Email” under Channels
‘New’ under Segment
Quick Add under Contacts brings up the form, but when pressing save it blanks out the button and does nothing.
I haven’t test everything but these 4 issues I have found so far. (I had trouble using the Upgrade button, so have had to reinstall from scratch.
I have found this new eorr in the logs
2017-02-03 15:07:17] mautic.ERROR: Deprecation: Accessing type “submit” by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name “SymfonyComponentFormExtensionCoreTypeSubmitType” instead. - in file /home/xxxx/vendor/symfony/form/FormRegistry.php - at line 100 [] []
Successfully running 2.1 on our VPS but Mautic is not functioning 100% (to the point of not being usable) since upgrading to 2.5.1
When clicking “New” under Contacts the wheels are spinning (I see the bar moving) but nothing actually happens. After about 10 seconds the bar stops spinning.
Same when clicking:
“New Email” under Channels
‘New’ under Segment
Quick Add under Contacts brings up the form, but when pressing save it blanks out the button and does nothing.
I haven’t test everything but these 4 issues I have found so far. (I had trouble using the Upgrade button, so have had to reinstall from scratch.
I have found this new eorr in the logs
2017-02-03 15:07:17] mautic.ERROR: Deprecation: Accessing type “submit” by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name “SymfonyComponentFormExtensionCoreTypeSubmitType” instead. - in file /home/xxxx/vendor/symfony/form/FormRegistry.php - at line 100 [] []
Could anyone shed some light on this please?
Many thanks![/quote]
I faced the same problem too initially when i install Mautic 2.5.1 if using FTP to install it.
The proper way to install 2.5.1 is to use softaculous installer from Cpanel.
(1) This is the fatal error I get when trying dollowing your steps above. (I get this on two different installations on two separate sites). I’ve replaced my full URL with [sitename] below.
Fatal error: Uncaught Error: Class ‘DebrilRssAtomBundleDebrilRssAtomBundle’ not found in /home/[sitename]/app/AppKernel.php:156 Stack trace: #0 /home/[sitename]/vendor/symfony/http-kernel/Kernel.php(430): AppKernel->registerBundles() #1 /home/[sitename]/app/AppKernel.php(248): SymfonyComponentHttpKernelKernel->initializeBundles() #2 /home/[sitename]/app/AppKernel.php(110): AppKernel->boot() #3 /home/[sitename]/app/middlewares/CORSMiddleware.php(91): AppKernel->handle(Object(SymfonyComponentHttpFoundationRequest), 1, true) #4 /home/[sitename]/app/middlewares/CatchExceptionMiddleware.php(43): MauticMiddlewareCORSMiddleware->handle(Object(SymfonyComponentHttpFoundationRequest), 1, true) #5 /home/[sitename]/app/middlewares/VersionCheckMiddleware.php(56): MauticMiddlewareCatchExceptionMiddleware->handle(Object(SymfonyComponentHttpFoundationRequest), 1, true) #6 /home/[sitename]/vendor/stack/builder/src/Stack/Stacke in /home/[sitename]/app/AppKernel.php on line 156
(2) Also some of the Mautic version zip downloads don’t have any data in the vendor directory. Do I just use the Vendor folder from an older version or is there a separate place to download this?