Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error in DB_driver.php with error message #19

Closed
bitbucket-import opened this issue Aug 19, 2011 · 3 comments
Closed

Fatal error in DB_driver.php with error message #19

bitbucket-import opened this issue Aug 19, 2011 · 3 comments

Comments

@bitbucket-import
Copy link

hye,

the bug is in the line 1165 :
{{{

!php

$message = $error;
}}}

The code should be :
{{{

!php

$message[] = $error;
}}}

Best regards

@rcstr
Copy link
Contributor

rcstr commented Sep 23, 2011

#482

@narfbg
Copy link
Contributor

narfbg commented Sep 25, 2011

#488 - already merged as a fix for #89, seems like it's been a duplicate.

@Razican
Copy link
Contributor

Razican commented Feb 14, 2012

This is fixed, it should be closed.

@narfbg narfbg closed this as completed Feb 20, 2012
sviande pushed a commit to sviande/CodeIgniter that referenced this issue Jan 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants