| Author |
Message |
qaona Hangin' Around

Joined: Nov 01, 2006 Posts: 34
|
Posted:
Thu May 28, 2009 10:29 pm |
|
Problem in my nuke 8.0
Block-Who_is_Online and block-User_Info is not working.
He/she/you is marking 0 users on-line, 0 visitors and total users 0
But I know q he/she has users on-line, statistics mark above 40.000/links a day.
Does anybody know as repairing that?
Thank you |
|
|
|
 |
Susann Moderator

Joined: Dec 19, 2004 Posts: 3132 Location: Germany:Moderator German NukeSentinel Support
|
Posted:
Fri May 29, 2009 5:36 pm |
|
You can only repair this via database I believe. It happens sometimes when the site or server is down.
Similar problem:
|
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16976 Location: Kansas
|
Posted:
Fri May 29, 2009 10:06 pm |
|
qaona,
Your email address is incorrect and your email is bouncing. Please correct it ASAP. |
|
|
|
 |
slackervaara Worker


Joined: Aug 26, 2007 Posts: 234
|
Posted:
Sat May 30, 2009 12:08 am |
|
You could repair the nuke_sessions table of your database. I usually makes this through phpMyAdmin and the SQL-window:
REPAIR TABLE nuke_sessions;
Check first, if the table is corrupt. |
|
|
|
 |
qaona Hangin' Around

Joined: Nov 01, 2006 Posts: 34
|
Posted:
Mon Jun 01, 2009 1:49 pm |
|
| slackervaara wrote: | You could repair the nuke_sessions table of your database. I usually makes this through phpMyAdmin and the SQL-window:
REPAIR TABLE nuke_sessions;
Check first, if the table is corrupt. |
I believe that it is quite so, but I don't know as repairing
What should make, or how to do?
Does anybody tell me please, how to proceed that? |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16976 Location: Kansas
|
Posted:
Mon Jun 01, 2009 3:48 pm |
|
Log into phpMyAdmin. This is usually an option via your Control Panel. Select the database which has the corrupted table. Then select the SQL tab near the top of the screen. Once the SQL window is displayed, type in this command: REPAIR TABLE nuke_sessions; and click the "Go" button. If that doesn't correct the problem then let us know. |
|
|
|
 |
qaona Hangin' Around

Joined: Nov 01, 2006 Posts: 34
|
Posted:
Mon Jun 01, 2009 7:10 pm |
|
| Raven wrote: | | Log into phpMyAdmin. This is usually an option via your Control Panel. Select the database which has the corrupted table. Then select the SQL tab near the top of the screen. Once the SQL window is displayed, type in this command: REPAIR TABLE nuke_sessions; and click the "Go" button. If that doesn't correct the problem then let us know. |
OK got to repair. it was with mistake the table nuke_session and non nuke_sessions
But I already repaired thanks to your helps
Thank you |
|
|
|
 |
|
|
|
|