Your software
My Mautic version is: v3.3.3
My PHP version is: 7.4.20
My Database type and version is: mysqlnd 7.4.20
Your problem
My problem is: Hi!
I’m basically trying to create reports in Mautic. I want to track the deliverability of the emails I’ve set up under a certan category.
Data source: Emails
Colums: Category ID, Category Name, Name, Sent count, Read count, Read ratio
Filters: Column(Category ID) equals Value(CategoryID), Dynamic=Yes.
I set up the filters correctly but the reports won’t show data. I’ve tried to filter the data by Category ID, Category Name, Email Name (all the emails I want to track contain a common word) but I can’t seem to make it work.
These errors are showing in the log:
[2021-06-17 15:25:52] mautic.ERROR: Invalid clickthrough value: Yjo4OntmOjk6ImZiaGVkZiI7Yjo1Ont2OjM7Zjo0NzoiZGJ6Y2J2dGEuZmlmYWciO3Y6NDt2OjU0Njt9Zjo4OiJmemJ2eSI7djo1Mzk7Zjo3OiJmZ2JnIjtmOjU1OiI5M2RjOTE2MzJiM2Q1MzkzNTkzMDE1IjtmOjc6InlmYmUiO2Y6ODoiMTg3MTciO2Y6MDoiZHViYWFmeSI7Yjo0OntmOjg6ImZ6YnZ5Ijt2OjUzOTt9fQ== {“exception”:"[object] (Mautic\CoreBundle\Exception\InvalidDecodedStringException(code: 0): The string b:8:{f:9:“fbhedf”;b:5:{v:3;f:47:“dbzcbvta.fifag”;v:4;v:546;}f:8:“fzbvy”;v:539;f:7:“fgbg”;f:55:“93dc91632b3d5393593015”;f:7:“yfbe”;f:8:“18717”;f:0:“dubaafy”;b:4:{f:8:“fzbvy”;v:539;}} is not a serialized array at /var/www/vhosts/email.domainhidden.com/httpdocs/app/bundles/CoreBundle/Helper/ClickthroughHelper.php:46)"}
[2021-06-17 15:25:52] mautic.ERROR: Invalid clickthrough value: Yjo4OntmOjk6ImZiaGVkZiI7Yjo1Ont2OjM7Zjo0NzoiZGJ6Y2J2dGEuZmlmYWciO3Y6NDt2OjU0Njt9Zjo4OiJmemJ2eSI7djo1Mzk7Zjo3OiJmZ2JnIjtmOjU1OiI5M2RjOTE2MzJiM2Q1MzkzNTkzMDE1IjtmOjc6InlmYmUiO2Y6ODoiMTg3MTciO2Y6MDoiZHViYWFmeSI7Yjo0OntmOjg6ImZ6YnZ5Ijt2OjUzOTt9fQ== {“exception”:"[object] (Mautic\CoreBundle\Exception\InvalidDecodedStringException(code: 0): The string b:8:{f:9:“fbhedf”;b:5:{v:3;f:47:“dbzcbvta.fifag”;v:4;v:546;}f:8:“fzbvy”;v:539;f:7:“fgbg”;f:55:“93dc91632b3d5393593015”;f:7:“yfbe”;f:8:“18717”;f:0:“dubaafy”;b:4:{f:8:“fzbvy”;v:539;}} is not a serialized array at /var/www/vhosts/email.domainhidden.com/httpdocs/app/bundles/CoreBundle/Helper/ClickthroughHelper.php:46)"}
[2021-06-17 15:25:53] mautic.ERROR: Invalid clickthrough value: Yjo4OntmOjk6ImZiaGVkZiI7Yjo1Ont2OjM7Zjo0NzoiZGJ6Y2J2dGEuZmlmYWciO3Y6NDt2OjU0Njt9Zjo4OiJmemJ2eSI7djo1Mzk7Zjo3OiJmZ2JnIjtmOjU1OiI5M2RjOTE2MzJiM2Q1MzkzNTkzMDE1IjtmOjc6InlmYmUiO2Y6ODoiMTg3MTciO2Y6MDoiZHViYWFmeSI7Yjo0OntmOjg6ImZ6YnZ5Ijt2OjUzOTt9fQ== {“exception”:"[object] (Mautic\CoreBundle\Exception\InvalidDecodedStringException(code: 0): The string b:8:{f:9:“fbhedf”;b:5:{v:3;f:47:“dbzcbvta.fifag”;v:4;v:546;}f:8:“fzbvy”;v:539;f:7:“fgbg”;f:55:“93dc91632b3d5393593015”;f:7:“yfbe”;f:8:“18717”;f:0:“dubaafy”;b:4:{f:8:“fzbvy”;v:539;}} is not a serialized array at /var/www/vhosts/email.domainhidden.com/httpdocs/app/bundles/CoreBundle/Helper/ClickthroughHelper.php:46)"}
[2021-06-17 20:28:28] mautic.NOTICE: Symfony\Component\Console\Exception\RuntimeException: Too many arguments, expected arguments “command”. (uncaught exception) at /var/www/vhosts/email.domainhidden.com/httpdocs/vendor/symfony/console/Input/ArgvInput.php line 188 while running console command mautic:reports:scheduler
[2021-06-17 20:28:28] mautic.WARNING: Command mautic:reports:scheduler
exited with status code 1
Steps I have tried to fix the problem:
I’ve also tried:
Filters: Column(Category Name) equals Value(Category Name), Dynamic=Yes.
Filters: Column(Name) contains Value(Common word), Dynamic=Yes.
If you’d be able to help me, that’d be very much appreciated!