Page 1 of 1

CGcalender error with new admin user

Posted: Sun Feb 28, 2016 6:29 pm
by Barrowboy
Hi
Using the following
CMS Version 1.12.1
CGCalendar 1.15.8
CGExtensions 1.51.1
CGSimpleSmarty 1.9.1

We have created a new admin user and when he now try's to add an event into the Calendar we get the following error.

Fatal error: Call to a member function GetURL() on a non-object in /lib/classes/class.usertagoperations.inc.php(265) : eval()'d code on line 13

If we use the original admin there is no error.
We get the same error if we use a user editor.

Can someone explain what might be wrong.

Thanks

Re: CGcalender error with new admin user

Posted: Sun Feb 28, 2016 8:57 pm
by Jeff
Barrowboy wrote:Fatal error: Call to a member function GetURL() on a non-object in /lib/classes/class.usertagoperations.inc.php(265) : eval()'d code on line 13
We don't know what UDT you are running, so we have no way of knowing what the problem is.

Re: CGcalender error with new admin user

Posted: Mon Feb 29, 2016 8:25 am
by Barrowboy
Hi Power Poster

You pointed me to the problem, it was a UDT we are using for email notification when an event was added.
Just need to check for the error in UDT.

Thanks