At this time I just need update my site with new content. And I think not need any change configuration.

But I 've surprised when i load my site. All about statistic dissapear from my site. Popular Content that could be placed at left sidebar and page view count.

Please help me.. i don't know what happened. Why ?

Thanks.. before...

Comments

ahmaddani’s picture

Plus... my search... could give any result. Yesterday i didn't find any error. Statistic and result of search.

Oh..ya.. this is my site: www.esoft.web.id

Thanks..

vm’s picture

Project: Project » Drupal core
Version: 5.x-1.0 » 5.x-dev
Component: Usage statistics » statistics.module
Category: bug » support
Priority: Critical » Normal

your site is not using the project.module?

i navigated to yoursite.com/project and there is no showing of this module.

if you mean drupal default statisitics module check administer -> access log settings

vm’s picture

Assigned: ahmaddani » vm

also check in adminsiter -> access logs -> Count content views:

vm’s picture

Version: 5.x-dev » 5.2
ahmaddani’s picture

your site is not using the project.module?

i navigated to yoursite.com/project and there is no showing of this module.

if you mean drupal default statisitics module check administer -> access log settings

I think you right. sorry. I can't find other category to explain my problem.

also check in adminsiter -> access logs -> Count content views:

Thanks... I 've tried to open access logs. But notihing changed. "Count content views" still enabled like before.

My problems are complicated. Not only statistic, search that run well before, error too.

vm’s picture

would help is you copied the "error" here. are there any errors in your watchdog table ? have you inspected your database ?

ahmaddani’s picture

Since error at http://drupal.org/node/178703, and i can't solved it. then i just make line 172 not readed. and nothing error message displayed.

and at watchdog. I only find something error about pathauto

include_once() [function.include]: Failed opening 'modules/pathauto/pathauto_user.inc' for inclusion (include_path='.:/usr/local/lib/php/') in /mounted-storage/home71c/sub004/sc41371-VJKA/esoft.web.id/modules/pathauto/pathauto.module on line 74.

Thanks... before..

ahmaddani’s picture

more information about my site:

Webhost: Servage[dot]net
Drupal :5.2
Configuration file: Protected
Cron maintenance tasks: Last run 26 min 52 sec ago
You can run cron manually.
Database schema: Up to date
GD library: bundled (2.0.34 compatible)
MySQL database: 5.0.15
PHP: 5.2.3
Unicode library: PHP Mbstring Extension
Web server: Apache

ahmaddani’s picture

* user warning: Table './esoftweb/node_counter' is marked as crashed and should be repaired query: SELECT totalcount, daycount, timestamp FROM node_counter WHERE nid = 1058 in /mounted-storage/home71c/sub004/sc41371-VJKA/esoft.web.id/includes/database.mysql.inc on line 172.
* user warning: Table './esoftweb/node_counter' is marked as crashed and should be repaired query: SELECT totalcount, daycount, timestamp FROM node_counter WHERE nid = 1057 in /mounted-storage/home71c/sub004/sc41371-VJKA/esoft.web.id/includes/database.mysql.inc on line 172.
* user warning: Table './esoftweb/node_counter' is marked as crashed and should be repaired query: SELECT totalcount, daycount, timestamp FROM node_counter WHERE nid = 1056 in /mounted-storage/home71c/sub004/sc41371-VJKA/esoft.web.id/includes/database.mysql.inc on line 172.
* user warning: Table './esoftweb/node_counter' is marked as crashed and should be repaired query: SELECT DISTINCT(n.nid), n.title, u.uid, u.name FROM node n INNER JOIN node_counter s ON n.nid = s.nid INNER JOIN users u ON n.uid = u.uid WHERE s.totalcount <> '0' AND n.status = 1 ORDER BY s.totalcount DESC LIMIT 0, 15 in /mounted-storage/home71c/sub004/sc41371-VJKA/esoft.web.id/includes/database.mysql.inc on line 172.

These are error message when i uncomment line 172 ...

What must i do? I don't know much about php script and mysql database.

Thanks...

ahmaddani’s picture

done.. all error solved after servage support repair table 'node_counter'.
I think it coused mysql server error...

Thanks.. for all.

ricabrantes’s picture

Status: Active » Closed (fixed)

Issue resolved, Closed..