Piwik Illegal string offset 'i' PDF Report

Hi,
Thank you for all your work.

I have a problem with generating PDF reports.

When I click on the “download” button, I get the message:

Warning: Illegal string offset ‘i’ in /var/www/vhosts/analitic.analistgroup.com/httpdocs/libs/tcpdf/tcpdf.php on line 7112

Please help me.

Thanks again and sorry for my english :wink:

Thanks for the report. can you try this patch? Silent fail to prevent bug? · matomo-org/matomo@8e48e5a · GitHub

Hi,
thanks for reply.

I also had to change the line 7160, adding @.


7160 return @$info['i'];

Now work.

thanks again.