[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Phpgroupware-users] Error with Calendar app
From: |
Mark A Peters (Skeeter) |
Subject: |
RE: [Phpgroupware-users] Error with Calendar app |
Date: |
Fri, 27 Sep 2002 18:57:45 -0400 (EDT) |
I see the problem here....
It looks like according to your error message:
Warning: Failed opening
'/var/www/html/CCOS/phpgroupware/calendar/templates/bull-ccos/header.inc.php'
for inclusion (include_path='.:/php/includes:/usr/share/php') in
/var/www/html/CCOS/phpgroupware/calendar/inc/class.uicalendar.inc.php on
line 1831
Template Error: loadfile: head is not a valid handle.
I see that you created a new template "bull-ccos", for new templates to
sork, you will need to copy an existing header.inc.php file into your
calendar/templates/bull-ccos dir.
Try that and let us know your results..
Thanks,
Mark A Peters (Skeeter)
On Fri, 27 Sep 2002, Marc Lutolf wrote:
> The warning is probably not relevant. Edit your php.ini file to show
>
> "display_errors = Off"
>
> As to your fatal error, check whether your web server has access to the
> phpgw files. You may have set up phpgw with another owner/group. Make sure
> the owner/group is apache/apache or nobody/nobody, whatever is the norm on
> your installation.
>
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden Behalf Of Gilles FEVRIER
> Sent: 27 September 2002 16:45
> To: address@hidden
> Subject: [Phpgroupware-users] Error with Calendar app
>
>
> Hello,
>
> I have this message with the calendar app...
>
> -------------
> Warning: Failed opening
> '/var/www/html/CCOS/phpgroupware/calendar/templates/bull-ccos/header.inc.php
> '
> for inclusion (include_path='.:/php/includes:/usr/share/php') in
> /var/www/html/CCOS/phpgroupware/calendar/inc/class.uicalendar.inc.php on
> line 1831
> Template Error: loadfile: head is not a valid handle.
> Halted.
> -------------
>
> Sorry for these questions, but I am a newbie ! ;)
>
> Gilles
>
>
>
>
> _______________________________________________
> Phpgroupware-users mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>
>
>
> _______________________________________________
> Phpgroupware-users mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>