KlausH
Forum Replies Created
-
Woops. I found another PHP notice triggered by Social plugin:
Undefined index: social_post_account in /home/content/59/10646159/html/mysite/wp-content/plugins/social/social.php on line 1421
Like I said, I have “Pull in social comments from Facebook and Twitter” OFF and “Social’s comment display” DISABLED.
Hope this issues can be fixed in the next update. Thanks ??
Forum: Fixing WordPress
In reply to: Error 500 after upgrading to version 4.2.3Hope you don’t mind that I bump this, as I’m hoping someone might be able to help. Thanks
Forum: Fixing WordPress
In reply to: Error 500 after upgrading to version 4.2.3I had to “downgrade” all the WP files to the previous version and my site it’s working again. Whole process took me three hours since I tried to update… but at least I was able to get my site back online. I failed to specify that I was trying to upgrade from version 4.1.6 to 4.2.3. Maybe it had to do with it?
I still want to know why the upgrade didn’t work and why the error 500 was happening, with this entry in the server’s error log:
End of script output before headers: upgrade.php, referer https://my-private-site.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2Fedit-comments.php
So if someone knows, please let me know, I’d appreciate it. I want to update to the latest WP version!
Forum: Fixing WordPress
In reply to: Error 500 after upgrading to version 4.2.3Tara, server logs return exactly the same error:
[core:error] [client xxx.xxx.xxx.xxx:64568] End of script output before headers: upgrade.php, referer https://my-private-site.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2Fedit-comments.php
Those guys @ Godaddy Support refered me to this WP forums so…
Any other ideas? Thanks in advance.
Forum: Fixing WordPress
In reply to: Error 500 after upgrading to version 4.2.3Hey Tara, thanks. Nope. Same deal.
“Database Update Required… ” then click on Update WordPress Database and error 500 shows up.
Any other ideas?
Hi guys, I’m having the same problem.
I set click limit to 4, used a custom class, specified a valid URL of my site with ads, clicked “Save settings and run a check”. It all worked fine.
Then I visited my site to give it a try. I started clicking on the Adsense ads I have. Each time I clicked on an ad, I got redirected to the advertisers page in the same window/tab, so I had to use the browser’s back button to go back to my site and click on an ad again.
I did this about 6 or 7 times. I was expecting to get blocked after the fifth time but no, ads kept displaying each time I went back to my site. Clicked again two more times and ads kept showing.
Then I checked the Blocked Users list in the control panel and nothing, it was empty.
I thought it could be the minifier tool I’m using (W3 Total Caceh), so I excluded all the script files of Click-Fraud Monitoring Plugin. Tried again and nothing. I was able to click more than four times on the ads.
This is exactly how the non-minified code for the plugin looks inside the generated HTML of my site (can’t reveal my actual site’s URL here for privacy reasons):
<script type='text/javascript'> /* <![CDATA[ */ var AjaxCheckClicks = {"ajaxurl":"http:\/\/MYSITE.com\/wp-admin\/admin-ajax.php","nonce":"8bf68f513a"}; /* ]]> */ </script><script type='text/javascript' src='https://MYSITE.com/wp-content/plugins/adsense-click-fraud-monitoring/js/checkclicks.js?ver=4.1.5'></script><script type='text/javascript'> /* <![CDATA[ */ var AjaxUpdateClicks = {"ajaxurl":"http:\/\/MYSITE.com\/wp-admin\/admin-ajax.php","nonce":"8c27ae41db"}; /* ]]> */ </script><script type='text/javascript' src='https://MYSITE.com/wp-content/plugins/adsense-click-fraud-monitoring/js/updateclicks.js?ver=4.1.5'></script><script type='text/javascript'> /* <![CDATA[ */ var clientcfmonitor = {"client_ip":"189.199.35.60","clickcount":"4","bannedperiod":"1","preurl":"http:\/\/MYSITE.com\/wp-content\/plugins\/adsense-click-fraud-monitoring\/clickupdate.php","firstclickdate":[[""],[""]],"updatedVisitCount":"0","isblockedcount":"0","customclass":"adspace","firstclick":"false","disablead":"false","currentURL":"\/post-url.com\/"}; /* ]]> */ </script><script type='text/javascript' src='https://MYSITE.com/wp-content/plugins/adsense-click-fraud-monitoring/js/check_min.js?ver=4.1.5'></script>
I hope this information is somehow useful to find a solution. I really need protection against click fraud. Thanks in advance ??