API - 1.12 bug for larger sites?

I’ve set the php memory_limit (s) in all required places to 1024M, this API call still delivers only an empty page.

http://analytics.mywebsite.org/index.php?module=API&method=Actions.getPageUrls&idSite=1&period=month&date=2013-09-01&format=xml&filter_limit=5000&flat=1&token_auth=mysitespecifictoken

The above works as a month report for all other sites running on my Piwik installation, but if I run it on our busiest site (2000 page views per day), it bombs for any month or year. I can run it for a date range/week, etc no problem.

Thanks
Lynn

What’s the error in the error log?

[Tue Oct 22 13:12:31 2013] [error] [client MYIP] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/core/Common.php on line 595

This is the only 1 being logged, so I’m guessing I need to set the timeout to a longer period somewhere?

Thanks again.

see Troubleshooting - Analytics Platform - Matomo

Thank you. This worked perfectly. I googled this error, but I didn’t get this page for some reason.