v1.8.4 - Page Titles only show "index" and "page name not defined"

I have a Oracle UCM website that has every single page url ending in /index.html.

Piwik is showing correctly the site structure when viewing “Actions->Pages”, but when viewing “Page Titles” it only shows “index” (having one entry with “page name not defined”).

All the pages have the title in meta section, but Piwik is completely ignoring it. I even tryed to set it in js call:

piwikTracker.setDocumentTitle(‘bla bla bla’);

If anyone can help…

It should work if you use setDocumentTitle before the trackPageView() call… otherwise, check your page has a element ?

The setDocumentTitle is set before the trackPageView() call, and all pages have the set…

Can you enable debugging with: http://piwik.org/docs/tracking-api/reference/#toc-debugging-the-tracking-api-requests

and see if the page title is sent to the piwik ?

Alternatively, first try to upgrade to latest beta? 301 Moved Permanently