i've got errors! im new codeigniter! got correct database, , all! errors dont know this! can guys me? alot!
fatal error: uncaught error: call undefined function mysql_pconnect() in c:\xampp\htdocs\try\system\database\drivers\mysql\mysql_driver.php:92 stack trace: #0 c:\xampp\htdocs\try\system\database\db_driver.php(116): ci_db_mysql_driver->db_pconnect() #1 c:\xampp\htdocs\try\system\database\db.php(149): ci_db_driver->initialize() #2 c:\xampp\htdocs\try\system\core\loader.php(347): db(array, null) #3 c:\xampp\htdocs\try\application\controllers\post.php(6): ci_loader->database() #4 c:\xampp\htdocs\try\system\core\codeigniter.php(309): post->__construct() #5 c:\xampp\htdocs\try\index.php(202): require_once('c:\\xampp\\htdocs...') #6 {main} thrown in c:\xampp\htdocs\try\system\database\drivers\mysql\mysql_driver.php on line 92
it great if let know configuration used i.e. mysql version php version,etc.
this error may
- mysql extension missing
- versioning issue that's depriciated function has been used you.
- $db['default']['dbdriver'] ='mysqli'; // use latest driver
i hope clears you.
Comments
Post a Comment