1.3.1 Released!

Mautic 1.3.1 has been released addressing a few minor security concerns. Although minor, we recommend updating ASAP.



You can read the full details at https://github.com/mautic/mautic/releases/tag/1.3.1 .



Happy Marketing!

So should I upgrade or should I wait for 1.3.2 to be released that addresses the update bug?

I currently have 1.3.0

Is Mautic now supporting php 7 ?

rgds

We have this problem, after this command: php app/console mautic:update:apply

[SymfonyComponentDependencyInjectionExceptionServiceNotFoundException]
The service “templating” has a dependency on a non-existent service “templating.engine.twig”.

Mautic 1.3.1 has been released addressing a few minor security concerns. Although minor, we recommend updating ASAP.

You can read the full details at https://github.com/mautic/mautic/releases/tag/1.3.1 .

Happy Marketing!

After upgrading, I get this message:

The site is currently offline due to encountering an error. If the problem persists, please contact the system administrator.
System administrators, check server logs for errors.

Run this command on your ssh with the path of your Mautic installation, which solves.

php /pacth-mautic/app/console cache:clear && chown -R www-data:www-data /pacth-mautic && chmod -R g+rw /pacth-mautic

After upgrading to version 1.3.1 is not creating emails.
When you click save loads the time , but the buttons are disabled and does not create email
Can you help ?

Already thanks!

Will it be necessary to run this command after all upgrades or are the last two anomalies?

Or is there some issue with my server setup?

Justin

@justinroffmarsh a error like this

'/var/www/mautic.installation.here/app/cache/prod/doctrine/orm/Proxies/__CG__MauticUserBundleEntityRole.php' (include_path='.:/usr/share/php:/usr/share/pear') - in file /var/www/mautic.installation.here/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php - at line 207 [] []

If yes just go to you Mautic folder using you File Manager Cpanel or FTP

root/domain/mautic folder/ app / cache /
and delete the folders there (prod, ip_data and pro_)

Hi I have a problem with an upgrade form 1.2. I had the message:
The site is currently offline due to encountering an error…

I’d run:
php /pacth-mautic/app/console cache:clear && chown -R www-data:www-data /pacth-mautic && chmod -R g+rw /pacth-mautic
without solution, if I’ll go directly to http://path-to-mautic/s/leads/lists for example I’ll go in, but the system doesn’t work fine

In the same server I’ve another installation (another subdomain) and upgrading from 1.3 I solve immediatly with the command you suggest

I am getting this error after it hung for about 2 hours on the clearing cache step

SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘h0_.signature’ in ‘field list’

Upgrade also fails for me again

I worked through this: http://johnlinhart.com/blog/uh-oh-mautic-upgrade-was-not-successful

  1. check [your-mautic-url]/s/update/schema]: "Database schema is already up-to-date.
  2. I’m now logged into Mautic, but Dashboard doesn’t load.
  3. I log off and go to login screen: “The site is currently offline due to encountering an error. If the problem persists, please contact the system administrator.” -> but only for the Dashboard URL, that follows the login screen! [your-mautic-url]/s/update/schema] brings me back into my mautic… (except for the dashboard: not working)
  4. I don’t have SSH access
  5. … I take the shortcut and delete the cache directory

-> it works again.

The error log (http://pastebin.com/tqjxJ3e3) of mautic shows an ERROR with the FileLoader.php wile cache:clear and several WARNINGs related to AbstractProxyFactory.php line 207 “failed to open stream”.