Forum Replies Created

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter struppi

    (@struppi)

    I have included 2 calendars on one page – it’s “only” the half. 30/31 SQL SELECT each time (plus some other to get config params)

    Forum: Plugins
    In reply to: wp-stats
    Thread Starter struppi

    (@struppi)

    hmm, there’s another thread (from me, sorry) about the same topic, I would like to post the solution there too, but it’s closed? Why that?

    Forum: Plugins
    In reply to: wp-stats
    Thread Starter struppi

    (@struppi)

    OK, I found now the solution.

    You have to fix your stats.php in the plugin directory. There’s a line which include the JS source from wordpress, somethin like: <script src=”…..

    actually it’s at line 103 you have to change this line to:
    <script charset=”ISO-8859-1″ src=”https://stats.wordpress.com/e-&lt;?php echo gmdate(‘YW’); ?>.js” type=”text/javascript”></script>

    Now the Plugin won’t run in this IE Bug anymore.

    Thread Starter struppi

    (@struppi)

    No, you misunderstood. Not you have to change something, the developers of wp-stat have to change their script.

    you can use this plugin only if you are using an iso-xxxx charset.

    Thread Starter struppi

    (@struppi)

    Well, I said it already, nobody care.
    They just have to change the scripts to utf-8 that’s all.

    Thread Starter struppi

    (@struppi)

    Seems the Plugin has more JS Error.

    I have a lot of JS errors in my JS Error log, it says:
    st_go is not defined
    on many different lines, but all are from Firefox.
    This is annoying, because I use this log to see if my own scripts are fireing error, because I can’t test them in all Browsers on all System.

    I am not sure what the reason is, but it seems the Plugin loads every week another JS Source.
    <script src="https://stats.wordpress.com/e-<?php echo gmdate('YW'); ?>.js" type="text/javascript"></script>

    and sometimes for some reason it didn’t load this script, but then the function you call:
    st_go({<?php echo stats_array($a); ?>});
    isn’t available and you get the error.

    well, since nobody reads or answers here, I guess it’s the best to deactivate the plugin.

Viewing 6 replies - 16 through 21 (of 21 total)