Welcome Guest, Not a member yet? Register   Sign In
debugging on the server
#4

(This post was last modified: 09-06-2018, 02:03 PM by richb201.)

Interesting. That makes more sense. I do have a model called User.php which is involved in the login. But how would I go about tracking that down? Perhaps I need to take a look at database.php?

This is my $db

$db['default'] = array(
   'dsn'  => '',
   'hostname' => 'localhost',
   'username' => 'root',
   'password' => 'xxxxxxxxxx',
   'database' => 'substantiator',
   '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
);
proof that an old dog can learn new tricks
Reply


Messages In This Thread
debugging on the server - by richb201 - 09-06-2018, 11:25 AM
RE: debugging on the server - by richb201 - 09-06-2018, 11:44 AM
RE: debugging on the server - by ciadmin - 09-06-2018, 11:47 AM
RE: debugging on the server - by richb201 - 09-06-2018, 02:01 PM
RE: debugging on the server - by richb201 - 09-07-2018, 06:58 AM
RE: debugging on the server - by php_rocs - 09-07-2018, 07:57 AM
RE: debugging on the server - by richb201 - 09-09-2018, 10:20 PM
RE: debugging on the server - by richb201 - 09-09-2018, 11:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB