Hello everybody,
try this:
1) create an entry in mainmenu (I created a link to a contact visible only to Registered users);
2) make this entry available just for Registered users.
If you publish this entry, you should have a
Fatal error: Call to a member function get() on a non-object in C:xampphtdocsprolocotramutolatemplatesja_purity_iilibsmenubase.class.php on line 149
Line 149 in argument is the following:
if (($v->megaparams->get(‘modid’) || $v->megaparams->get(‘modname’) || $v->megaparams->get(‘modpos’))
&& !isset($this->children[$v->id]) && (!isset($v->content) || !$v->content)) {
Should you unpublish the entry, the error disappear.
How to fix this?