Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter khackett

    (@khackett)

    I’m not sure why that doesn’t take you to my blank shortstat page.

    http://katehackett.com/wordpress/shortstat/

    I cut & pasted, so if that doesn’t work, my apologies.

    The tables are there but there’s nothing IN the tables.

    Thread Starter khackett

    (@khackett)

    Yeah, link doesn’t do what I want it to do. Sorry!

    Thread Starter khackett

    (@khackett)

    anybody?

    Moderator James Huff

    (@macmanx)

    Put the ShortStat tracking code at the very top of the index.php file in your /wordpress/ directory.

    Thread Starter khackett

    (@khackett)

    N…….ope, that didn’t work….

    Moderator James Huff

    (@macmanx)

    Hm, it works for me. Your main index.php file should look like this:

    <?php @include_once($_SERVER["DOCUMENT_ROOT"]."/shortstat/inc.stats.php"); ?>
    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./wp-blog-header.php');
    ?>

    Where “/shortstat/” is the directory in which you have placed ShortStat’s file.

    Thread Starter khackett

    (@khackett)

    Ugh, I wish you could see this. It’s got all the tables but there’s no data in them. It’s just not registering visitors.

    Moderator James Huff

    (@macmanx)

    Does ShortStat display a red “Disabled” near the top?

    Thread Starter khackett

    (@khackett)

    Nope.

    Moderator James Huff

    (@macmanx)

    Contact ShortStat’s developer.

    Thread Starter khackett

    (@khackett)

    Oh, goodie. He’s unresponsive.
    I contacted him months ago.

    In your ShortStat configuration file, did you change the logging from “false” to “true”?

    You said you tried trackme…but trackme should plant *one* entry to your database.

    I’ve had problems with shortstat in the past, but I’ve always gotten it up and running again.

    I put my shortstat tracking code in wp-blog-header.php, that worked fine

    Thread Starter khackett

    (@khackett)

    Yeah, there are NO entries.
    And this is what I changed:

    /******************************************************************************
    Tracking toggle

    The $shortstat variable turns this stats package on or off. This is used when
    updating from a previous version of ShortStat
    ******************************************************************************/
    $shortstat = true; // False is off
    ?>

    Moderator James Huff

    (@macmanx)

    Have you actually installed? ShortStat? Are the ShortStat tables in your database? What version of ShortStat are you trying to use?

Viewing 15 replies - 1 through 15 (of 16 total)

The topic ‘ShortStat’ is closed to new replies.