azjudy
Forum Replies Created
-
I’m having the same problem with hackers logging in. No WordFence alerts were sent and no entries appear on the WordFence Dashboard. I checked my log files because after I logged into an “author” account, I saw that several old articles were showing as “posted” June 24, 2017. They were written several years ago. The “real” author has not used this account for months. There also appears to be numerous POST entries for CRON jobs in the logs. When I looked at wp-config.php, the line that WAS there to disable CRON jobs had been removed.
63.245.59.20 – – [25/Jun/2017:08:20:02 -0400] “POST /wp-login.php HTTP/1.1” 200 2870 “-” “Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1”
119.70.64.189 – – [25/Jun/2017:09:05:33 -0400] “POST /wp-login.php HTTP/1.1” 200 2870 “-” “Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1”
118.136.91.15 – – [25/Jun/2017:09:20:53 -0400] “POST /wp-login.php HTTP/1.1” 200 2870 “-” “Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1”
213.149.62.173 – – [25/Jun/2017:09:50:20 -0400] “POST /wp-login.php HTTP/1.1” 200 2870 “-” “Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1”Forum: Plugins
In reply to: [Plugin: WP-Polls] Compatibility with 2.9.*I’ve been wrestling with wp polls – trying to get it to work in Thesis 1.7. I can create a poll and have it show up on a page or in the sidebar widget. However, the vote button will not work from either place. See: Baby Girl McCarthy sidebar.
At first I thought it may be a plugin conflict, but when I change to the default theme, the vote button works fine. So there has to be something unique to the Thesis Theme that is preventing it from working.
I tried entering php code in the header.php and footer.php, however, doing so broke the site – (perhaps I put them somewhere I shouldn’t have).
Permissions have been set according to recommendations in this thread. Any other ideas of a work-around?
Forum: Installing WordPress
In reply to: 2.7 upgrade – Redirect Loop errorI had a similar problem – my hand coded .htaccess file wouldn’t redirect to the www version of my domain, even though the coding was correct.
I think there must be code written in version 2.7 that uses the setting information to create a canonical redirect (chooses whether to point to www or non-www version of your domain). I didn’t have the same problem with the prior version of WordPress.
Once I went into Settings/General and added “www.” to the WordPress Address URL and the Blog address URL – the redirect stopped spinning in circles.