Ladewig
Forum Replies Created
-
The 2019 CVE says that it applies to TablePress versions up to and including 1.9.2. Why would Wordfence invoke a CVE for a version that is newer than the affected versions in the CVE?
Same issue here. TablePress 1.14 is getting reported as vulnerable because of CVE-2019-20180 which was for TablePress 1.9.2. This only started appearing recently, so something changed.
Same here. Thanks!
Why wouldn’t you set both fields? If you know post_date_gmt, then you should know post_date.
Using WordPress 3.42.
After i fixed the post_date values of the tweets, I noticed that Tweets were not being imported automatically. Figured I’d look into that later and just clicked the button to manually check for Tweets.
When I looked at the values for these new tweets, post_date was incorrect for these new tweets. Same situation, post_date_gmt reflected the datetime for the original tweet. post_date showed the local time that the tweet was added to WordPress.
I did some more checking and it appears that post_date_gmt is correct, but post_date is not. for example:
post_date 2012-10-18 15:50:44
post_date_gmt 2012-10-18 19:22:32post_date 2012-10-18 15:50:45
post_date_gmt 2012-10-18 19:20:35post_date 2012-10-18 15:50:46
post_date_gmt 2012-10-18 19:17:27I can update these via a query, but it would seem there is an issue with the upgrade process.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] Upgrading tweets is SLOWWWWWWWWI ran a query and found one empty record with a tweet date of 1969. Deleted that and all is well.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] Upgrading tweets is SLOWWWWWWWWI had 31313 to upgrade. When I looked at my PC after it ran all night, the progress bar was full, but it still said upgrading. I hit cancel, and tried to upgrade again. Now it says it found 1 tweet to upgrade and it just sits there doing the upgrade and never progresses.
Forum: Fixing WordPress
In reply to: “Save Changes” for Widgets not workingFound fix. Added .htaccess file to wp-admin with the following contents:
<IfModule mod_security.c>
SecFilterInheritance Off
</IfModule>