It has a bug in the g2.module.
Origin code in the g2_menu function is
$items[G2PATHINITIAL .'/%'] = array(
'page callback' => 'theme',
'page arguments' => array('g2_initial', 1),
'access arguments' => array(G2PERMVIEW),
'type' => MENU_CALLBACK
);

It must be changed to 'page arguments' => array('g2_initial', 2).

Comments

fgm’s picture

Priority: Critical » Major
Status: Active » Closed (duplicate)

Duplicate of #698624: Message: 'entries starting by initial initial' does not substitute for 'initial'. Fixed in dev version: can you check if you still have such a problem on the latest dev ?

Downgrading to major as it does not prevent the site from working, just the module itself.