Welcome Guest, Not a member yet? Register   Sign In
Issue, in the file system\database\DB_utility.php
#1

[eluser]Prasanna[/eluser]
I have noticed a issue, in the file system\database\DB_utility.php

The line @ line number 178 is like the following:

Code:
if ( ! is_object($query) OR ! method_exists($query, 'field_names'))

And i think it should be

Code:
if ( ! is_object($query) OR ! method_exists($query, 'list_fields'))

as the "field_names" method is DEPRECATED.
#2

[eluser]Kamil Rudnicki[/eluser]
You are right, thanks!
#3

[eluser]christian studer[/eluser]
The same goes for line 220 in the same file.
#4

[eluser]pistolPete[/eluser]
I submitted a bug report.
#5

[eluser]Unknown[/eluser]
I ran into this problem also and thanks to the previous posts solved it quickly :-) Thanks so much !

I am new to CodeIgniter - so forgive me if this is common knowledge. Is this fix going to get rolled into a release ? Can I subscribe to the bug report?




Theme © iAndrew 2016 - Forum software by © MyBB