Menu

#12 error on installation

open
nobody
None
1
2024-03-18
2013-03-18
Al Ayam
No

I installed icehrm_v3.0. But after checking the database details and click on the Install button . I got an error like
Notice: Trying to get property of non-object in D:\xampp\htdocs\amgHrm\includes.inc.php on line 14

Fatal error: Cannot redeclare saveSessionObject() (previously declared in D:\xampp\htdocs\amgHrm\include.common.php:4) in D:\xampp\htdocs\amgHrm\include.common.php on line 8

How can I solve this issue..Looking forward to hear a solution

Thanks and regards

Discussion

  • Thilina Hasantha

    Hi,
    1) What is your php version?
    2) Is your DB and Ta created properly?
    3) Do you have one entry in Users table?

     
  • Al Ayam

    Al Ayam - 2013-03-18

    Thank you so much for your quick response..

    Php version:5.2.0
    I have created on db before my installation and now it render all the tables.
    What you mean by Ta? I didn't understand.
    Also I have 1 admin entry in the user table

    Thanks

     
  • Thilina Hasantha

    Hi,

    I have not tested ice hrm with XAMPP on windows, mainly this was tested in linux. I suspect the reason for the error you are getting can be due to this: http://stackoverflow.com/questions/3235541/problem-with-php-session-in-xampp

    1) Have you done any changes to include.common.php?
    2) If so send me the contents of that file
    3) Can you try putting an error log to output your session at the end of "includes.inc.php" (error_log("Session :".print_r($_SESSION,true)))

    4) Can you send me the ice hrm related full error log (After removing sensitive information like passwords and IPs)

     
  • Al Ayam

    Al Ayam - 2013-03-18

    I didn't make any changes in any files.

    Below i added my php error log conent related to icehrm.

    [18-Mar-2013 09:05:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:05:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:05:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(APP_BASE_PATHclasses/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:05:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(APP_BASE_PATHclasses/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:05:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(APP_BASE_PATHclasses/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:05:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(APP_BASE_PATHclasses/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:05:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(APP_BASE_PATHmysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:05:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(APP_BASE_PATHmodel/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:05:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmodel/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:05:15 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:05:15 UTC] APP_CON_STR

    [18-Mar-2013 09:05:15 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHclasses/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHclasses/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHclasses/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHclasses/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHmysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHmodel/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmodel/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:06:00 UTC] APP_CON_STR

    [18-Mar-2013 09:06:00 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHclasses/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHclasses/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHclasses/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHclasses/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHmysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(APP_BASE_PATHmodel/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:00 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmodel/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:00 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:06:00 UTC] APP_CON_STR

    [18-Mar-2013 09:06:00 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmodel/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmodel/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] APP_CON_STR

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmodel/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmodel/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:06:01 UTC] APP_CON_STR

    [18-Mar-2013 09:06:01 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmodel/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmodel/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:06:01 UTC] APP_CON_STR

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmodel/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmodel/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:06:01 UTC] APP_CON_STR

    [18-Mar-2013 09:06:01 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmodel/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmodel/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:06:01 UTC] APP_CON_STR

    [18-Mar-2013 09:06:01 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmodel/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmodel/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:06:01 UTC] APP_CON_STR

    [18-Mar-2013 09:06:01 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHclasses/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmodel/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmodel/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:06:01 UTC] APP_CON_STR

    [18-Mar-2013 09:06:01 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(APP_BASE_PATHmodel/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmodel/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:06:01 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:06:01 UTC] APP_CON_STR

    [18-Mar-2013 09:06:01 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:09:20 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:20 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:20 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(APP_BASE_PATH/classes/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:20 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(APP_BASE_PATH/classes/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:20 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(APP_BASE_PATH/classes/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:20 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(APP_BASE_PATH/classes/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:20 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(APP_BASE_PATH/mysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/mysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:20 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(APP_BASE_PATH/model/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:20 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/model/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:20 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:09:20 UTC] APP_CON_STR

    [18-Mar-2013 09:09:20 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:09:23 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:23 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:23 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(APP_BASE_PATH/classes/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:23 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(APP_BASE_PATH/classes/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:23 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(APP_BASE_PATH/classes/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:23 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(APP_BASE_PATH/classes/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:23 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(APP_BASE_PATH/mysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/mysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:23 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(APP_BASE_PATH/model/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:23 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/model/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:23 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:09:23 UTC] APP_CON_STR

    [18-Mar-2013 09:09:23 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/mysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/mysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/model/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/model/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:09:24 UTC] APP_CON_STR

    [18-Mar-2013 09:09:24 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/mysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/mysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/model/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/model/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] APP_CON_STR

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/mysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/mysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/model/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/model/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] APP_CON_STR

    [18-Mar-2013 09:09:24 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/mysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/mysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/model/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/model/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] APP_CON_STR

    [18-Mar-2013 09:09:24 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/mysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/mysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/model/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/model/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/mysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] APP_CON_STR

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/mysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/mysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/mysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/model/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/model/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/model/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] APP_CON_STR

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/model/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/mysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/mysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/model/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/model/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:09:24 UTC] APP_CON_STR

    [18-Mar-2013 09:09:24 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:09:24 UTC] APP_CON_STR

    [18-Mar-2013 09:09:24 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/classes/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/mysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/mysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/model/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/model/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:09:24 UTC] APP_CON_STR

    [18-Mar-2013 09:09:24 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:24 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:24 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/classes/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/classes/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/classes/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/classes/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/mysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/mysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/model/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/model/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:09:25 UTC] APP_CON_STR

    [18-Mar-2013 09:09:25 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/adodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/adodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/classes/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/classes/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/classes/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/classes/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/mysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/mysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/classes/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/model/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/model/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:09:25 UTC] APP_CON_STR

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:25 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/classes/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/classes/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/classes/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/classes/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/mysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/mysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(APP_BASE_PATH/model/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:25 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATH/model/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 09:09:25 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 09:09:25 UTC] APP_CON_STR

    [18-Mar-2013 09:09:25 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 11:02:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 11:02:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 11:02:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(APP_BASE_PATHclasses/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 11:02:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(APP_BASE_PATHclasses/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 11:02:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(APP_BASE_PATHclasses/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 11:02:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(APP_BASE_PATHclasses/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 11:02:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(APP_BASE_PATHmysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 11:02:15 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(APP_BASE_PATHmodel/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 11:02:15 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmodel/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 11:02:15 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 11:02:15 UTC] APP_CON_STR

    [18-Mar-2013 11:02:15 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 11:26:12 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 11:26:12 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 11:26:12 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(APP_BASE_PATHclasses/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 11:26:12 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(APP_BASE_PATHclasses/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 11:26:12 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(APP_BASE_PATHclasses/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 11:26:12 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(APP_BASE_PATHclasses/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 11:26:12 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(APP_BASE_PATHmysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 11:26:12 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(APP_BASE_PATHmodel/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 11:26:12 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmodel/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 11:26:12 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 11:26:12 UTC] APP_CON_STR

    [18-Mar-2013 11:26:12 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

    [18-Mar-2013 11:44:10 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 3

    [18-Mar-2013 11:44:11 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(APP_BASE_PATHadodb512/adodb-active-record.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHadodb512/adodb-active-record.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 4

    [18-Mar-2013 11:44:11 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(APP_BASE_PATHclasses/BaseService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/BaseService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 10

    [18-Mar-2013 11:44:11 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(APP_BASE_PATHclasses/FileService.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/FileService.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 11

    [18-Mar-2013 11:44:11 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(APP_BASE_PATHclasses/SubActionManager.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/SubActionManager.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 12

    [18-Mar-2013 11:44:11 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(APP_BASE_PATHclasses/AbstractInitialize.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHclasses/AbstractInitialize.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 13

    [18-Mar-2013 11:44:11 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(APP_BASE_PATHmysql_error_list.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmysql_error_list.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 14

    [18-Mar-2013 11:44:11 UTC] PHP Notice: Use of undefined constant APP_BASE_PATH - assumed 'APP_BASE_PATH' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(APP_BASE_PATHmodel/models.inc.php): failed to open stream: No such file or directory in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 11:44:11 UTC] PHP Warning: include(): Failed opening 'APP_BASE_PATHmodel/models.inc.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 15

    [18-Mar-2013 11:44:11 UTC] PHP Notice: Use of undefined constant APP_CON_STR - assumed 'APP_CON_STR' in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 17

    [18-Mar-2013 11:44:11 UTC] APP_CON_STR

    [18-Mar-2013 11:44:11 UTC] PHP Fatal error: Call to undefined function NewADOConnection() in D:\xampp\htdocs\amgHrm\server.includes.inc.php on line 18

     
  • Thilina Hasantha

    According to the log it seem like you have not properly configured the config.php

    You should have a file called <ice hrm="" path="">/app/config.php, seems like this file has not been created properly.

    1) create the file <ice hrm="" path="">/app/config.php

    2) Copy following content into above file (just rename config.sample.php to config.php)

    ==============================================
    <?php
    ini_set('error_log', 'LOG');

    define('CLIENT_NAME', 'CLIENT');
    define('APP_BASE_PATH', 'APP_BASE_PATH');
    define('CLIENT_BASE_PATH', 'CLIENT_BASE_PATH');
    define('BASE_URL','BASE_URL');
    define('CLIENT_BASE_URL','CLIENTBASE_URL');

    define('APP_DB', 'APP_DB');
    define('APP_USERNAME', 'APP_USERNAME');
    define('APP_PASSWORD', 'APP_PASSWORD');
    define('APP_HOST', 'APP_HOST');
    define('APP_CON_STR', 'mysql://'.APP_USERNAME.':'.APP_PASSWORD.'@'.APP_HOST.'/'.APP_DB);

    //file upload
    define('FILE_TYPES', 'jpg,png,jpeg');
    define('MAX_FILE_SIZE_KB', 10 * 1024);

    =================================================

    3) Replace tags with values specific to your server

    LOG = full path to the log file for ice hrm.
    CLIENT = app
    APP_BASE_PATH = path to your ice hrm installation ( e.g: C:/apps/icehrm/)
    CLIENT_BASE_PATH = path to your ice hrm installation config (e.g C:/apps/icehrm/app/)
    BASE_URL = Url to your icehrm install folder (e.g http://localhost/icehrm/)
    CLIENTBASE_URL = Url to your icehrm config folder (e.g http://localhost/icehrm/app/)
    APP_DB = db name
    APP_USERNAME = db user name
    APP_PASSWORD = db user password

     
  • Al Ayam

    Al Ayam - 2013-03-18

    In my application , this config.php file already created during installation
    And it contains all the relevant data in it.

    Then what is wrong with me?

     
  • Thilina Hasantha

    Try replacing your files with the files in attached zip file. If this worked let me know so I can push this fix

     
  • Al Ayam

    Al Ayam - 2013-03-18

    Am I replace these files in the root folder?

     
  • Al Ayam

    Al Ayam - 2013-03-18

    Replaced..but no use dear..got the same error now..

     
  • Al Ayam

    Al Ayam - 2013-03-19

    Hello Thilina ,
    Do you have any solution for my problem?

     
    • Al Ayam

      Al Ayam - 2013-03-20

      hi Thilina ,
      why you are not responding..donthesitate to help me..because it is very urgent for me..

       
  • germ dush

    germ dush - 2024-03-18

    hello , Am getting below message after installing icehrm ,any idea?

    Warning: include(C:/xampp/htdocs/hrms/login.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\hrms\app\login.php on line 3

    Warning: include(): Failed opening 'C:/xampp/htdocs/hrms/login.php' for inclusion (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\hrms\app\login.php on line 3

     
  • germ dush

    germ dush - 2024-03-18

    this is my config.php

    <?php
    ini_set('error_log', 'LOG');

    define('APP_NAME', 'hrms');
    define('FB_URL', 'hrms');
    define('TWITTER_URL', 'hrms');

    define('CLIENT_NAME', 'hrms');
    define('APP_BASE_PATH', 'C:/xampp/htdocs/hrms/');
    define('CLIENT_BASE_PATH', 'C:/xampp/htdocs/hrms/app/');
    define('BASE_URL','http://localhost/hrms/');
    define('CLIENT_BASE_URL','http://localhost/hrms/app/');

    define('APP_DB', 'icehrmdb');
    define('APP_USERNAME', 'root');
    define('APP_PASSWORD', '');
    define('APP_HOST', 'localhost');
    define('APP_CON_STR', 'mysqli://'.APP_USERNAME.':'.APP_PASSWORD.'@'.APP_HOST.'/'.APP_DB);

    //file upload
    define('FILE_TYPES', 'jpg,png,jpeg');
    define('MAX_FILE_SIZE_KB', 10 * 1024);

     
  • germ dush

    germ dush - 2024-03-18

    and below is my login.php
    <?php
    include ('config.php');
    include (APP_BASE_PATH.'login.php');

     

Log in to post a comment.