Forums / Install & configuration / Fatal error when clicking on "My Tasks" in admin

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Fatal error when clicking on "My Tasks" in admin

Author Message

Hans Melis

Monday 16 December 2002 1:01:53 am

I reported the following bug regarding RC1 for WinNT. Maybe other installs have the same bug, but I can't verify that.

http://developer.ez.no/bug/bugview/1708/

If you're experiencing the same problem, just add the include and that should solve it.

Hans
http://blog.hansmelis.be

Tony Wood

Monday 16 December 2002 5:37:40 am

Hi Hans,

I had the problem on RH7.2 and the fix works.

Thanks

Tony

> I reported the following bug regarding RC1 for WinNT. Maybe
> other installs have the same bug, but I can't verify that.
>
> http://developer.ez.no/bug/bugview/1708/
>
> If you're experiencing the same problem, just add the
> include and that should solve it.

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Alexei Pechekhonov

Tuesday 17 December 2002 7:33:38 pm

> I reported the following bug regarding RC1 for WinNT. Maybe
> other installs have the same bug, but I can't verify that.
>
> http://developer.ez.no/bug/bugview/1708/
>
> If you're experiencing the same problem, just add the
> include and that should solve it.

Hans, try the following steps:
1. Find out the file
...kernel\classes\ezcontentclassclassgroup.php
2. Insert in the top:
// was added by me, Alexei P.
include_once( "kernel/classes/ezcontentclass.php" );

Just one include was missed :)

Best wishes...
Alexei