Code Monkey home page Code Monkey logo

schoolerp's Introduction

schoolerp's People

Contributors

akshat4112 avatar assimilationstheorie avatar ridhimagarg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

schoolerp's Issues

if 404 or No input file specified appears during the access

Guys, if you encounter the same problem as me, see how I solve it!!!

Directly modify the eleventh line of the. htaccess file:

RewriteRule ^(.*)$ /SchoolERP/index. php?$ 1 [L]

Add a? After index.php,that will do

Or copy my. htaccess directly

<IfModule mod_rewrite.c>
 RewriteEngine On
 #rename "codeIgniter213" with your application directory
 #For example you rename the entire CodeIgniter application as "mysite"
 #then, the "RewriteBase /" will be like this "RewriteBase /mysite"
 #same as at line number 10, "RewriteRule ^(.*)$ /codeIgniter213/index.php #/$1 [L]" will be like this "RewriteRule ^(.*)$ /mysite/index.php/$1 [L]"

 RewriteBase /SchoolERP
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule ^(.*)$ /SchoolERP/index.php?$1 [L]
</IfModule>

enjoy

Not Working On linux and your demo site also

I have installed this on an windows machine so it shown errors which was because of php version, then installed application on latest php 7 on Linux machine and its not working. After changing fine name with camel case view is loading but after login submit shows server error

SchoolErp

Only showing the Home page anything from that it shows 404 error i have uploaded the database

500

thank you for your answer , why have this BUG after I login in ?
BUG:
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

How to make it work on windows with xampp

I extracted the files to htdocs and imported the school_erp.sql, found in the extracted files, into the school_erp database that I created in myphpadmin. I opened the admin table in the database and checked the credentials, used all of them to try to log in at localhost but none worked. 404 page not found. What am I doing wrong? Please help. Thanks.

not working

what your log in email and password nothing is working

DB migration and seeds?

I have created the database for SchoolErp, however, I did not find any documentation about database migration or seeds of users like admin.

Is there something missing?

Add me!

This will add you as a coll

404 localhost/schoolerp/home/admin_login

I may be overlooking something, but login page works fine. Get a 404 error (localhost/schoolerp/home/admin_login) when attempting to login as admin.

.htaccess is also correct

Trying to get in touch regarding a security issue

Hey there!

I'd like to report a security issue but cannot find contact instructions on your repository.

If not a hassle, might you kindly add a SECURITY.md file with an email, or another contact method? GitHub recommends this best practice to ensure security issues are responsibly disclosed, and it would serve as a simple instruction for security researchers in the future.

Thank you for your consideration, and I look forward to hearing from you!

(cc @huntr-helper)

An uncaught Exception was encountered

An uncaught Exception was encountered
Type: Error

Message: Class 'MY_Controller' not found

Filename: /ogles/www/schoolerp/application/controllers/Home.php

Line Number: 3

Backtrace:

File: /ogles/www/schoolerp/index.php
Line: 315
Function: require_once

Object Not Found!

http://localhost/SchoolErp/SchoolErp/home/admin_login //link

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
localhost
Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/7.1.1

error 404

RewriteEngine On RewriteBase /schoolerp RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /schoolerp/index.php/$1 [L]

that's what i updated .htaccces file to.

still getting error 404

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.