Just upgraded to the latest release and the following errors show on every page:

Notice: Undefined index: page_title_front in page_title_page_title_pattern_alter() (line 33 of ../sites/all/modules/contrib/page_title/modules/page_title.page_title.inc). Backtrace:
page_title_page_title_pattern_alter('', Array, NULL) module.inc:1022
drupal_alter('page_title_pattern', '', Array) page_title.module:606
page_title_page_get_title() page_title.module:632
page_title_preprocess_html(Array, 'html') theme.inc:1024
theme('html', Array) common.inc:5781
drupal_render(Array) common.inc:5629
drupal_render_page(Array) common.inc:2583
drupal_deliver_html_page(Array) common.inc:2471
drupal_deliver_page(Array, '') menu.inc:531
menu_execute_active_handler() index.php:21

Notice: Undefined index: page_title_default in page_title_page_get_title() (line 611 of 
../sites/all/modules/contrib/page_title/page_title.module). Backtrace:
page_title_page_get_title() page_title.module:632
page_title_preprocess_html(Array, 'html') theme.inc:1024
theme('html', Array) common.inc:5781
drupal_render(Array) common.inc:5629
drupal_render_page(Array) common.inc:2583
drupal_deliver_html_page(Array) common.inc:2471
drupal_deliver_page(Array, '') menu.inc:531
menu_execute_active_handler() index.php:21

This is on the latest 7.14 drupal release with no configuration or page titles added.

Comments

nicholasthompson’s picture

This is probably related to #1567790: Updating from 7.x-2.5 to 7.x-2.6 removes custom page title and is similar to what happened to a site I upgraded (others I tried on dev previous to this (before 2.6 tag release) were fine).

I emptied the cache and functionality was restored.

Those undefined indexes are caused by the cached settings (different to saved variables) not returning properly. In theory, if that happened it should just cleanly regenerate, but it doesn't seem to.

I may need to add a whole load of isset() checks in there...

If you feel this is the same root problem, please mark as duplicate.

nicholasthompson’s picture

Status: Active » Closed (duplicate)

I am marking this as Duplicate as I believe its the same root cause... #1567790: Updating from 7.x-2.5 to 7.x-2.6 removes custom page title.