Hey Paul, The error occured in the Admin section of both of my sites. I see it at the bottom of the page of my admin section once i activate the debug to "only show queries to admin only, not to other users". The error does not occur at my main pages. I actually removed your access to my site earlier before i checked my email but if you need it again please let me know and ill grant it again. I wanted to put my ads back on the site which I removed while you were looking in to the other issue i had. Thanks for the fix though
Below is the queries from the website :
Load time so far: 0.18 seconds.
Query 20: SELECT `name`,`content` FROM wsnlinks_settings WHERE id>0 ORDER BY id ASC
Load time so far: 0.21 seconds.
Query 21: SELECT `id`,`title` FROM wsnlinks_membergroups WHERE id >3 ORDER BY id ASC
Number of rows is 0
Load time so far: 0.21 seconds.
Query 22: SELECT `id`,`title` FROM wsnlinks_membergroups WHERE id > 1 ORDER BY id ASC
Number of rows is 2
Load time so far: 0.21 seconds.
Query 23: SELECT `id`,`title` FROM wsnlinks_membergroups WHERE id>0 ORDER BY id ASC
Number of rows is 3
------------------> Admin content was between here <------------------------
23 total queries This page was created in 0.38 seconds Memory used: 5556508 bytes Server Status: time since last reboot is 13 days, 43 min, load average: 0.00, 0.01, 0.02 Warning: mysqli_error() [function.mysqli-error]: Couldn't fetch mysqli in /home/test/public_html/databases/mysqli.php on line 17
Only shows in debug mode, just cosmetic... I get that too. It's trying to check for any error message after the database connection is closed, though I haven't been able to find where yet.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Mysqli_error ()
Forum Regular
Usergroup: Customer
Joined: Nov 01, 2004
Total Topics: 56
Total Comments: 121
Hey Paul,
The error occured in the Admin section of both of my sites. I see it at the bottom of the page of my admin section once i activate the debug to "only show queries to admin only, not to other users". The error does not occur at my main pages. I actually removed your access to my site earlier before i checked my email but if you need it again please let me know and ill grant it again. I wanted to put my ads back on the site which I removed while you were looking in to the other issue i had. Thanks for the fix though
Below is the queries from the website :
Load time so far: 0.18 seconds.
Query 20: SELECT `name`,`content` FROM wsnlinks_settings WHERE id>0 ORDER BY id ASC
Load time so far: 0.21 seconds.
Query 21: SELECT `id`,`title` FROM wsnlinks_membergroups WHERE id >3 ORDER BY id ASC
Number of rows is 0
Load time so far: 0.21 seconds.
Query 22: SELECT `id`,`title` FROM wsnlinks_membergroups WHERE id > 1 ORDER BY id ASC
Number of rows is 2
Load time so far: 0.21 seconds.
Query 23: SELECT `id`,`title` FROM wsnlinks_membergroups WHERE id>0 ORDER BY id ASC
Number of rows is 3
------------------> Admin content was between here <------------------------
23 total queries
This page was created in 0.38 seconds
Memory used: 5556508 bytes
Server Status: time since last reboot is 13 days, 43 min, load average: 0.00, 0.01, 0.02
Warning: mysqli_error() [function.mysqli-error]: Couldn't fetch mysqli in /home/test/public_html/databases/mysqli.php on line 17
closing database connection
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Only shows in debug mode, just cosmetic... I get that too. It's trying to check for any error message after the database connection is closed, though I haven't been able to find where yet.