Actions -> Page titles: page title not defined

Hi!
Since updating to v 0.5.x my dashboard shows only “page title not defined” under actions page titles.

Before updating page titles were corretlx displayed.

Any ideas what’s going wrong?

Regards
maxhb

Edit: The number of pages shown seems to be the same regardless of wheter I choose to display daily or yearly stats.
P.S.: Using german backend - if that has any influence…

What does “page title not defined” in the Pages report?

Hello, i don’t hink this is the solution of the error. I’ve got the same problem here: forum.piwik.org/index.php?showtopic…amp;#entry13561

This seems to affect some more users i think.

So do I. I’m sure the title tag is correctly defined on my pages : the browsers perfectly read it.

But, all visits on my site are counted as ‘page title not defined’…

An idea to fix it ?

Here found a unique visitor:
page title not defined
and
/page url not defined
But for other visitor (me) it work perfectly.
The exact of my mysql:
CREATE TABLE IF NOT EXISTS log_visit (
idvisit int(10) unsigned NOT NULL auto_increment,
idsite int(10) unsigned NOT NULL,
visitor_localtime time NOT NULL,
visitor_idcookie char(32) NOT NULL,
visitor_returning tinyint(1) NOT NULL,
visit_first_action_time datetime NOT NULL,
visit_last_action_time datetime NOT NULL,
visit_server_date date NOT NULL,
visit_exit_idaction_url int(11) NOT NULL,
visit_entry_idaction_url int(11) NOT NULL,
visit_total_actions smallint(5) unsigned NOT NULL,
visit_total_time smallint(5) unsigned NOT NULL,
visit_goal_converted tinyint(1) NOT NULL,
referer_type int(10) unsigned default NULL,
referer_name varchar(70) default NULL,
referer_url text NOT NULL,
referer_keyword varchar(255) default NULL,
config_md5config char(32) NOT NULL,
config_os char(3) NOT NULL,
config_browser_name varchar(10) NOT NULL,
config_browser_version varchar(20) NOT NULL,
config_resolution varchar(9) NOT NULL,
config_pdf tinyint(1) NOT NULL,
config_flash tinyint(1) NOT NULL,
config_java tinyint(1) NOT NULL,
config_director tinyint(1) NOT NULL,
config_quicktime tinyint(1) NOT NULL,
config_realplayer tinyint(1) NOT NULL,
config_windowsmedia tinyint(1) NOT NULL,
config_gears tinyint(1) NOT NULL,
config_silverlight tinyint(1) NOT NULL,
config_cookie tinyint(1) NOT NULL,
location_ip bigint(20) unsigned NOT NULL,
location_browser_lang varchar(20) NOT NULL,
location_country char(3) NOT NULL,
location_continent char(3) NOT NULL,
location_provider varchar(100) default NULL,
PRIMARY KEY (idvisit),
KEY index_idsite_date (idsite,visit_server_date)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=27462 ;


– Dumping data for table log_visit

INSERT INTO log_visit (idvisit, idsite, visitor_localtime, visitor_idcookie, visitor_returning, visit_first_action_time, visit_last_action_time, visit_server_date, visit_exit_idaction_url, visit_entry_idaction_url, visit_total_actions, visit_total_time, visit_goal_converted, referer_type, referer_name, referer_url, referer_keyword, config_md5config, config_os, config_browser_name, config_browser_version, config_resolution, config_pdf, config_flash, config_java, config_director, config_quicktime, config_realplayer, config_windowsmedia, config_gears, config_silverlight, config_cookie, location_ip, location_browser_lang, location_country, location_continent, location_provider) VALUES
(27430, 8, ‘20:52:08’, ‘b85437dae3933afba9012817fb88d0c0’, 0, ‘2010-01-23 20:52:08’, ‘2010-01-23 20:52:08’, ‘2010-01-23’, 401, 401, 1, 10, 0, 1, ‘’, ‘’, ‘’, ‘60f3f41def4cc3ea5ea97d467fee2df0’, ‘WS3’, ‘IE’, ‘7.0’, ‘unknown’, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1427739182, ‘de’, ‘de’, ‘eur’, ‘server4you.de’);

I observed also that from last update, i dont have any details about url visited.

I checked if the script was exact.
It appears that the second part of the js was different from previous (that was coded in my web pages).

But with news codes, nothing news.

Everyday, now, i have only visitors for " / "

style_emoticons/<#EMO_DIR#>/sad.gif

What can i do?

old code:

Analytics software

new one:

SOLVED by editing global.ini.php.
The global.ini.php was not rightly updated.

Add this lines before [log] in global.ini.php :

; maximum length of a Page Title or a Page URL recorded in the log_action.name table
page_maximum_length = 1024;

but, it is better is to download the latest.zip and update right latest global.ini.php from the zip file.

Hi There:
I to have seen “page title not defined” most days after upgradeing to V 0.5.4. My html pages have not been changed and my new wordpress pages of course have a title. I am not a coder so sorry I can’t help much.

Mark

Same problem after update to 0.5.x!!!
Everything worked fine before, no changes made to my pages within the last few months.
style_emoticons/<#EMO_DIR#>/sad.gif

Hello
some users seem to experience this issue. This might be because there was no write permission on the config/global.ini.php during the auto upgrade?

In any case, you can fix the issue by adding, in config/global.ini.php, the following line before [log]

; maximum length of a Page Title or a Page URL recorded in the log_action.name table
page_maximum_length = 1024;

Thanks alexisj for finding the explanation

[quote=matthieu @ Jan 26 2010, 03:58 PM]In any case, you can fix the issue by adding, in config/global.ini.php, the following line before [log]

; maximum length of a Page Title or a Page URL recorded in the log_action.name table
page_maximum_length = 1024;

[/quote]

Somehow this fix didn´t work for me…
:frowning:

Greetings,
Joe

Hi,

I’m having the same problem as well with the new version.
Thought it might be a suhosin issue but there are no messages in any log concerning these entries…

Any idea what to check?