Reads Issue
  • Hi,

    I'm having troubles with the reads counter in the admin interface, they are all in "0". Why are they not counting anymore?? Can I do something to fix it?. I'm using Campsite 3.3.3 "Speedy". Thank you very much for your help.

    Best Regards,

    Rodrigo Samayoa
    elPeriódico Guatemala
  • 5 Comments sorted by
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    hi,

    check tables in mysql. It looks like some tables could be marked as corrupted
  • Please make sure you have at least one article body field in the article types marked as "is content" (admin menu->configure->article types->fields)

    Mugur
  • Hi Andrey/Mugur,

    I have one article body field marked as is content, actually is the body of the article. Do you have any other idea?? Thank you very much!


  • I have the following suggestion: backup your site, install Newscoop 3.5 on a test server and restore the backup there. Newscooop 3.5 is 100% backward compatible with Campsite 3.3. See if this happens on NS 3.5.

    Mugur
  • Hi,

    The problem was with the table RequestStats, I ran this query:

    mysql> repair table RequestStats;
    +---------------------------+--------+----------+----------+
    | Table | Op | Msg_type | Msg_text |
    +---------------------------+--------+----------+----------+
    | campsite_3_3.RequestStats | repair | status | OK |
    +---------------------------+--------+----------+----------+
    1 row in set (3 min 57.14 sec)
    And everything is working fine now, thank you very much for your help. And Mugur, surely we will upgrade to the latest version of newscoop. Thank you!