daro2013
Forum Replies Created
-
Forum: Plugins
In reply to: [AddToAny Share Buttons] How to remove AddToAny plugin completelyIt has been resolved as I found out that those HTML codes dont belong to AddToAny plugin.
Many thanks
Thank you for your support.
That db table does not exist.
The second solution is not related to my issue because Wordfence has been already uninstalled and removed from my website.
I would not use Wordfence if I know it is difficult to be remove.
Any advice would be very appreciated.
Cheers
- This reply was modified 3 months, 2 weeks ago by daro2013.
Fixed: I disable this: Hide My WP > Tweaks > Hide Options > Hide HTML Comments
according to the guide here:
https://hidemywpghost.com/faqs/why-style-buttons-are-not-working-with-hide-my-wp/
Many thanks for this great plugin
Forum: Everything else WordPress
In reply to: Memory limit issuemodifying in .htaccess file causes critical errors – wont work for my website.
modify in wp-config.php does not increase more than 1024M
I may try in php.ini, but it may not work like wp-config.php
The best option for me is change hosting plan or use a different VPS server; that is the right way because different vps servers are not the same even they have the same specifications. This server was installed a few days ago, before it, there are no such issues. Both servers from the same server provider.
Cheers
- This reply was modified 11 months, 3 weeks ago by daro2013.
Forum: Everything else WordPress
In reply to: Memory limit issueI set memory limit to define(‘WP_MEMORY_LIMIT’, ‘2048’); in wp-config.php, but it wont be increased above 1024M.
Any help is very appreciated.
Cheers
Forum: Everything else WordPress
In reply to: Memory limit issueI have tried this:
define(‘WP_MEMORY_LIMIT’, ‘1024’);
What is the max value for wp memory limit; my server’s RAM is 16GB.
Cheers
Forum: Fixing WordPress
In reply to: Critical WP errors due to wrong version of PHPHi @threadi
Your second option (b) wont suit my needs though.
Forum: Fixing WordPress
In reply to: Critical WP errors due to wrong version of PHPThe issue is if I upgrade to the latest WP, I may update other plugins too. In this case, some latest plugins no longer work on PHP 7.4
It is better not to update both WP and plugins.
Cheers
Forum: Fixing WordPress
In reply to: Critical WP errors due to wrong version of PHPI think I have two options:
- Try to upgrade PHP version myself on a dev site with WP debug on
- Keep it as it is without upgrading to latest WP
Forum: Fixing WordPress
In reply to: WP Notice: The $l10n parameter must be an array.FIXED!
That WP notice come from a language file belonging to the theme’s plugin with the followings:
wp_localize_script( ‘pll_admin’, ‘pll_flag_base_url’, POLYLANG_URL . ‘/flags/’ );
-changed to:
wp_add_inline_script( ‘pll_admin’, ‘const pll_flag_base_url = ‘ . json_encode(POLYLANG_URL . ‘/flags/’),’before’ );
But I have updated all other files which have this string:
wp_localize_script
with:
wp_add_inline_script
using the guide above.
Many thanks for this GREAT Community!
Cheers
Forum: Fixing WordPress
In reply to: WP Notice: The $l10n parameter must be an array.Hi @thread,
Thank you for prompt help.
I forgot to insert ‘before’ argument. Let me update those files to see if that wp notice will have gone away.
Forum: Fixing WordPress
In reply to: WP Notice: The $l10n parameter must be an array.I disabled all plugins on my website where the above WP notice occurs, but it does not go away. Having search for wp_localize_script inside my website, I found out there are two files belonging to the theme which was abandoned by its developers for quite sometimes – that may be causing that WP notice.
I have fixed the first file of the theme using this guide:
https://developer.www.ads-software.com/reference/functions/wp_add_inline_script/
and also fixed the second file.
But the WP notice has not gone away.
It could come from language file because my website is bilingual site. If fixed, I ll post here.
Cheers
Forum: Fixing WordPress
In reply to: WP Notice: The $l10n parameter must be an array.Thanks @threadi
I ll do that as soon as possible on my dev site.
Forum: Fixing WordPress
In reply to: WP Notice: The $l10n parameter must be an array.Hm,
I found this answers:
and search for that string:
wp_add_inline_script
There are many plugins using it. I think this is WordPress bugs which should be fixed long ago as people reported it 3 or 4 years ago.
No sure when WordPress helps fix this?
Very appreciate WP community.
Cheers