PhpHelpDesk 1.0.2 DEV RELEASE
PHP 5.0.5
Apache 2.0.55
OS Windows 2000 Server
I try to logging in with user admin/admin but i see
this fatal error:
<b>Fatal error</b>: Cannot redeclare ticketsummary()
(previously declared in
D:\Apps\phphelpdesk_distr_1.0.3_DEV_RELEASE\includes\functions.inc.php:17)
in
<b>D:\Apps\phphelpdesk_distr_1.0.3_DEV_RELEASE\includes\functions.inc.php</b>
on line <b>62</b><br />
I have change:
In php.ini:
register_globals = On
In function.inc.php and in header.inc.php I replace
include("includes/connect.inc.php"); with
require_once("includes/connect.inc.php");
In the apache error.log I found: [Mon Nov 07 11:30:59
2005] [error] [client 127.0.0.1] File does not exist:
D:/Apps/phphelpdesk_distr_1.0.3_DEV_RELEASE/javascript/menu9.js,
referer: http://localhost:8080/index.php
What can i do?
Tks.