Check the database
Hi Does you Database incomplete? please response
My Dear
Check the database
can't login to system
database not work
Project: Task Management System using PHP/MySQLi
The Task Management System is a simple project that can help a certain company manage its project task progress. The system has 3 types of system users which are the Admin, Project Manager, and the Regular Employee. The Admin user is those users that has an access to all of the data stored in the database of the system especially on creating and managing system users. The Project Managers are those users that manage the project details and progress under her/his management. The Regular Employees will submit their work productivity in each task of the project which makes the system requires the employee to submit their start and end time range of their work on a certain task and this data will be calculated in the report as project members' work duration.
The Task Management System users can be only created by admin users. The admin user or the Project Managers will create a new project at first along with some important details and references of the users. When creating a project, the admin or project managers must list all the employees that will handle the project's tasks. After the creation of the project, the regular employees are limited only to adding their work progress for the task of the project that they are assigned. They are also allowed to edit the data of the progress that they only submitted. Then, as the employees regularly updating the system about the progress they have done the project managers will read or scan their activities so the project manager can check or decide if the certain task is done and need to update the task status in the system. For the printable report of the system, only the admin users and project managers has an access to this function or feature of the system.
The Task Management System was developed using HTML, PHP/MySQLi, CSS, JavaScript (jQuery/Ajax), and Bootstrap for the design. The source code is fully functional and easy to modify or enhance. Follow the instruction below to have an actual experience using this simple project.
Email: [email protected]
Password: admin123
I hope this Task Management System will help you with what you are looking for, feel free to download and modify the source code.
Explore more on this website for more source codes and tutorials.
Enjoy!
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Hi Does you Database incomplete? please response
My Dear
Check the database
can't login to system
database not work
Hi, I have checked the source code and it's working fine. Try watching the Installation Demo of this article. Thank you
also show me error when import database
SQL query:
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` int(30) NOT NULL,
`firstname` varchar(200) NOT NULL,
`lastname` varchar(200) NOT NULL,
`email` varchar(200) NOT NULL,
`password` text NOT NULL,
`type` tinyint(1) NOT NULL DEFAULT 2 COMMENT '1 = admin, 2 = staff',
`avatar` text NOT NULL DEFAULT 'no-image-available.png',
`date_created` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4
#1101 - BLOB/TEXT column 'avatar' can't have a default value
Hi, sorry for that. First of all, drop the tables in the database. Then to fix the problem, open the SQL file in a text editor then search the "avatar" keyword and remove the default value. If the avatar keyword has multiple results upon searching please make sure these don't have a default value. After that save the SQL file and import it again to the database. If the import was successful you can now try to browse the web application and log in again. Also make sure that the admin user is existing in the database, in that case, you should log in successfully.
Hi, is your Apache already started before browsing the project? And please make sure that the source code folder name is also named as "task_management_system". Thanks
Hi, please check your database if it was successfully imported. Hope this will help.
Hi, Is there any specif error occurred? And what is the version of PHP you are using?
Session Start issue:
I get this on the login page from remote server. It does not have the problem locally in XAMMP.
: session_start(): Cannot start session when headers already sent in
/home/yxmljtnt/public_html/ivizo.com/login.php