Hi, everyone.
I am trying to install stacks in my computer running BioLinux.
I followed the instruction of manual and almost everything goes well but I got an error when I browse the results using web interface. I can see the tut-radtags listed in the first page but the content cannot be displayed after click the database. The error in the apache error log was : PHP Fatal error: Call to undefined method mysqli_stmt::get_result()
I searched google and found that this might be the mysql natural driver problem. I then reinstalled the php manually with the modified configure options --with --with-mysqli=mysqlnd --with-mysql=mysqlnd ----with-mysql=mysqlnd, but still the same problem.
Does anyone got this error and please give me some advice? Thank you!