Forums / Install & configuration / Fatal error when clicking on "My Tasks" in admin
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
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