Ivo_Ivanov
(Ivo Ivanov)
February 3, 2017, 12:08am
#1
I am getting the following error from Piwik when trying to send a report via e-mail.
[Fri Feb 03 01:01:01.806263 2017] [:error] [pid 4709] [client 127.0.0.1:45442] PHP Fatal error: Class ‘Zend_Loader’ not found in /var/www/html/piwik/libs/Zend/Mail/Transport/Smtp.php on line 197, referer: http://localhost/piwik/index.php?module=ScheduledReports&action=index&idSite=1&period=day&date=2017-01-30
This comes from the Apache error.log file. I am running Piwik in CentOS7, with PHP 5.6.9.
Any ideas why for SMTP Zend_Loader is not found? Or is it the class that is being loaded by Zend that is not found?
Thank you in advanced for your help.
E111
February 7, 2017, 9:31am
#2
Hi!
I don’t know if your problem is the same as mine, see:
Hi!
When I try to send email reports Piwik gives me a warning and an instruction to post a message here, see below. But I get the report so the send function seems to work anyway.
WARNING: /var/www/piwik/plugins/ScheduledReports/Controller.php(64): Notice - Undefined index: category - Piwik 3.0.1
WARNING: /var/www/piwik/plugins/ScheduledReports/Controller.php(64): Notice - Undefined index: category - Piwik 3.0.1
WARNING: /var/www/piwik/plugins/ScheduledReports/ScheduledReports.php(198): Noti…
Best regards,
E
Ivo_Ivanov
(Ivo Ivanov)
February 7, 2017, 10:23am
#3
Doesn’t look to me as if it is the same. Yours sounds like a problem with the database.
E111
February 7, 2017, 11:37am
#4
Too bad. Let’s hope Piwik can help both of us.
All the best,
E
gfernandez
(glenn fernandez)
February 17, 2017, 3:11am
#5
Had that error also. fixed by setting authentication method to login as discussed here How do I send Piwik emails using Gmail SMTP server? - Analytics Platform - Piwik . hope it helps.
E111
February 24, 2017, 8:08am
#6
Thanx for the tip! Will check it out.