I had several
PHP Error: Creating default object from empty value ...
this is due to my config in php strict mode, and the php object used not declared, so I added several declaration in lexicon.pages.inc
line 69:
$lexicon_overview = new stdClass();
$lexicon_section = new stdClass();
line 214:
$lexicon_alphabar = new stdClass();

As seen here:
http://www.trash-factor.com/content/php-error-creating-default-object-em...

Regards,
Thx for the lexicon module it's realy useful !

Comments

marty2081’s picture

Assigned: Unassigned » marty2081
Status: Active » Fixed

Hi Nico,

Thanks for the tips. I've added the object declarations. I'll try to remember to do this when creating new objects. It's in the dev version tomorrow.

Cheers,
Martijn

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.