struppi
Forum Replies Created
-
Forum: Plugins
In reply to: [Calendar] Did anyone look at the SQL Statements?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)
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?
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-<?php echo gmdate(‘YW’); ?>.js” type=”text/javascript”></script>Now the Plugin won’t run in this IE Bug anymore.
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Javascript ErrorsNo, 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.
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Javascript ErrorsWell, I said it already, nobody care.
They just have to change the scripts to utf-8 that’s all.Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Javascript ErrorsSeems 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.