Iva Koleva
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin: Statrix Fatal unexpected errorForum: Plugins
In reply to: [Plugin: Statrix] Can’t Exclude UsersI had not the chance to debug it, mjbigelow never messaged me.
wmburke: you could message me at gtalk. My e-mail is esense -at- gmail -dot- com. I will be available tonight (timezone UTC/GMT +3 hours) after 18-19h. Please do contact me, because after tonight, I wont be able to help until 1st September (vacation). ??
Forum: Plugins
In reply to: Statrix collides with WP-PostRatingsAs I said, the error(s) are not only in the javascript. The javascript errors themselves are probably caused by incorrect $wpdb object, I wrote about in my preview post.
GamerZ: I am the Statrix author. ??
cyberpunk2020: I tested Statrix and WP-PostRatings together and they seem to work fine, so the problem as far as I know is only with your setup.
I think we could debug it, but we need real-time conversation for this. Do you mind if you message me in gtalk. My e-mail is esense -at- gmail -dot- com.Forum: Plugins
In reply to: Statrix collides with WP-PostRatingsThe screenshot shows not only javascript error(s). We see that the history is missing from the tables. And these tables are not generated by javacript, only the graphic charts are.
The only thing I can think about, that could make Statrix looks like this, is if something’s wrong with the $wpdb object. It is global, so I think it’s possible that something changes it before Statrix executes.
Forum: Plugins
In reply to: [Plugin: Statrix] Can’t Exclude UsersJust message me, I will respond when I am available.
Forum: Plugins
In reply to: [Plugin: Statrix] Can’t Exclude UsersHmmmmm… this is very strange. Honestly, I have no idea what could be the cause. We can try to debug it though.
But we are not able to do it here, we need a real-time conversation. Do you mind if you contact me at gtalk? You know my e-mail.Forum: Plugins
In reply to: [Plugin: Statrix] Can’t Exclude UsersHas your hosting provider disabled the use of the system function?
If not, you could create a file.php with such content:<?php system("php statrix.js.php"); ?>
Upload it in wp-content/plugins/statrix/resources and execute it trough your browser.
Forum: Plugins
In reply to: [Plugin: Statrix] Can’t Exclude UsersOK, now you should try to execute the Statrix javascript file trough command line.
Go in wp-content/plugins/statrix/resources and execute this:php statrix.js.php
After, paste me the result here. If it’s too long, you can send me an e-mail (esense -at- gmail -dot- com).
Forum: Plugins
In reply to: Only records my hits? statrixWell, we’ve resolved the problem.
In some way, danatstadiumvolleyball blog’s theme has made his WordPress unable to call the wp_head action.Forum: Plugins
In reply to: [Plugin: Statrix] Can’t Exclude UsersWell… OK. So there are two errors. Let’s fix the easy one first. You have to change your resources directory’s permissions. You should change the permissions of all Statrix directories and files, in case that they are writable by others too.
If your server is running Linux, you change the permissions recursively executing this:
chmod 755 wp-content/plugins/statrix -R
After you do this, please test again and write me the result. I doubt that it will start working by fixing only this, but we could try. ??
If it doesn’t start working after the permissions fix, we will continue with the second error.
Forum: Plugins
In reply to: [Plugin: Statrix] Can’t Exclude Usersedit: if it’s error 500, that means that there would be a more descriptive error message in your http server’s error log.
Forum: Plugins
In reply to: [Plugin: Statrix] Can’t Exclude UsersHmm.. OK. Can you open the Statrix javascript include in your browser (be sure you are logged as admin first):
https://blog.domain.org/wp-content/plugins/statrix/resources/statrix.js.php?statrix_action=options
and paste me the result?
Forum: Plugins
In reply to: [Plugin: Statrix] Can’t Exclude UsersNo, that’s not what i meant.
When you go to Site Admin->Settings->General, are these two settings different?
https://e-sense.clearcode.org/wp_address_settings.pngForum: Plugins
In reply to: [Plugin: Statrix] Can’t Exclude UsersRegarding both of your problems, I think that your blog doesn’t include Statrix’s javascript file properly. And I think I know where the problem might be.
Can you just go on your blog Settings and tell me, is your WordPress address (URL) different than your Blog address (URL)?
Thank you. ??
Forum: Plugins
In reply to: [Plugin: Statrix] fatal errorGlad to have helped, thank you for your comments on Statrix. ??