Donghyeok kang
Forum Replies Created
-
Hi,
Thanks for reply.
What about creating tables during the plugin activation step?
Do you have any reason to try to create tables on every request in the case of mysqli storage engine?Regards,
DonghyeokHi,
I found that this is an issue about the selectWoo library.
Select2 doesn’t make this happen.
I submitted an issue at the SelectWoo repository, too.
https://github.com/woocommerce/selectWoo/issues/51Forum: Plugins
In reply to: [WPSmartContracts] NFT Items not showing in the author page and my items pageHi,
The author page is using the “Clean Page” template.
I’m building my site via Oxygen builder plugin.
It disables any page template, so the Clean Page template is not loaded.
I’ll try to call the loadNFTMy() function anyway.One more thing, you’d better check that the Clean Page template prints the <body> tag twice.
Thanks.
I got it.
Thanks a lot.I thought I could make two collections, the one for ETH and the other for ERC-20 token.
Do you mean I cannot use ETH on Suika?
I have to use Suika because of the royalty.About the second question, can a user cancel selling his item before another user buys it?
Thanks.
- This reply was modified 3 years ago by Donghyeok kang.
- This reply was modified 3 years ago by Donghyeok kang.
Forum: Plugins
In reply to: [WPSmartContracts] Suika not working in deployingHi,
I succeeded in deploying a collection.
Thanks.Hi,
I have been searching a solution to use Wordfence in multiple servers, too.
How about using a Redis based filesystem like this?
https://github.com/MatthiasWinkelmann/redis-fs@bluebearmedia
Let me answer to the bigger question.
My company provides a kind of the WordPress managed hosting service. Wordfence is installed and activated automatically. Its auto-upgrade option is turned on.
Most of our clients have no idea of the WordPress security and upgrades.
It’s very happy that the WordPress core team supports the previous versions for security.
The problem is that Wordfence startd using the functions which were introduced in the WP 4.4 released on December 8, 2015.
We should replace the security plugin of our clients’ sites with Sucuri or something, or ask them to upgrade the WordPress.I agree with you at some point.
Yes, it can be a HHVM bug.
But this crash is a recent problem after the wordfence update.
I think some changes affects this kind of crash and wish that you could fix it.
Thanks.Hi wflandon,
/path/to/wp-content/wflogs/rules.php file exists.
hhvm -l /path/to/wp-content/wflogs/rules.php
This prints nothing.
I have been using Wordfence on HHVM for more than 6 months.
And this is the first case that HHVM crashes.Now I am running PHP7-FPM but I will try HHVM again later.
Thanks.
Hi, Chad.
I found that Blocking the page does not work on the page selected as “User Profile Page”.
Please check this out.
Thanks.Thanks, Chad.
I’ll check the shortcodes documentation.
Why doesn’t “Block the page” work?I solved this.
The WordPress version of my site was 3.8.
I upgraded and solved it.
Thank you so much.Hey,
I’m sorry to hear that.
Does every Wodrdfence users use PHP 5.6 or 7.0?
What you said is just a recommendation.
I suggest that you shoud write “Wordfence requires PHP 5.6 or later” in the plugin description or append the hash_equals function in the case of the older PHP version.
Thanks.In my site, a logged-in user can both change his email at the profile page and write another email in the checkout field.
When he changes his email, he cannot see the previous purchase history. And when he write another email in checking out, he cant’t see the purchase item he bought just before.
I modified includes/user-functions.php and made a pull request.
Please check this out.
https://github.com/easydigitaldownloads/Easy-Digital-Downloads/pull/3619/files