Online School Management System

School Management System, is an open-source project for people who wants to grab the core idea of the data process within the system. As well as you can practice this system for the assignments too. Though, if you want to use it on the online project then I highly recommend implementing PHP security. Since we just wanted to provide this system as a platform for beginners or intermediate programmers to study and learn how the data process from the frontend to the backend in the system.

This system is built with CodeIgniter – PHP framework, bootstrap, and jquery. This system, School Management System, is based on the Web Application. It provides advanced functionality to run the daily basic requirement for the school program. The system can be manipulated by one user as an admin.

In this application, there are some dependencies you will need to understand. For example, you want to add a section for a class. Without class information, the section information cannot be added to the system. Similarly, these concepts apply to the subject, student, etc. Without any class and section, the subject, and student information cannot be created by the system.

Please read the below instruction to run the application on your system without any difficulties. There are a few changes required in the source code to run the application. So please follow the steps carefully.

Users

  • Admin
  • Username: admin
  • password: password

Features

  • Manage Class

    • Add class information
    • View, Update, and remove class information
  • Manage Section

    • Add section information
    • View, Update, and remove section information
  • Manage Subject

    • Add section information
    • View, Update, and remove section information
  • Manage Student

    • Add a single student information
    • Add bulk student information
    • View, Update, and remove student information
  • Manage Teachers

    • Add teacher information
    • View, Update, and remove teacher information
  • Manage Attendance

    • Add Teacher and Student attendance information
    • View, Update and Remove teacher and student attendance information
  • Manage Marksheet

    • Add, View, Update, and Remove mark sheet name information
    • Add, View, Update, and Remove student-obtained marks into the marksheet
  • Manage Accounting

    • Add Student Payment Information
    • View, Update, and Remove student payment information
    • Add, View, Update, and Remove expenses information
    • View Income information
  • Change Password
  • Change Username

Requirements

  • PHP Version +5.4.4
  • Web Server ( Recommended: Apache with PHP and Mysqli )

Changing Port No

No need to worry. This is just a small task. All you need to do is:
Step 1: Go to the application > config > config.php as shown below.
config

After that go to base_url, and change or delete the port no as shown below code:


$config['base_url'] = 'http://localhost:9080/sms/index.php/';

Download School Management System

Please Read:

To run this system, you need to create a database in phpMyAdmin. Either you can create a database namely sms or something else. If you have a database name or something else then, you have to change it in the source code. To change the database name in the source code.

Step 1: Go to the application > config > Database.php file.
folder_structur

Step 2: You will see the database name in the $db array. Change the name of the database to whatever you desired. As shown below:


$db['default'] = array(
   'dsn'	=> '',
   'hostname' => 'localhost',
   'username' => 'root',
   'password' => '',
   'database' => 'sms',
   'dbdriver' => 'mysqli',
   'dbprefix' => '',
   'pconnect' => FALSE,
   'db_debug' => (ENVIRONMENT !== 'production'),
   'cache_on' => FALSE,
   'cachedir' => '',
   'char_set' => 'utf8',
   'dbcollat' => 'utf8_general_ci',
   'swap_pre' => '',
   'encrypt' => FALSE,
   'compress' => FALSE,
   'stricton' => FALSE,
   'failover' => array(),
   'save_queries' => TRUE
);

CHANGELOG

1.1>
* Fixed the session issue
* Fixed the empty string core/Output.php
* Fixed the setCookie() deprecated issue.

System Live Preview

Live Preview

For Source Code:
Download

If this project really helped you guys, then please comment, and share. Thank you.

Related Posts:

242 comments

  1. Hello I want to thank you very much for your videos because it helps me a lot in my learning and I encourage you to continue. thanks again

  2. Thak u so much codersfolder …

  3. Thanks so much for codersfolder team for this project. I’m a young developer, i would learn with this project.

  4. Thanks for your information, I learn more about it, and come with a few ideas, which help to improve this system, it’s just an idea,,,,, thnx. //young developer //

    • Salam Walakom!
      login doesnot working password and admin are correct but still it doesnot do any thing?
      please help

      • login does not working password and admin are correct but still it doesnot do any thing? It is redirecting to login page
        please help

  5. i am gettting this error,

    This site can’t be reached

    localhost refused to connect.
    Search Google for localhost 9080 sms index php dashboard
    ERR_CONNECTION_REFUSED

    I logged in once, after that it is showing this error

  6. OMG… your good people,,, this tutoriaal is very amazing for me,,, thanks guys,,,

  7. Hey!

    Absolutely very helpful !!
    Please carry on your lovely works.

    Best wishes.

  8. Its not the full project as its shown in video can you please send

  9. Thanks a lot, it works really well

  10. helllo sir i need more help so can u help me out

  11. Your video tutorials are wonderful, may God Bless you with more wisdom.
    Please can we get the full video on ‘School Management System – CodeIgniter’

  12. its not working, not even login to the system, just a waste of time.

  13. i cannot import the database. got 1046 error. can someone help me?

  14. Hi
    I am just wondering that the contents in index.html file only has “Directory access is forbidden.”
    Do I need to put some code for seeing login page?

    Thanks guys.

  15. Hello Sir tnx for this code with your permission may i use your program with some alterations so we could use for our students information for our school thank you very much..

  16. having trouble running it using a web host. it keeps giving me internal server error

  17. Hello, After I configure your settings. Like changing the port. I got an error.

  18. i cant run it …please create installation video or please give htaccess file of root please gelp me…..

  19. hy!
    the whole project do not work correctly. when i login as admin then i can’t add class or can’t do anything. no link work properly at admin dashboard. plz help me.

  20. sir i am waiting for your new project so excited

  21. Thank you very much for this very helpful tutorial and source code 🙂

  22. Hey,
    I have watched the video. This project looks amazing.
    I need a bit of help here. I am on the login page but it is non responsive. I am using username: admin, password: password and environment is Xampp.

    Can you please help?

    Thanks a lot…

  23. its realiy wonderful project.i want to sell this project .can i sell this if i can change some module.

  24. worked perfectly for me, loved the project, you are a genius

  25. Thank you very much for this very helpful tutorial and source code but bro i wan’t to learn video tutorial in this project, can you help me!

  26. Great work on this, however im unable to get this to work.
    Login page does not submit any data. I also get this oon the degug.
    POST http://localhost/sms/index.php/users/login 500 (Internal Server Error)

    Any ideas. Thanks

  27. Thanks for Ecuador
    Great Course

  28. Parse error: syntax error, unexpected ‘[‘, expecting ‘)’ in C:\wamp\www\sms\application\models\model_student.php on line 157

    • I get this error:
      Parse error: syntax error, unexpected ‘[‘, expecting ‘)’ in C:\AppServ\www\project5\sms\application\models\model_student.php on line 156

  29. it says “Directory access is forbidden” what should I do?

  30. excellent task ever waiting for next drumps.

  31. please help me anyone , how to user level login in this project

  32. thanks a lot for the SMS project… 🙂 i appreciate your efforts… if possible please add routine system in this project… it will help more… thanks again

  33. please can you help teaching me the basics of php routing, i was developping applications in java and i am good at it. i am also good on html,css,js

  34. It’s great!!! It’s really help!!

  35. pls help me on my problem it tells :

    A PHP Error was encountered
    Severity: Parsing Error
    Message: syntax error, unexpected ‘[‘, expecting ‘)’
    Filename: models/model_student.php
    Line Number: 157
    Backtrace:

    i dont know hoe to fix this

  36. can i know the username and password for sms

  37. Hello Guys,

    I am getting this error.

    Object not found!

    The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

    If you think this is a server error, please contact the webmaster.

    Error 404

    localhost
    Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/5.6.24
    Could you please help me to solve it.

    Kind Regards,

  38. HI,

    Login button does nothing

    Can you help please

    Apache 2 php 5.6 Ubuntu 16.04

  39. in my case the login screen is not working, on clicking login screen its doing nothing? do you know how to solve this problem?
    thanks for your reply.

  40. jose carhuapoma July 9, 2017 at 5:21 am

    la clave y el usuario por favor, para gracias

  41. Thank you very much for share! Cheers!

  42. This site can’t be reached

    localhost refused to connect.
    Search Google for localhost 9080 sms index php
    ERR_CONNECTION_REFUSED

  43. I has been follow your step but it show this message :
    This site can’t be reached

    localhost refused to connect.
    Search Google for localhost 9080 sms index php
    ERR_CONNECTION_REFUSED

  44. please help, i am still in login page. I have changed config file
    $config[‘base_url’] = ‘http://localhost/sms/index.php/’; and create a database folder name sms and import your db file. what else to do please tell me ? please…

  45. Hi,

    Thanks for the amazing project, but when i click on save attendance under the attendance module there is no response, can anyone please help ?

    Thanks in advance.

  46. Mohamed Saeed Ahmed July 20, 2017 at 5:14 am

    Thanks allot codersfolder team
    Hello guys there is problem when I click some buttons it says
    404 Page Not Found the page you requested was not found. Please help me what Can I do to fix this problem I think it caused misconfiguration
    Please and please help me friends

  47. login page is not working .when i type username and password but it is not navigate to dashboard.Again it was redirected to login page.How can i solve this.Where can i change the settings.

  48. Login page redirect even if i use wright username and password

  49. you are the best in the business

  50. Kindly let us know your youtube channel

  51. hi
    i m unable to download file? can u please check the file once?

  52. Hello I am logging in instead of going to dashboard it goes back to login page help me I am new In programing

  53. thanks Mr…
    i,m Elmer

  54. Hi Dear,
    Directory path is C:\xampp\htdocs\sms but this is not running:- localhost/sms/index.php

    error:- No input file specified.

    please help me for this problem.

  55. Hello guys,
    I have got this error
    any one please help me

    Object not found
    The request URL was not found in this server . If u entered the url manually please check your spelling and try again

    Error 404

    Localhost
    Apache/2.4.4(win32) OpenSSL/0.9.8Y PHP/5.4.19

  56. Severity: Warning

    Message: mysqli::real_connect(): (HY000/1049): Unknown database ‘sms’

    Filename: mysqli/mysqli_driver.php

    Line Number: 161

    Backtrace:

    File: C:\xampp\htdocs\sms\index.php
    Line: 292
    Function: require_once

  57. hey guy, i cant even open the project i get error 403 forbidden

  58. Dears, can you please send us the full/complete code for this project, the source cod for downloading in this website is different from the video in youtube.
    i have successfully run the project but looks like it is not the completed version your help and support is much appreciated on the subject matter.

  59. to change the port on the application i didnt get it please help out

  60. hi my error
    Parse error: syntax error, unexpected ‘[‘, expecting ‘)’ in C:\xampp\htdocs\sms\application\models\model_student.php on line 156

  61. I cannot edit or add marks for students, please help. Here’s the error i receive when editing marks for a student

    A PHP Error was encountered

    Severity: Notice

    Message: Undefined variable: percentage

    Filename: controllers/Marksheet.php

    Line Number: 624

    Backtrace:

    File: C:\xampp\htdocs\sms\application\controllers\Marksheet.php
    Line: 624
    Function: _error_handler

    File: C:\xampp\htdocs\sms\index.php
    Line: 292
    Function: require_once

    • you just open the project
      application/controllers/marksheet.php
      and then add below line number 583 is global $percentage;
      all working is ok bro

  62. Attendance module not working,

    1. Cant submit the attendance
    2. Report doesn’t get generate

    Let me know if it is left intentionally for students.

  63. Hi great work Ur project is awesome could u please tell me how to run project because I m new on codeigniter please help me
    I have errorFile: C:\xampp\htdocs\sms\index.php
    Line: 292
    Function: require_once

  64. Login page redirect even if i use wright username and password
    please tell me how can solve this problem

  65. Hey,
    I have watched the video. This project looks amazing.
    I need a bit of help here. I am on the login page but it is non responsive. I am using username: admin, password: password and environment is Xampp.

    Can you please help?

  66. Great job for the fantastic developers.

  67. Muhammad Umer Adil October 15, 2017 at 6:17 pm

    Hello Sir
    Thanks for your great web design.
    I want to know that how can i replace SMS with my school name after login page. Waiting for your reply

    Regards

  68. why does it say Directory access is forbidden.??please reply asap

  69. Thank you very much for Source Code.

  70. Mohammed Abdullahi October 23, 2017 at 9:09 pm

    Good Work. Mine is not login, I enter the username and password but not login still. i create another user in the database still not login

  71. Its not working when i login with the given credential .what should i do sir ???

  72. Please, someone help me It baffle me to download the source code , this my email someone help ([email protected])

  73. after i remove this “1
    $config[‘base_url’] = ‘http://localhost:9080/sms/index.php/’;”

    the other functions not working. its all blank.
    please help me out. i need to pass
    thanks

    • go to application/config/config.php
      and change
      $config[‘base_url’] = ‘http://localhost:9080/sms/index.php/’;
      to
      $config[‘base_url’] = ‘http://localhost/sms/index.php/’;

  74. nice project..
    do you have documentation for this project like synopsis, srs, system design etc
    if you do please send it to my mail id [email protected]

  75. sir i’m all done successfully. but login Button not working. see – http://school1.akstar.xyz/
    i think
    1
    $config[‘base_url’] = ‘http://localhost:9080/sms/index.php/’;
    here i’m doing mistake….

    pls suggest me solution.

  76. ir i’m all done successfully. but login Button not working. see – http://school1.akstar.xyz/
    i think
    1
    $config[‘base_url’] = ‘http://localhost:9080/sms/index.php/’;
    here i’m doing mistake….

    pls suggest me solution.

  77. when login it’s redirect to Dashboard controller but in this zip file dashboard controller not found why

  78. when u take attendance select student or teacher give u this error
    ( ! ) Parse error: syntax error, unexpected ‘$this’ (T_VARIABLE) in D:\wamp64\www\sms\application\controllers\Attendance.php on line 17
    Call Stack
    # Time Memory Function Location
    1 0.0010 263592 {main}( ) …\index.php:0
    2 0.0028 335640 require_once( ‘D:\wamp64\www\sms\system\core\CodeIgniter.php’ ) …\index.php:292
    A PHP Error was encountered
    Severity: Parsing Error

    Message: syntax error, unexpected ‘$this’ (T_VARIABLE)

    Filename: controllers/Attendance.php

    Line Number: 17

    Backtrace:

  79. after fixing error select student or teacher there is no menu for taking attendance

  80. I always have problem with marks, when we enter marks, either we can’t see the marks entered and showing in blank or it gives an error when viewing marks:A Database Error Occurred
    Error Number: 1104

    The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay

    SELECT *, `subject`.`subjectID` `subjectID`, `subject`.`classesID` FROM `subject` LEFT JOIN `mark` ON `subject`.`subjectID` = `mark`.`subjectID` LEFT JOIN `markrelation` ON `markrelation`.`markID` = `mark`.`markID` LEFT JOIN `markpercentage` ON `markpercentage`.`markpercentageID` = `markrelation`.`markpercentageID` LEFT JOIN `student` ON `mark`.`studentID` = `student`.`studentID` JOIN `exam` ON `exam`.`examID` = `mark`.`examID` WHERE `mark`.`classesID` = ‘9’ AND `mark`.`studentID` = ‘1073’ AND `student`.`schoolyearID` = ‘3’

    Filename: models/Mark_m.php

    Line Number: 105

  81. Bhai ya chl ni rha ksy Run krna h isko

  82. HI,
    Great work, but i could not log in.It is not responding when i click log in, how to resolve this?

  83. Hello,
    can any one inform me how i can log in i am using user id admin and password password but there is no response. please reply asap.
    [email protected]

  84. It look good ,but it isn’t secure for me to download.

  85. hey I need its documentation as well. Can you pls help me with that as well.

  86. When I Login in it’s Return Same Login Page
    I Was Change Config.php File But Now It’s Again And Again Return login Page Dashboard Doesn’t Showing….

  87. Thank You So Much Codersfolder People….

  88. Did you solve your problem?
    I have the same.
    Do you know the solution?

  89. Many thanks, this works very well, how translate, where do I start, can you give me a tip?

  90. can any help me how to install in local machine

  91. hello dear,
    it s good on video.
    i downloaded but its stuck on login page.
    whenever i entered correct login/password it shows again the same page of login mean not going to index.php/dashboard page.
    i think somewhere root is not set to get access of said page.
    can someone help me to go ahead.

    with regards,
    Amjad Ali

    • Can you enter invalid credential, and what are you getting the message ?

      • no i am not getting any error.
        as i said, when i enter correct login/admin and password as password. it take and showing back the same page instead of dashboard.
        pl. try to resolve it with me.

        reagards

  92. yes i can invalid credential and get message of:
    in case wrong password: incorrect username/password combination
    in case wrong id: The Username does not exists

    • This means nothing to do with the database connection.
      So, If you enter correct credential then it stays on the login page, right?
      Which web browser are you using for this system?
      The site url is not configure well enough to work.

    • This means nothing to do with the database connection.
      So, If you enter correct credential then it stays on the login page, right?
      Which web browser are you using for this system?
      The site url might not correctly configured.

      • i m using chrome and you are right there is some configuration problem.
        meanwhile i downloaded your pro version.
        having the same issue.
        what i do to do.

  93. i m using chrome and you are right there is some configuration problem.
    meanwhile i downloaded your pro version.
    having the same issue.
    what i do to do.

  94. base-url:
    i got set it heep://localhost/pro_sms/
    and my path is same.
    but getting the login error.
    where is the mistake.
    codersfolder i need your help.

    • Hello Amjad,

      The url is incorrect, it should be http://localhost/pro_sms/.
      Did you setup the database correctly?
      Can you specifically, tell me login errors.

      Thank you.

      • hi dear,
        accidentally i lost the xampp folder.
        i installed against the same pro version.
        i make folder pro_sms in htdocs. and set path as follow:
        $config[‘base_url’] = ‘http://localhost/pro_sms/’;
        and database config as:
        $db[‘default’] = array(
        ‘dsn’ => ”,
        ‘hostname’ => ‘localhost’,
        ‘username’ => ‘root’,
        ‘password’ => ‘test’,
        ‘database’ => ‘pro_sms’,
        ‘dbdriver’ => ‘mysqli’,
        ‘dbprefix’ => ”,
        ‘pconnect’ => FALSE,
        ‘db_debug’ => TRUE,
        ‘cache_on’ => FALSE,
        ‘cachedir’ => ”,
        ‘char_set’ => ‘utf8’,
        ‘dbcollat’ => ‘utf8_general_ci’,
        ‘swap_pre’ => ”,
        ‘encrypt’ => FALSE,
        ‘compress’ => FALSE,
        ‘stricton’ => FALSE,
        ‘failover’ => array(),
        ‘save_queries’ => TRUE
        and make database in mysql as:
        pro_sms
        and import the install.sql which is make table as per desire.
        with admin 1234 and with other user
        i m trying to login
        NOTHING HAPPENS.
        it reload the login page without showing any error.
        hope you understand the problem.
        appreciate your early reply.

  95. I need Help. I had changed the path in config.php and try to login but the dashboard is not showing. only login page is show

  96. Hello guys if you are using Linux server case sensitivity and file permission will be the main issue, else everything works perfectly.
    Thanks codersfolder you’re the best.

  97. hi coders,
    accidentally i lost the xampp folder.
    i installed against the same pro version.
    i make folder pro_sms in htdocs. and set path as follow:
    $config[‘base_url’] = ‘http://localhost/pro_sms/’;
    and database config as:
    $db[‘default’] = array(
    ‘dsn’ => ”,
    ‘hostname’ => ‘localhost’,
    ‘username’ => ‘root’,
    ‘password’ => ‘test’,
    ‘database’ => ‘pro_sms’,
    ‘dbdriver’ => ‘mysqli’,
    ‘dbprefix’ => ”,
    ‘pconnect’ => FALSE,
    ‘db_debug’ => TRUE,
    ‘cache_on’ => FALSE,
    ‘cachedir’ => ”,
    ‘char_set’ => ‘utf8’,
    ‘dbcollat’ => ‘utf8_general_ci’,
    ‘swap_pre’ => ”,
    ‘encrypt’ => FALSE,
    ‘compress’ => FALSE,
    ‘stricton’ => FALSE,
    ‘failover’ => array(),
    ‘save_queries’ => TRUE
    and make database in mysql as:
    pro_sms
    and import the install.sql which is make table as per desire.
    with admin 1234 and with other user
    i m trying to login
    NOTHING HAPPENS.
    it reload the login page without showing any error.
    hope you understand the problem.
    appreciate your early reply.

    • In the config file set the path to your logs folder and then you can check errors and proceed from there.

      • on setting to logs folder when i entered admin 1234 alter says:
        Hay un error en el inicio!

        • sms is not pro_sms but it is similar
          here is my setup in the config file and it worked perfectly

          $config[‘base_url’] = ‘http://localhost/pro_sms’;
          $config[‘index_page’] = ‘index.php’;
          $config[‘log_threshold’] = 4;
          $config[‘log_path’] = ‘application/logs/’;

          always save the files you modify.
          check and make sure your database is connected
          ‘database’ => ‘pro_sms’

          Hope this helps.

          • thanks ron for reply,
            front end situation is same (login page)
            but now i get the log file below:

            INFO – 2018-03-12 13:05:31 –> Config Class Initialized
            INFO – 2018-03-12 13:05:31 –> Hooks Class Initialized
            DEBUG – 2018-03-12 13:05:31 –> UTF-8 Support Enabled
            INFO – 2018-03-12 13:05:31 –> Utf8 Class Initialized
            INFO – 2018-03-12 13:05:31 –> URI Class Initialized
            INFO – 2018-03-12 13:05:31 –> Router Class Initialized
            INFO – 2018-03-12 13:05:31 –> Output Class Initialized
            INFO – 2018-03-12 13:05:31 –> Security Class Initialized
            DEBUG – 2018-03-12 13:05:31 –> Global POST, GET and COOKIE data sanitized
            INFO – 2018-03-12 13:05:31 –> Input Class Initialized
            INFO – 2018-03-12 13:05:31 –> Language Class Initialized
            INFO – 2018-03-12 13:05:31 –> Loader Class Initialized
            INFO – 2018-03-12 13:05:31 –> Helper loaded: url_helper
            INFO – 2018-03-12 13:05:31 –> Helper loaded: file_helper
            INFO – 2018-03-12 13:05:31 –> Helper loaded: form_helper
            INFO – 2018-03-12 13:05:31 –> Helper loaded: security_helper
            INFO – 2018-03-12 13:05:31 –> Helper loaded: string_helper
            INFO – 2018-03-12 13:05:31 –> Helper loaded: inflector_helper
            INFO – 2018-03-12 13:05:31 –> Helper loaded: directory_helper
            INFO – 2018-03-12 13:05:31 –> Helper loaded: download_helper
            INFO – 2018-03-12 13:05:31 –> Helper loaded: multi_language_helper
            INFO – 2018-03-12 13:05:31 –> Language file loaded: language/english/pagination_lang.php
            INFO – 2018-03-12 13:05:31 –> Pagination Class Initialized
            INFO – 2018-03-12 13:05:31 –> XML-RPC Class Initialized
            INFO – 2018-03-12 13:05:31 –> Form Validation Class Initialized
            INFO – 2018-03-12 13:05:31 –> Email Class Initialized
            INFO – 2018-03-12 13:05:31 –> Upload Class Initialized
            INFO – 2018-03-12 13:05:31 –> Model Class Initialized
            INFO – 2018-03-12 13:05:31 –> Model Class Initialized
            INFO – 2018-03-12 13:05:31 –> Controller Class Initialized
            INFO – 2018-03-12 13:05:31 –> Database Driver Class Initialized
            INFO – 2018-03-12 13:05:31 –> Session: Class initialized using ‘database’ driver.
            INFO – 2018-03-12 13:05:31 –> Final output sent to browser
            DEBUG – 2018-03-12 13:05:31 –> Total execution time: 0.3625
            INFO – 2018-03-12 13:05:33 –> Config Class Initialized
            INFO – 2018-03-12 13:05:33 –> Hooks Class Initialized
            DEBUG – 2018-03-12 13:05:33 –> UTF-8 Support Enabled
            INFO – 2018-03-12 13:05:33 –> Utf8 Class Initialized
            INFO – 2018-03-12 13:05:33 –> URI Class Initialized
            DEBUG – 2018-03-12 13:05:33 –> No URI present. Default controller set.
            INFO – 2018-03-12 13:05:33 –> Router Class Initialized
            INFO – 2018-03-12 13:05:33 –> Output Class Initialized
            INFO – 2018-03-12 13:05:33 –> Security Class Initialized
            DEBUG – 2018-03-12 13:05:33 –> Global POST, GET and COOKIE data sanitized
            INFO – 2018-03-12 13:05:33 –> Input Class Initialized
            INFO – 2018-03-12 13:05:33 –> Language Class Initialized
            INFO – 2018-03-12 13:05:33 –> Loader Class Initialized
            INFO – 2018-03-12 13:05:33 –> Helper loaded: url_helper
            INFO – 2018-03-12 13:05:33 –> Helper loaded: file_helper
            INFO – 2018-03-12 13:05:33 –> Helper loaded: form_helper
            INFO – 2018-03-12 13:05:33 –> Helper loaded: security_helper
            INFO – 2018-03-12 13:05:33 –> Helper loaded: string_helper
            INFO – 2018-03-12 13:05:33 –> Helper loaded: inflector_helper
            INFO – 2018-03-12 13:05:33 –> Helper loaded: directory_helper
            INFO – 2018-03-12 13:05:33 –> Helper loaded: download_helper
            INFO – 2018-03-12 13:05:33 –> Helper loaded: multi_language_helper
            INFO – 2018-03-12 13:05:33 –> Language file loaded: language/english/pagination_lang.php
            INFO – 2018-03-12 13:05:33 –> Pagination Class Initialized
            INFO – 2018-03-12 13:05:33 –> XML-RPC Class Initialized
            INFO – 2018-03-12 13:05:33 –> Form Validation Class Initialized
            INFO – 2018-03-12 13:05:33 –> Email Class Initialized
            INFO – 2018-03-12 13:05:33 –> Upload Class Initialized
            INFO – 2018-03-12 13:05:33 –> Model Class Initialized
            INFO – 2018-03-12 13:05:33 –> Model Class Initialized
            INFO – 2018-03-12 13:05:33 –> Controller Class Initialized
            INFO – 2018-03-12 13:05:33 –> Database Driver Class Initialized
            INFO – 2018-03-12 13:05:33 –> Session: Class initialized using ‘database’ driver.
            INFO – 2018-03-12 13:05:33 –> File loaded: E:\xampp\htdocs\pro_sms\application\views\backend/login.php
            INFO – 2018-03-12 13:05:33 –> Final output sent to browser
            DEBUG – 2018-03-12 13:05:33 –> Total execution time: 0.2971

            can you help further more…..

  98. May I get the pro version of the above school management system
    I am unable to mark attendance and the button is not working.Thanks

  99. I do not find any videos. Help me to find. I will be very thankful to you sir. Also, I am confused from where do you get the $type in Accounting controller

  100. Hey,

    Thank you for your educating app, kindly assist me, i am using xampp and i have imported the tables via sms_v1.0.sql, i have followed your instruction and the login page comes up but when i login with admin and password is not going through and no error showing. kindly help

  101. Dear,

    please help me to set up pro_sms
    problem:
    after entering credential no matter wrong or right browser says the same page of login.

    my log detail is as follows:
    INFO – 2018-03-12 13:05:31 –> Config Class Initialized
    INFO – 2018-03-12 13:05:31 –> Hooks Class Initialized
    DEBUG – 2018-03-12 13:05:31 –> UTF-8 Support Enabled
    INFO – 2018-03-12 13:05:31 –> Utf8 Class Initialized
    INFO – 2018-03-12 13:05:31 –> URI Class Initialized
    INFO – 2018-03-12 13:05:31 –> Router Class Initialized
    INFO – 2018-03-12 13:05:31 –> Output Class Initialized
    INFO – 2018-03-12 13:05:31 –> Security Class Initialized
    DEBUG – 2018-03-12 13:05:31 –> Global POST, GET and COOKIE data sanitized
    INFO – 2018-03-12 13:05:31 –> Input Class Initialized
    INFO – 2018-03-12 13:05:31 –> Language Class Initialized
    INFO – 2018-03-12 13:05:31 –> Loader Class Initialized
    INFO – 2018-03-12 13:05:31 –> Helper loaded: url_helper
    INFO – 2018-03-12 13:05:31 –> Helper loaded: file_helper
    INFO – 2018-03-12 13:05:31 –> Helper loaded: form_helper
    INFO – 2018-03-12 13:05:31 –> Helper loaded: security_helper
    INFO – 2018-03-12 13:05:31 –> Helper loaded: string_helper
    INFO – 2018-03-12 13:05:31 –> Helper loaded: inflector_helper
    INFO – 2018-03-12 13:05:31 –> Helper loaded: directory_helper
    INFO – 2018-03-12 13:05:31 –> Helper loaded: download_helper
    INFO – 2018-03-12 13:05:31 –> Helper loaded: multi_language_helper
    INFO – 2018-03-12 13:05:31 –> Language file loaded: language/english/pagination_lang.php
    INFO – 2018-03-12 13:05:31 –> Pagination Class Initialized
    INFO – 2018-03-12 13:05:31 –> XML-RPC Class Initialized
    INFO – 2018-03-12 13:05:31 –> Form Validation Class Initialized
    INFO – 2018-03-12 13:05:31 –> Email Class Initialized
    INFO – 2018-03-12 13:05:31 –> Upload Class Initialized
    INFO – 2018-03-12 13:05:31 –> Model Class Initialized
    INFO – 2018-03-12 13:05:31 –> Model Class Initialized
    INFO – 2018-03-12 13:05:31 –> Controller Class Initialized
    INFO – 2018-03-12 13:05:31 –> Database Driver Class Initialized
    INFO – 2018-03-12 13:05:31 –> Session: Class initialized using ‘database’ driver.
    INFO – 2018-03-12 13:05:31 –> Final output sent to browser
    DEBUG – 2018-03-12 13:05:31 –> Total execution time: 0.3625
    INFO – 2018-03-12 13:05:33 –> Config Class Initialized
    INFO – 2018-03-12 13:05:33 –> Hooks Class Initialized
    DEBUG – 2018-03-12 13:05:33 –> UTF-8 Support Enabled
    INFO – 2018-03-12 13:05:33 –> Utf8 Class Initialized
    INFO – 2018-03-12 13:05:33 –> URI Class Initialized
    DEBUG – 2018-03-12 13:05:33 –> No URI present. Default controller set.
    INFO – 2018-03-12 13:05:33 –> Router Class Initialized
    INFO – 2018-03-12 13:05:33 –> Output Class Initialized
    INFO – 2018-03-12 13:05:33 –> Security Class Initialized
    DEBUG – 2018-03-12 13:05:33 –> Global POST, GET and COOKIE data sanitized
    INFO – 2018-03-12 13:05:33 –> Input Class Initialized
    INFO – 2018-03-12 13:05:33 –> Language Class Initialized
    INFO – 2018-03-12 13:05:33 –> Loader Class Initialized
    INFO – 2018-03-12 13:05:33 –> Helper loaded: url_helper
    INFO – 2018-03-12 13:05:33 –> Helper loaded: file_helper
    INFO – 2018-03-12 13:05:33 –> Helper loaded: form_helper
    INFO – 2018-03-12 13:05:33 –> Helper loaded: security_helper
    INFO – 2018-03-12 13:05:33 –> Helper loaded: string_helper
    INFO – 2018-03-12 13:05:33 –> Helper loaded: inflector_helper
    INFO – 2018-03-12 13:05:33 –> Helper loaded: directory_helper
    INFO – 2018-03-12 13:05:33 –> Helper loaded: download_helper
    INFO – 2018-03-12 13:05:33 –> Helper loaded: multi_language_helper
    INFO – 2018-03-12 13:05:33 –> Language file loaded: language/english/pagination_lang.php
    INFO – 2018-03-12 13:05:33 –> Pagination Class Initialized
    INFO – 2018-03-12 13:05:33 –> XML-RPC Class Initialized
    INFO – 2018-03-12 13:05:33 –> Form Validation Class Initialized
    INFO – 2018-03-12 13:05:33 –> Email Class Initialized
    INFO – 2018-03-12 13:05:33 –> Upload Class Initialized
    INFO – 2018-03-12 13:05:33 –> Model Class Initialized
    INFO – 2018-03-12 13:05:33 –> Model Class Initialized
    INFO – 2018-03-12 13:05:33 –> Controller Class Initialized
    INFO – 2018-03-12 13:05:33 –> Database Driver Class Initialized
    INFO – 2018-03-12 13:05:33 –> Session: Class initialized using ‘database’ driver.
    INFO – 2018-03-12 13:05:33 –> File loaded: E:\xampp\htdocs\pro_sms\application\views\backend/login.php
    INFO – 2018-03-12 13:05:33 –> Final output sent to browser
    DEBUG – 2018-03-12 13:05:33 –> Total execution time: 0.2971

    Regards,
    Amjad Ali

  102. When I am trying to login, nothing is happened. After console, this error message found.
    ” Failed to load resource: the server responded with a /index.php/users/login status of 500 (Internal Server Error) ”

    What would be the solution ?

  103. Hello. I thank you for this application that works perfectly. I would like to know if it is possible to add other users in addition to the administrator. if so, tell me how should I do?
    thank you.

  104. why does it stuck in the login page??? plss help me guyss.

  105. I have LAMP stack installed in Kali Linux, but the submit button on the login page is not working. Is there any problem with my configurations?

  106. how are you sir

    i download the project and I import database and change the url at conf file when I login in by user :admin and password : password Nothing happens and is not transferred to the control panel but is kept on the same login page

  107. Hello dear,
    I have configured this software but does not loading log in page after input the password and username.

    Please suggest me,,,

    Thanks.

  108. Message: Unable to locate the model you have specified: Model_users
    please suggest

  109. here is the mistake I have when I have the level of presence
    500 (internal server error) jquery.min.js: 4

  110. Check your PHP version, do not enter with PHP 7

  111. i am trying to login but it is not login what is the problem i don’t understand
    its always redirect on login page
    i am entering correct username and password
    plz help me

  112. Salama aleykoum

    try to change moduls with uppercase like Modul_users

    than you will redirect to dashboard…

  113. i can’t log in…plz help me how to solve this ploblem…plz

  114. how to use the wordpress sit

  115. Take Attendance submit button not working

  116. Maneco Salvador May 22, 2018 at 9:57 pm

    Please send me a project or event management system with source code.

  117. tahpehs tahpehs May 23, 2018 at 11:18 pm

    Thanks, great work!

  118. I keep getting these error any time i try to login

    Warning: mysqli::__construct(): (HY000/1044): Access denied for user ”@’localhost’ to database ‘schoolmanagement’ in C:\xampp\htdocs\schoolmanagement\config\Database.php on line 21

    Fatal error: Failed to conencto to MySQL: Access denied for user ”@’localhost’ to database ‘schoolmanagement’ in C:\xampp\htdocs\schoolmanagement\config\Database.php on line 26

  119. silvano pamela June 7, 2018 at 9:49 pm

    Login page redirect even if i use wright username and password
    plez hel m, i dont speak englis good
    me ajuda por favor eu sou do brazil

  120. silvano pamela June 7, 2018 at 9:50 pm

    LLogin page redirect even if i use wright username and password
    plez hel m, i dont speak englis good
    me ajuda por favor eu sou do brazil

  121. Hell, I can’t install this can you help me?….thanks!…

  122. Hello, I can’t install this can you help me?….thanks!…

  123. This site can’t be reached
    localhost refused to connect.
    Search Google for localhost 9080 sms
    ERR_CONNECTION_REFUSED

    how i solve this…

  124. Narasimha Murthy June 26, 2018 at 9:07 pm

    after login showing this msg
    {“success”:true,”messages”:”index.php\/dashboard”}

  125. sir please upload bus booking system

  126. If you are using php version 7.x and you keep getting redirected to login page then in your management system folder go to system/libraries/Session/Session.php at Line no 281 and replace ini_set(‘session.name’, $params[‘cookie_name’]); by ini_set(‘session.id’, $params[‘cookie_name’]); This fixed the issue for me. Great application btw.

  127. Stück in Login screen… 🙁 Help please?

  128. How I modify html document, please help me

  129. Can I run the code 1.1 also in file management of my own website. If yes, what parameters I have to configure and how? Thank you for your support.

  130. I install the folder and configure the file config.php and database.php and also import the database file into it. I see the login page and then when I log in only reload the page and it doesn’t permit me to access with any credentials.

  131. Please When I try logging in , it redirects back to the same login page I have read most comments and tried others solution buh still any help from anyone

  132. hey dear I can’t login by admin & password. Could you help me anyone how to solve the problem.

    Thank you !

  133. Davmarius Ndikumasabo August 8, 2018 at 12:06 pm

    I’m really glad you took out the time to show us how you made the system because i was really in need of some elements of this system. Thank you for your generosity.

  134. Dear Sir,
    I install the software as you directed, but I got following error.
    Object not found!
    The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
    If you think this is a server error, please contact the webmaster.
    Error 404.
    please help me.

  135. Cássio Cristiano August 20, 2018 at 2:23 pm

    I have problems with save button changes!
    Can you help me?

  136. Cassio Cristiano August 20, 2018 at 3:14 pm

    I have a problem with the Save Changes button in Take Attendance!
    Can you help me?

  137. A PHP Error was encountered
    Severity: Notice

    Message: Undefined variable: percentage

    Filename: controllers/Marksheet.php

    Line Number: 624

    Backtrace:

    File: C:\xampp\htdocs\sms\application\controllers\Marksheet.php
    Line: 624
    Function: _error_handler

    File: C:\xampp\htdocs\sms\index.php
    Line: 292
    Function: require_once

  138. Cássio Cristiano August 27, 2018 at 11:30 pm

    A PHP Error was encountered
    Severity: Notice

    Message: Undefined variable: percentage

    Filename: controllers/Marksheet.php

    Line Number: 624

    Backtrace:

    File: C:\wamp64\www\escola\application\controllers\Marksheet.php
    Line: 624
    Function: _error_handler

    File: C:\wamp64\www\escola\index.php
    Line: 292
    Function: require_once

    Helpe-me please!

  139. Hello there,
    You system is excellent to learn the important steps of a management system.
    All functionality works perfectly except for the “Save Changes” button in take Attendance page. Is there any solution to fix that?

    Thank you for your attention.

  140. Great work, thanks for sharing but though i entered username as “admin” and password as “password” and set/correct the $config file as noted yet next page is unable to load. Pls kindly help out.

  141. I have a problem with the Save Changes button in Take Attendance!
    marks sheet

  142. login does not working password and admin are correct but still it does not do any thing? dashboard redirecting to login page
    please help

  143. Parse error: parse error, expecting `’)” in C:\wamp\www\sms\application\models\model_student.php on line 156

  144. Im getting blank page after logedin
    Can u help me

  145. Hi, want to ask one thing here. Can you explain what is the function of section in this project?

  146. Any Solutions ??
    When I try logging in , it redirects back to the same login page!!!!!!!!

  147. Sir it’s working to wordpress. So please demo sir

  148. please help me to set up pro_sms
    problem:
    after entering credential no matter wrong or right browser says the same page of login.

    my log detail is as follows:
    INFO – 2019-01-23 09:54:29 –> Config Class Initialized
    INFO – 2019-01-23 09:54:29 –> Hooks Class Initialized
    DEBUG – 2019-01-23 09:54:29 –> UTF-8 Support Enabled
    INFO – 2019-01-23 09:54:29 –> Utf8 Class Initialized
    INFO – 2019-01-23 09:54:29 –> URI Class Initialized
    DEBUG – 2019-01-23 09:54:29 –> No URI present. Default controller set.
    INFO – 2019-01-23 09:54:29 –> Router Class Initialized
    INFO – 2019-01-23 09:54:29 –> Output Class Initialized
    INFO – 2019-01-23 09:54:29 –> Security Class Initialized
    DEBUG – 2019-01-23 09:54:29 –> Global POST, GET and COOKIE data sanitized
    INFO – 2019-01-23 09:54:29 –> Input Class Initialized
    INFO – 2019-01-23 09:54:29 –> Language Class Initialized
    INFO – 2019-01-23 09:54:29 –> Loader Class Initialized
    INFO – 2019-01-23 09:54:29 –> Helper loaded: url_helper
    INFO – 2019-01-23 09:54:29 –> Helper loaded: file_helper
    INFO – 2019-01-23 09:54:29 –> Helper loaded: form_helper
    INFO – 2019-01-23 09:54:29 –> Helper loaded: security_helper
    INFO – 2019-01-23 09:54:29 –> Helper loaded: string_helper
    INFO – 2019-01-23 09:54:29 –> Helper loaded: inflector_helper
    INFO – 2019-01-23 09:54:29 –> Helper loaded: directory_helper
    INFO – 2019-01-23 09:54:29 –> Helper loaded: download_helper
    INFO – 2019-01-23 09:54:29 –> Helper loaded: multi_language_helper
    INFO – 2019-01-23 09:54:29 –> Language file loaded: language/english/pagination_lang.php
    INFO – 2019-01-23 09:54:29 –> Pagination Class Initialized
    INFO – 2019-01-23 09:54:29 –> XML-RPC Class Initialized
    INFO – 2019-01-23 09:54:29 –> Form Validation Class Initialized
    INFO – 2019-01-23 09:54:29 –> Email Class Initialized
    INFO – 2019-01-23 09:54:29 –> Upload Class Initialized
    INFO – 2019-01-23 09:54:29 –> Model Class Initialized
    INFO – 2019-01-23 09:54:29 –> Model Class Initialized
    INFO – 2019-01-23 09:54:29 –> Controller Class Initialized
    INFO – 2019-01-23 09:54:29 –> Database Driver Class Initialized
    INFO – 2019-01-23 09:54:29 –> Session: Class initialized using ‘database’ driver.
    INFO – 2019-01-23 09:54:29 –> File loaded: /home/topspots/portfolio-demo.com/school/application/views/backend/login.php
    INFO – 2019-01-23 09:54:29 –> Final output sent to browser
    DEBUG – 2019-01-23 09:54:29 –> Total execution time: 0.0366
    INFO – 2019-01-23 09:54:37 –> Config Class Initialized
    INFO – 2019-01-23 09:54:37 –> Hooks Class Initialized
    DEBUG – 2019-01-23 09:54:37 –> UTF-8 Support Enabled
    INFO – 2019-01-23 09:54:37 –> Utf8 Class Initialized
    INFO – 2019-01-23 09:54:37 –> URI Class Initialized
    INFO – 2019-01-23 09:54:37 –> Router Class Initialized
    INFO – 2019-01-23 09:54:37 –> Output Class Initialized
    INFO – 2019-01-23 09:54:37 –> Security Class Initialized
    DEBUG – 2019-01-23 09:54:37 –> Global POST, GET and COOKIE data sanitized
    INFO – 2019-01-23 09:54:37 –> Input Class Initialized
    INFO – 2019-01-23 09:54:37 –> Language Class Initialized
    INFO – 2019-01-23 09:54:37 –> Loader Class Initialized
    INFO – 2019-01-23 09:54:37 –> Helper loaded: url_helper
    INFO – 2019-01-23 09:54:37 –> Helper loaded: file_helper
    INFO – 2019-01-23 09:54:37 –> Helper loaded: form_helper
    INFO – 2019-01-23 09:54:37 –> Helper loaded: security_helper
    INFO – 2019-01-23 09:54:37 –> Helper loaded: string_helper
    INFO – 2019-01-23 09:54:37 –> Helper loaded: inflector_helper
    INFO – 2019-01-23 09:54:37 –> Helper loaded: directory_helper
    INFO – 2019-01-23 09:54:37 –> Helper loaded: download_helper
    INFO – 2019-01-23 09:54:37 –> Helper loaded: multi_language_helper
    INFO – 2019-01-23 09:54:37 –> Language file loaded: language/english/pagination_lang.php
    INFO – 2019-01-23 09:54:37 –> Pagination Class Initialized
    INFO – 2019-01-23 09:54:37 –> XML-RPC Class Initialized
    INFO – 2019-01-23 09:54:37 –> Form Validation Class Initialized
    INFO – 2019-01-23 09:54:37 –> Email Class Initialized
    INFO – 2019-01-23 09:54:37 –> Upload Class Initialized
    INFO – 2019-01-23 09:54:37 –> Model Class Initialized
    INFO – 2019-01-23 09:54:37 –> Model Class Initialized
    INFO – 2019-01-23 09:54:37 –> Controller Class Initialized
    INFO – 2019-01-23 09:54:37 –> Database Driver Class Initialized
    INFO – 2019-01-23 09:54:37 –> Session: Class initialized using ‘database’ driver.
    INFO – 2019-01-23 09:54:37 –> Final output sent to browser
    DEBUG – 2019-01-23 09:54:37 –> Total execution time: 0.0358
    INFO – 2019-01-23 09:54:39 –> Config Class Initialized
    INFO – 2019-01-23 09:54:39 –> Hooks Class Initialized
    DEBUG – 2019-01-23 09:54:39 –> UTF-8 Support Enabled
    INFO – 2019-01-23 09:54:39 –> Utf8 Class Initialized
    INFO – 2019-01-23 09:54:39 –> URI Class Initialized
    DEBUG – 2019-01-23 09:54:39 –> No URI present. Default controller set.
    INFO – 2019-01-23 09:54:39 –> Router Class Initialized
    INFO – 2019-01-23 09:54:39 –> Output Class Initialized
    INFO – 2019-01-23 09:54:39 –> Security Class Initialized
    DEBUG – 2019-01-23 09:54:39 –> Global POST, GET and COOKIE data sanitized
    INFO – 2019-01-23 09:54:39 –> Input Class Initialized
    INFO – 2019-01-23 09:54:39 –> Language Class Initialized
    INFO – 2019-01-23 09:54:39 –> Loader Class Initialized
    INFO – 2019-01-23 09:54:39 –> Helper loaded: url_helper
    INFO – 2019-01-23 09:54:39 –> Helper loaded: file_helper
    INFO – 2019-01-23 09:54:39 –> Helper loaded: form_helper
    INFO – 2019-01-23 09:54:39 –> Helper loaded: security_helper
    INFO – 2019-01-23 09:54:39 –> Helper loaded: string_helper
    INFO – 2019-01-23 09:54:39 –> Helper loaded: inflector_helper
    INFO – 2019-01-23 09:54:39 –> Helper loaded: directory_helper
    INFO – 2019-01-23 09:54:39 –> Helper loaded: download_helper
    INFO – 2019-01-23 09:54:39 –> Helper loaded: multi_language_helper
    INFO – 2019-01-23 09:54:39 –> Language file loaded: language/english/pagination_lang.php
    INFO – 2019-01-23 09:54:39 –> Pagination Class Initialized
    INFO – 2019-01-23 09:54:39 –> XML-RPC Class Initialized
    INFO – 2019-01-23 09:54:39 –> Form Validation Class Initialized
    INFO – 2019-01-23 09:54:39 –> Email Class Initialized
    INFO – 2019-01-23 09:54:39 –> Upload Class Initialized
    INFO – 2019-01-23 09:54:39 –> Model Class Initialized
    INFO – 2019-01-23 09:54:39 –> Model Class Initialized
    INFO – 2019-01-23 09:54:39 –> Controller Class Initialized
    INFO – 2019-01-23 09:54:39 –> Database Driver Class Initialized
    INFO – 2019-01-23 09:54:39 –> Session: Class initialized using ‘database’ driver.
    INFO – 2019-01-23 09:54:39 –> File loaded: /home/topspots/portfolio-demo.com/school/application/views/backend/login.php
    INFO – 2019-01-23 09:54:39 –> Final output sent to browser
    DEBUG – 2019-01-23 09:54:39 –> Total execution time: 0.0369

  149. Cássio Cristiano January 29, 2019 at 3:24 pm

    The Edit Marks button does not work! Can you help me?

  150. I want to documentation this project please download link share

  151. Download file is not working

  152. b->query($sql, array($username)); $result = $query->row_array(); return($query->num_rows() === 1) ? true : false); } else{ return false; } }/// validate username function public function validate_current_password($password = null, $userId = null) { if ($password && $userId) { $password = md5($this->input->post(‘currentPassword’)); $sql = “SELECT * FROM users WHERE password = ? AND user_id = ?”; $query = $this->db->query($sql, array($password, $userId)); $result = $query->row_array(); return($query->num_rows() === 1 ? true : false); } else{ return false; } }/// validate username function public function login($username = null, $password = null) { if ($username && $password) { $sql = “SELECT * FROM users WHERE username = ? AND password = ?”; $query = $this->db->query($sql, array($username, $password)); $result = $query->row_array(); return ($query->num_rows() == 1 ? $result[‘user_id’] : false); } else { return false; } } public function fetchUserData($userId = null) { if ($userId) { $sql = “SELECT * FROM users WHERE user_id = ?”; $query = $this->db->query($sql, array($userId)); return $query->row_array(); } } public function updateProfile($userId = null) { if($userId) { $update_data = array ( ‘username’ => $this->input->post(‘username’), ‘fname’ => $this->input->post(‘fname’), ‘lname’ => $this->input->post(‘lname’), ’email’ => $this->input->post(’email’) ); $this->db->where(‘user_id’, $userId); $status = $this->db->update(‘users’, $update_data); return ($status == true ? true: false); } } public function changePassword($userId = null) { if ($userId) { password => md5($this->input->post(‘newPassword’)), $update_data = array( ‘password’ => $password ); $this->db->where(‘user_id’, $userId); $status = $this->db->update(‘users’, $update_data); return ($tatus == true ? true: false ); } } }
    An uncaught Exception was encountered
    Type: RuntimeException

    Message: C:\xampp\htdocs\mjgrh\application\models/Model_users.php exists, but doesn’t declare class Model_users

    Filename: C:\xampp\htdocs\mjgrh\system\core\Loader.php

    Line Number: 340

    Backtrace:

    File: C:\xampp\htdocs\mjgrh\application\core\MY_Controller.php
    Line: 6
    Function: __construct

    File: C:\xampp\htdocs\mjgrh\index.php
    Line: 315
    Function: require_once

  153. but the login system doesn’t work

  154. wonderful system thank you

  155. CMS system Template Free download

  156. Hi,
    I install this, but the login dont do nothing… put the username and password click submit and nothing happen.

    I install the Stock Management and works perfectly…

    Anyone can help me?

    Regards,

  157. Hallo senior, am not to login by admin & password. Could you help me solve this problem?

    Thank you !

  158. automatic redirect to the php dashboard(login)

  159. Save Changes button at bulk student registration and at take attendance is not working. Can you help me out???

  160. Good Morning!!! The application is incomplete! It is not fully functional as presented in the video! Could you send it to my email please?

  161. I am getting this error when I try to load the page

    A PHP Error was encountered
    Severity: Compile Error
    Fatal error: Cannot declare class MY_Controller, because the name is already in use in /home/clounmde/public_html/sms/application/config/database.php on line 28

    Message: Cannot declare class MY_Controller, because the name is already in use
    Filename: config/database.php
    Line Number: 28
    Backtrace:

  162. iye kam q nhi kar rha hai be?

  163. Hi,

    I just download your code, when I log in it sends me to http://localhost:9080/sms/ but my apache port is 8080
    what I have to do.

    Thanks,

  164. Hello!! I couldn’t login to SMS v 1.1. on pressing login it doesn’t redirects to any other page

  165. login page user password not working.

  166. Prashant Ratnakar Kapse May 24, 2020 at 1:53 am

    HII Guys..
    Please check User controller Login function after set session not redirect dashboard page ..
    So plz do not download any sms project zip and SQL file also..

  167. Error Number: 1146

    Table ‘sms.users’ doesn’t exist

    SELECT * FROM users WHERE username = ‘admin’

    Filename: C:/xampp/htdocs/sms/application/models/model_users.php

    Line Number: 15

  168. A Database Error Occurred
    Error Number: 1146

    Table ‘sms.users’ doesn’t exist

    SELECT * FROM users WHERE username = ‘admin’

    Filename: C:/xampp/htdocs/sms/application/models/model_users.php

    Line Number: 15