I am running into an import error on my development machine (Win, PHP 5.4, Python 2.7.3, Piwik 1.10.1). Its a brand new AMP installation, piwik is clean and my access log is manually stripped down to only one line of HTTP 200 request to a php script.
C:\amp>"c:\Program Files\Python\v273\python.exe" .\htdocs\piwik\misc\log-analytics\import_logs.py --url=http://example.com .\apache\logs\access.log
Fatal error: Method Not Allowed
This is my access.log
192.168.178.33 - - [22/Jan/2013:16:25:52 +0100] "GET /cart HTTP/1.1" 200 894
I searched this forum for a solution, found nothing. Can anyone point me into the right direction how to debug that?
Thx