php-timeclock-with-bootsrap
php-timeclock-with-bootsrap copied to clipboard
Error modify time and delete time
Hi, I am trying to update the original timeclock project. I did it with that, everything seems to work fine. As I try to correct a time by deleting or modifying I am confronted to a "Error: Could not connect to the database. Please try again later." What shall I do to fix it please ? Regards
Having the same issue. Anyone know the fix for this?
The fix for this is to find the following line in timeedit.php:
include 'config.inc.php';
Change to:
include '../config.inc.php';
I'm getting the wrong year 1969 Any suggestion to fix Top day fo history correct 2021 Current Status Report As of: 19:00, 31/12/1969 (for check-in/out 1969) 2 different environment same story
I just tested and the code does not work on php 7.4. Most date errors are due to the 2 config files.