Jump to content

[BUG + PATCH] mysqli driver problem


Guest MaK'77

Recommended Posts

invision does not install with the new mysqli driver...

platform is windows XP pro, apache 2, mysql 4.1.21, php 5.1.6

affected file: \ips_kernel\class_db_mysqli_client.php
affected line: 675

$this->record_row = mysqli_fetch_array($query_id, MYSQL_ASSOC);

change to:

$this->record_row = mysqli_fetch_array($query_id, MYSQLI_ASSOC);



a licence discount for bug solvers? :D

without this fix i could not install the board, i got a ipb warning with errors on mysqli_fetch_array (second parameter was wrong type)

already posted in bug tracker (1 minute ago)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...