Welcome Guest, Not a member yet? Register   Sign In
Mysqli error when backing up DB using mysqli_utility
#1

[eluser]dik_[/eluser]
Hello all,

would anyone know why I'm getting this, trying to backup a DB:

Quote:A PHP Error was encountered

Severity: Warning

Message: mysql_field_type(): supplied argument is not a valid MySQL result resource

Filename: mysqli/mysqli_utility.php

Line Number: 191

Thanks for reading and any input Smile
#2

[eluser]BoltClock[/eluser]
I looked in the PHP manual and there doesn't appear to be a mysqli_field_type() of any sort. It is noted that MySQL functions cannot be used with MySQLi objects and vice versa.

This could be a CodeIgniter bug but I'm not entirely certain.
#3

[eluser]Michael Wales[/eluser]
I'm unsure as to whether this is related, but Derek Allard committed some changes to mysql_utility yesterday.

Quote:Added a check for NULL fields in the MySQL database backup utility
#4

[eluser]dik_[/eluser]
Hi walesmd, where can I get the changed file please? Or see what the changes are? Thanks...
#5

[eluser]Michael Wales[/eluser]
The SVN Repository is located at: http://dev.ellislab.com/svn/CodeIgniter/trunk




Theme © iAndrew 2016 - Forum software by © MyBB