Mautic - joomla plugin: error 404 on new lead

Good day!



I’m currently trying to integrate our mautic installation with our joomla platform. I’ve installed the latest version of the plugin and I’ve authorized the plugin using oath2 with our mautic installation.



So far, so good.



I’ve also activated the option to register new users to mautic as leads. However, when I test it, I get the following error in the log:



favor reportalo al administrador. (error is deprecated as of 2.6.0 and will be removed in 3.0. Use the errors array instead.)

2017-06-21T10:26:42+00:00 INFO 111.222.333.444 plg_mautic Authorize method called.

2017-06-21T10:26:42+00:00 INFO 111.222.333.444 plg_mautic PLG_MAUTIC_REAUTHORIZE_NOT_NEEDED

2017-06-21T10:27:23+00:00 INFO 111.222.333.444 plg_mautic onUserAfterSave method called.

2017-06-21T10:27:23+00:00 INFO 111.222.333.444 plg_mautic onUserAfterSave::isNew: true

2017-06-21T10:27:23+00:00 INFO 111.222.333.444 plg_mautic onUserAfterSave::success: true

2017-06-21T10:27:23+00:00 INFO 111.222.333.444 plg_mautic onUserAfterSave::send_registered: ‘1’

2017-06-21T10:27:23+00:00 INFO 111.222.333.444 plg_mautic onUserAfterSave: Send the user to Mautic.

2017-06-21T10:27:23+00:00 INFO 111.222.333.444 plg_mautic onUserAfterSave::mauticUser: array (

‘ipAddress’ => ‘111.222.333.444’,

‘firstname’ => ‘Name’,

‘lastname’ => ‘Last’,

‘email’ => ‘email@testurl.com’,

)

2017-06-21T10:27:25+00:00 ERROR 188.78.149.133 plg_mautic onUserAfterSave::leadApi::create - response: 404



What could I do to solve this issue?



Thanks!

Good day!

I’m currently trying to integrate our mautic installation with our joomla platform. I’ve installed the latest version of the plugin and I’ve authorized the plugin using oath2 with our mautic installation.

So far, so good.

I’ve also activated the option to register new users to mautic as leads. However, when I test it, I get the following error in the log:

favor reportalo al administrador. (error is deprecated as of 2.6.0 and will be removed in 3.0. Use the errors array instead.)
2017-06-21T10:26:42+00:00 INFO 111.222.333.444 plg_mautic Authorize method called.
2017-06-21T10:26:42+00:00 INFO 111.222.333.444 plg_mautic PLG_MAUTIC_REAUTHORIZE_NOT_NEEDED
2017-06-21T10:27:23+00:00 INFO 111.222.333.444 plg_mautic onUserAfterSave method called.
2017-06-21T10:27:23+00:00 INFO 111.222.333.444 plg_mautic onUserAfterSave::isNew: true
2017-06-21T10:27:23+00:00 INFO 111.222.333.444 plg_mautic onUserAfterSave::success: true
2017-06-21T10:27:23+00:00 INFO 111.222.333.444 plg_mautic onUserAfterSave::send_registered: ‘1’
2017-06-21T10:27:23+00:00 INFO 111.222.333.444 plg_mautic onUserAfterSave: Send the user to Mautic.
2017-06-21T10:27:23+00:00 INFO 111.222.333.444 plg_mautic onUserAfterSave::mauticUser: array (
‘ipAddress’ => ‘111.222.333.444’,
‘firstname’ => ‘Name’,
‘lastname’ => ‘Last’,
‘email’ => ‘email@testurl.com’,
)
2017-06-21T10:27:25+00:00 ERROR 188.78.149.133 plg_mautic onUserAfterSave::leadApi::create - response: 404

What could I do to solve this issue?

Thanks!