Hello,I'm using phphelpdesk vers 0.6.16 with php 5.0.4. When I logout or access any option I get the same error all the time:
Fatal error: Cannot redeclare showsummary() (previously declared in C:\AppServ\www\phphelpdesk\includes\functions.inc.php:16) in C:\AppServ\www\phphelpdesk\includes\functions.inc.php on line 61
Please, could you help me?
Thanks a lot.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,I'm using phphelpdesk vers 0.6.16 with php 5.0.4. When I logout or access any option I get the same error all the time:
Fatal error: Cannot redeclare showsummary() (previously declared in C:\AppServ\www\phphelpdesk\includes\functions.inc.php:16) in C:\AppServ\www\phphelpdesk\includes\functions.inc.php on line 61
Please, could you help me?
Thanks a lot.
Hi!
I encountered the same problem. I went in and changed the include directive to include_once for all the PHP files and it seem to work.
Regards,
Newt