gfields108
Forum Replies Created
-
Thanks for the great plugin!
This issue is actually not resolved yet even though the plugin was updated.
I manage over 40 WP websites. Yesterday I installed the update meant to fix the checksum problem on all the sites. This morning I received 18 emails from 18 sites with this:
The MD5 Checksum Hashes for following core files do not match the official www.remarpro.com Checksum Hashes:
– wp-content/themes/index.php (www.remarpro.com source file)
– wp-content/plugins/index.php (www.remarpro.com source file)
– wp-content/index.php (www.remarpro.com source file)and a couple of emails from another site that was just created a few weeks ago with this:
The following official WordPress core files are missing from your site:
– wp-admin/install.php (www.remarpro.com source file)I think it might be a better practice when you roll out a new feature to not automatically enable it. Now I will have to manually login to over 40 sites to either disable the feature or to check the option for “Automatically Repair WordPress Core Files That Have Been Altered”
Thanks!
I have a database optimizer plugin running regularly on the site; I don’t believe that is the issue.
This is not a major problem. I mainly wanted to let you know that it has happened for your information.
Thanks!
Backing up database (drd_icwp_wpsf_audit_trail) 2.34 KB
Creating the database backup may have timed out
Warning: The SQL database dump file size has not increased in 30 seconds. If it does not increase in the next few minutes it most likely timed out. If the backup proceeds ignore this warning.It never proceeds beyond this point. Worked perfectly once I excluded
drd_icwp_wpsf_audit_trail from the backupForum: Plugins
In reply to: [PHP Text Widget] Broken on WP 4.4Caused fatal error after upgrade to WP 4.4:
Fatal Error: syntax error, unexpected ‘?’ in /home/mysite/public_html/wp-content/plugins/php-text-widget/plugin.php(18) : eval()’d code on line 1
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache Layout Broken in DashboardI am seeing the same thing on multiple sites. No functionality issues, but the content is shifted way to the right on all tabs but the “Advanced” and “Debug” tabs.
Forum: Plugins
In reply to: [The Events Calendar] Problems caused by class name changes in new versionThanks for clarifying, Brian. I did not think of the possibility of class name conflicts with other plugins.
Forum: Plugins
In reply to: [WP Cloudy] Not working; temperature displays 0Thanks, rainbowgeek, for the very quick response! The widget is working now. Much appreciated.
Forum: Plugins
In reply to: [Firelight Lightbox] Functionality broken after update from 1.5.6 to 1.5.7Thanks, Ravan! I realize that this was mentioned in the plugin instructions. Awesome plugin!
Forum: Plugins
In reply to: [The Events Calendar] Past events not showing on calendarSame problem here. In Calendar view clicking on the March link or the January link below the calendar just displays the current month (February).
Likewise clicking in the “Events In” box at the top brings up the current month’s small calendar. When I advance it to the next or previous month nothing happens.
The plugin has worked well with our site for several years until just recently.
Forum: Fixing WordPress
In reply to: Revisions missing from Pages after 3.6 updateIt turns out that is was a setting in the wp-config.php file that my host, wpengine.com, put there.
It was:
define('WP_POST_REVISIONS',false);
All worked when I made it:
define('WP_POST_REVISIONS',true);
Forum: Fixing WordPress
In reply to: Revisions missing from Pages after 3.6 updateThis is happening for me on over 20 sites on different servers with different themes including the default Twenty Twelve. What do you think it might be? This has never happened with all these sites in any previous upgrade.
Forum: Fixing WordPress
In reply to: Revisions missing from Pages after 3.6 updateI just tested this on a localhost site on my Mac laptop.
-no plugins
-Twenty Twelve theme
-WordPress 3.5.2 updated to 3.6
No revisions on Pages even after making a revisionSame site with all files except wp-content and wp-config overwritten with fresh download of WP 3.6
Revision show up on pages after a page editWe cannot seriously expect all users to manually overwrite the WordPress core files on every live install to get page revisions.
I think this is a bug.
Forum: Plugins
In reply to: [Broken Link Checker] Broken Link Checker installation failed.I am having the same problem–pink box, big description. Deactivating and reactivating the plugin does not fix it. Single installation.
Forum: Plugins
In reply to: [W3 Total Cache] WP 3.5 Compatibility – Presume OK?If you do not deactivate W3 Total Cache before updating to 3.5 you may lose access to the Admin Dashboard.
This happened to me on a large site–I could not access the Admin area at all after updating without deactivating the plugin. I had to remove all trace of the plugin in the FTP directory to get Admin access back. I reinstalled the plugin and it works fine now.
It is unfortunate that such a major plugin has not been updated in over 480 days!
This worked, thanks!