Hi,
I just noticed I don't have access anymore to one of my website pages with an authentified user (I don't know since when).
When I authentify a user then try and access the page, I get the following error message:
Fatal error: Call to a member function get() on a non-object in C:wampwwwcomponentscom_cobaltlibraryphphelpershtml.php on line 277
This is $type->params->get('properties.item_can_favorite')
in the code.
If I comment the lines, I get the same error message for line 171 with the piece of code $section->params->get('events.subscribe_record')
.
If I again comment the lines, the page displays fine.
I assume there might be a configuration issue regarding to my section and type, do you confirm? I set No one for everything in Events parameter tab of the section but still have the problem.
Would you know which options I have configured wrong (if the problem comes from this)?
Thanks in advance,
Regards
Hi,
I just noticed I don't have access anymore to one of my website pages with an authentified user (I don't know since when).
When I authentify a user then try and access the page, I get the following error message: Fatal error: Call to a member function get() on a non-object in C:wampwwwcomponentscom_cobaltlibraryphphelpershtml.php on line 277
This is
$type->params->get('properties.item_can_favorite')
in the code.If I comment the lines, I get the same error message for line 171 with the piece of code
$section->params->get('events.subscribe_record')
.If I again comment the lines, the page displays fine.
I assume there might be a configuration issue regarding to my section and type, do you confirm? I set No one for everything in Events parameter tab of the section but still have the problem.
Would you know which options I have configured wrong (if the problem comes from this)?
Thanks in advance, Regards