- Posts: 6
- Thank you received: 0
Hi,
I've installed TableJX create a table that gets data from the same database that joomla is. However on the back end when I select Tools Jx from menu and at the frontend when I view the table at the bottom of the page have such a warning
Warning: mysqli_close() [function.mysqli-close]: Couldn't fetch mysqli in /home/xxxxxxxx/public_html/libraries/joomla/database/driver/mysqli.php on line 87
I must mention that joomla is at version 3.1.1
Thanks in advance
Please Log in or Create an account to join the conversation.
Hi,
We will check it out. Does the same appear if you insert a table into an article?
Please Log in or Create an account to join the conversation.
Yes it does!
Please Log in or Create an account to join the conversation.
Hi,
We could not reproduce the error. Are you sure that this error is caused by Table JX? Does the error maybe also appear with Table JX uninstalled? I'm saying this because the file /libraries/joomla/database/driver/mysqli.php where the error appears is not a part of Table JX installation.
Please Log in or Create an account to join the conversation.
Hi,
I notice it when I installed Table JX but I'm not 100% sure if it does not before Table JX. I will make a deeper search and I'll come back to you
Please Log in or Create an account to join the conversation.
Finally this was a joomla code problem, and to be more specific mysqli_close function is "deprecated" in PHP 5.3 so I remove it because all the active connections automatically freed up.
Please Log in or Create an account to join the conversation.