jaiswarvipin / lms-open-source-framework

Open Source Lead Management System Framework. Customized as per your business need.
MIT License
2 stars 3 forks source link

CRM resource missing #1

Open dunnati opened 3 years ago

dunnati commented 3 years ago

Hi,

I'm getting below error, please help The requested URL /crm_/login/doAuthincation was not found on this server. image

Thanks

satheesh22 commented 3 years ago

change file name to htdocs/crm_ and small change required in config.php

replace function _autoload with below code

// function _autoload($class) { // if (substr($class,0,3) !== 'CI') { // if (file_exists($file = APPPATH . 'core/' . $class . '.php')) { // include $file; // } // } // }

spl_autoloadregister(function($class) { if (substr($class,0,3) !== 'CI') { if (file_exists($file = APPPATH . 'core/' . $class . '.php')) { include $file; } } });

satheesh22 commented 3 years ago

user name : vipin@lms.com password : a

tejasrocks commented 1 month ago

check htaccess and add $route['login/doAuthincation'] = 'login/doAuthincation'; in routes.php