timon33
Forum Replies Created
-
Forum: Plugins
In reply to: [Secure Custom Fields] ACF Fields and Data disappeared after updating pluginThe upgrade of the database didn’t help.
All fields are missing
Please advise!
Forum: Plugins
In reply to: [Secure Custom Fields] ACF data disappears after updating pluginHello.
Same here.
All images/galleries disappeared after update the plugin to 5.7.6Please advise.
Kind regards
Yes.
And then?
1.Replace the files with FTP? OR
2. Delete the older version and reinstall the new one?Kind regards
Hi.
Version 1.0 of the AMP plugin Manager is currently installed.
0.9.97.9 is the version of AMPforWP plugin.The message appears at the top of plugins page as a normal notification message.
Forum: Plugins
In reply to: [Inline Related Posts] webkit, moz prefix missing leading dashThumbs UP
Forum: Plugins
In reply to: [Inline Related Posts] Error 500 on ajax from shortcodeHello.
It seems the issue is with includes/classes/utils/Utils.php line 240:
$options = array('posts_per_page' => -1, 'post_type' => $args['post_type'])
If you test this on a website with 100.000 posts and over you will end up with 500 error. Our servers are MySQL dedicated(32GB RAM) for each website so I don’t think memory is the case.
We changed this to something lighter under 250~300 posts and working fine:
$options = array('posts_per_page' => 300, 'post_type' => $args['post_type'])
Kind Regards
Forum: Plugins
In reply to: [Inline Related Posts] Error 500 on ajax from shortcodeHello @intellywp
After updating this plugin three websites throws 500 error on related post.
This makes this plugin almost useless.Kind regards
Sorry for the late response.
I manually reinstalled/updated latest version of WP as you suggested and everything is back to normal.
Its weird because I compared the core files of the server with the clean downloaded WP files and there was no difference whatsoever.
Maybe was a poorly cached file on the server or file permission mismatch during the initial update.
Anyway anything is back to normal now after replacing the core files with manual update option.
Thank you for your time and help @t-p.
Kind regards
Hi @t-p.
Thank you for your response
I haven’t tried to manually update but downloaded wp-includes and wp-admin folders and check against differences with a fresh WordPress 4.9.5
Sadly nothing came up.
I’ll try your suggestion and report back.
Kind regards
- This reply was modified 6 years, 7 months ago by timon33.
Forum: Fixing WordPress
In reply to: wp_ddp_log table in databaseI was coming to ask the same question.
I just started managing a WP site with huge database and want to clean it up a bit.
In my case there are just two records in there
id datime note
1 2016-10-24 23:05:25 Plugin activated.
2 2016-10-29 03:36:26 Plugin activated.The OP’s question stands.
Is it safe to delete?Kind Regards
If you want something free, yes you are right.
Forum: Plugins
In reply to: [WordPress Social Login] Login without second screenIt seems that there is an option in Settings > WP Social Login > Bouncer
Under section “Accounts Linking” choose “No” to “Link user account” option.
This will disable the extra screen after you have the information you need.
Forum: Plugins
In reply to: [WordPress Social Login] Login without second screenPlease delete this question
Great info you shared.
Thank you for all your time and attention to my issue.
Hi,
Great answer. I didn’t know that WordPress core routed the “transients” differently on each installation(OS? Server Configuration?).
and Great idea BTW. I created a cron job running every week and check through a 50 line script if the transients are dead and delete them.
Either way I’ll take this to WordPress codex support topic. If you know any active relative topic please share it here.
Kind Regards
and Thank you