macksix
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Your site has updated to WordPress 5.5.3-alpha-49449@gargoyle82 my server admin had put gnusys.php file on 1 site and the other site I cloned, so it was a lucky coincidence my only 2 sites updated to the alpha had the gnusys.php file. π
Forum: Fixing WordPress
In reply to: Your site has updated to WordPress 5.5.3-alpha-49449It also installed 9 wordpress themes and gnusys.php (phpinfo()) into public_html.
If you don’t want someone seeing your phpinfo, you need to be aware of that.
EDIT: gunusys.php was NOT insalled by the update, it was from my server admin.
- This reply was modified 5 years, 8 months ago by macksix.
If your theme allows you to turn off image sizes you don’t use, it helps.
I have been testing this more and now when I upload the same image, it says:
Reduced by 5 MB (70.76 % saved)
Now it’s telling me it reduced a 2.08MB image by 5MB.
It works. Thanks! π
Hi, Charles
I am creating a new post and adding a new feature image on the new post.
It appears you are doing a general upload of a new image and in that case the button works for me, but not for when uploading new feature image on a post or attempting to change the feature image on a post.
β reSmush.it is on version 0.3.8
β I disable Optimize on upload
β I enable Optimize on Cron
β I add a new post
β Click Set Feature Image
β Click Upload Files tab
β Click Select Files Button
β Choose an image in file open dialog and wait for upload
β Click on βOptimizeβ button
β Nothing happensForum: Plugins
In reply to: [WP Bulk Delete] Does not decrement comment countsI don’t understand what the point of your reply is. a new comment on one post does not update comment count on all posts. The plugin should update the comment count.
Forum: Plugins
In reply to: [WP Bulk Delete] Does not decrement comment countsI actually looked in database and the count was wrong. It was not the cache.
I had to run this query to update the comment count in database after using the plugin:
UPDATE wp_posts SET comment_count=(SELECT COUNT(*) FROM wp_comments WHERE wp_posts.id=wp_comments.comment_post_id)- This reply was modified 6 years, 2 months ago by macksix.
Very nice now. I ran it for 90 min with cron job every 10 min and it didn’t keep spawning new processes and memory usage didn’t go out of site.
The only thing is, although a cron is running every 10 min, it gives erroneous message that:
“Cronjobs seems not to have run lately. Please read the following instruction page to install them correctly.
Expected Frequency : Every 10 minutes
Last run : 1 hour ago”So, the cron is running every 10 minutes, but apparently the message is only reflecting when the cron job that launched the current running process ran.
Alright, I see the new version (0.3.6) and will try it out. Thanks!
I am running it right now and cron runs every 10 minutes. Each time cron runs, my memory usage goes up. It’s gone from about 100MB to 903MB in an hour. I only have 1GB available.
I set the cron to run once per hour to stop the memory usage escalation.
I see number of process are at 17 when usually only 1 process is running.
There is no reduction error, it’s when statistics are turned off, the media library list column “reSmush.it status” will show “Reduced by 0 (0 saved)” when images are processed and reduced correctly. The resmush.it logs show the reduction was done correctly. There is no PHP errors in the logs.
There should be no stats at all there, if the stats are disabled.
Thanks!
Mark
I’m seeing the same thing.
[02-Feb-2019 20:38:17 UTC] PHP Warning: Illegal offset type in isset or empty in /home/washingtonst/public_html/wp-content/plugins/custom-sidebars/inc/class-custom-sidebars-replacer.php on line 69
Forum: Plugins
In reply to: [Vevida Optimizer] Did Not Convert Posts TableYep, it had 2 full text indexes just like a previous poster had. I blew those away and it worked.
Forum: Plugins
In reply to: [Vevida Optimizer] Did Not Convert Posts TableI see it may have some full text indexes in it. I will figure it out.