acroplex
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Error in Yoast 19.2Forum: Plugins
In reply to: [Yoast SEO] Facebook image no longer shared via page postsUpdate: the new release 19.2 resolves the issue. Thanks!
Forum: Plugins
In reply to: [Yoast SEO] Facebook image no longer shared via page postsI’d love to, how can I do so in private? Thanks.
Forum: Plugins
In reply to: [Yoast SEO] destroys my post editor. where can i get older version ?????1. Download the 2.3.5 version from @barnez’s link
2. Unzip to a local folder, rename to e.g. “good-version”
3. Upload to the plugins directory of your WP.
4. Rename the “wordpress-seo” (3.x version) to e.g. “broken”
5. Rename the “good-version” to “wordpress-seo”This way things are seamless with no downtime.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Issue when wp-admin is protectedProblem solved by adding the following lines to the /wp-admin/.htaccess file, after enabling BasicAuth:
<Files admin-ajax.php> Order allow,deny Allow from all Satisfy any </Files>
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Huge data loss after optimizingRolf, problem solved. The culprit was two obsolete keys in one of the indexes which I dropped, and/or temporary (TMM) files that could not be overwritten during the optimization.
Thanks a lot ??
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Huge data loss after optimizingHaha, ok ?? Close it as resolved. Thanks Rolf.
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Huge data loss after optimizingYes, I can see that after I manually optimized via phpMyAdmin. Thanks!
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Huge data loss after optimizingAlright, I will give it some more thorough testing and will update. Thanks for your suggestions.
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Huge data loss after optimizingYes, you are correct. PHPMyAdmin produces the same error for the table when “Optimize table” is selected.
Many thanks. The question is, why is that triggered by optimization? There are no errors logged otherwise.
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Huge data loss after optimizingRolf, none of these check boxes are ticked. I don’t run the scheduler either. I delete all revisions, so that option is set to ‘0’.
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Huge data loss after optimizingYes, it’s MyISAM; InnoDB tables are skipped. Sent another log file with some stats.
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Huge data loss after optimizingOK, so I unchecked the wp_postmeta from being optimized and clicked the button.
The error_log produced errors, which I will email you.
Correct, I fix the table after checking, by repairing it.
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Huge data loss after optimizingRolf, my method of testing is this:
1. Disabled plugin.
2. Deleted existing error_log
3. Left it alone for a couple of days: no error_log was created.
4. Enabled plugin.
5. Pressed the Optimize DB (1 click) from the Admin section.As soon as I do this, a second later, the error_log is created and starts filling up for a while. The wp_postmeta table crashes and needs to be fixed (I use cPanel).
I will exclude the wp_postmeta and will report my findings. Thanks.
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Huge data loss after optimizingThanks, email sent.