Welcome Guest, Not a member yet? Register   Sign In
Strange installation problem
#6

[eluser]ryantxr[/eluser]
I traced the problem down to the mysql driver.

Code:
log_message('debug', 'Reaches here');
return @mysql_pconnect($this->hostname, $this->username, $this->password);

I removed the '@' so I could see the errors generated if any. This is what printed out.

Quote:Fatal error: Call to undefined function mysql_pconnect() in C:\Ryan\php\CodeIgniter_1.5.3\system\database\drivers\mysql\mysql_driver.php on line 63
So it seems I am missing the mysql driver.

Mystery solved.


Messages In This Thread
Strange installation problem - by El Forum - 08-20-2007, 05:03 PM
Strange installation problem - by El Forum - 08-20-2007, 05:13 PM
Strange installation problem - by El Forum - 08-20-2007, 06:05 PM
Strange installation problem - by El Forum - 08-20-2007, 06:26 PM
Strange installation problem - by El Forum - 08-20-2007, 07:20 PM
Strange installation problem - by El Forum - 08-20-2007, 08:54 PM
Strange installation problem - by El Forum - 08-21-2007, 12:59 PM
Strange installation problem - by El Forum - 08-21-2007, 01:25 PM
Strange installation problem - by El Forum - 08-21-2007, 01:52 PM
Strange installation problem - by El Forum - 08-21-2007, 08:48 PM
Strange installation problem - by El Forum - 08-23-2007, 03:25 PM
Strange installation problem - by El Forum - 08-23-2007, 05:36 PM
Strange installation problem - by El Forum - 08-24-2007, 12:19 AM
Strange installation problem - by El Forum - 08-24-2007, 03:13 AM
Strange installation problem - by El Forum - 08-25-2007, 01:16 PM
Strange installation problem - by El Forum - 08-26-2007, 10:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB