doctorkaraca
Forum Replies Created
-
Forum: Plugins
In reply to: [PayTR Sanal POS WooCommerce - iFrame API] ?deme Bekleniyor SorunuEklentiyi etkisizle?tirin, silin ve tekrar kurun sorun ??zülüyor. PayTR’?n duyurular?nda da yazm??lar eski eklentinin silinip yeni eklentinin kurulmas? gerek diye.
EDIT — Everything is back to normal now. I guess it was a one-off weird cache issue. Thank you so much for the help! Stay safe please.
—
Unfortunately I tried with multiple browsers and multiple devices after turning off WordPress cache, putting CloudFlare in development mode and deleting stale browser files. Using Chrome with the latest updates. I still get the same problem. Maybe it is a transient thing on my end. I’ll wait a little bit and try again.
- This reply was modified 4 years, 5 months ago by doctorkaraca.
- This reply was modified 4 years, 5 months ago by doctorkaraca.
Hello again. I did flush my cache plugin, purged CloudFlare and put the map back on for you to see. It is at the lower right corner of the page. Thanks! The URL is https://www.doctorkaraca.com.
Forum: Plugins
In reply to: [Limit Login Attempts Reloaded] Plugin blocking all loginThank you! It works normally now.
Forum: Plugins
In reply to: [Limit Login Attempts Reloaded] Plugin blocking all loginAny of you using HostGator as host? I believe there was a configuration error (they switched to another version) on their part where Apache was returning host IP instead of client IP. They were aware of this situation and they were fixing it at server level. It seems to have been resolved now. The plugin is working as it should for me.
- This reply was modified 5 years, 7 months ago by doctorkaraca.
- This reply was modified 5 years, 7 months ago by doctorkaraca.
Forum: Plugins
In reply to: [WooCommerce] Same Ip Address for All OrdersHappy to report the issue has been resolved for me! Things are working as they should!
- This reply was modified 5 years, 8 months ago by doctorkaraca.
Forum: Plugins
In reply to: [WooCommerce] Same Ip Address for All OrdersGreat news @fastrak. Can somebody confirm when HostGator fixes this issue?
Forum: Plugins
In reply to: [WooCommerce] Same Ip Address for All OrdersI can confirm with reasonable certainty that this is not a WooCommerce issue. I have tried Magento, OpenCart, PrestaShop and had the same problem with each.
Here’s what I do.
1. Go to my comments administration panel (htt://www.yoursite.com/wp-admin/edit-comments.php)
2. Edit the pingback in question and enter my email address in the blank e-mail field
3. Click “Update Comment”
4. Open the subscription manager (https://www.yoursite.com/wp-admin/tools.php?page=stc-management)
5. Manually unsubscribeIt is a bit of a hassle but still feels safer than editing the database tables.
I don’t know if the bug is still there. The plug-in was upgraded last night to 3.1 but I didn’t get a chance to check yet.
Forum: Plugins
In reply to: [Plugin: Search Unleashed] problem after 2.7 upgradetomchen1989 you are genius and my hero. Your instructions above works wonderfully. One minor thing,
$this->first_match = mb_strlen ($this->text, get_option ('blog_charset'));
is not in models\search-unleashed.php but in models\highlighter.php.
Thanks a lot.
Forum: Plugins
In reply to: [Plugin: Search Unleashed] problem after 2.7 upgradeFollowing line exists in my wp-config.php
define('DB_CHARSET', 'utf8');
If I don’t change the search-unleashed.php as I mentioned above, I cannot add or edit any posts. After the change however, I am able to post new entries and edit existing posts whose titles don’t exceed 30 characters or so… Wierd.
My host is using PHP 4.4.7 still. I wonder if I am missing out on some important new PHP functionality.
Forum: Plugins
In reply to: [Plugin: Search Unleashed] problem after 2.7 upgradeEditing search-unleashed.php and changing line 699 as follows temporarily works for me as I wait for the next update of the plugin.
Find the line that goes:
function mb_strlen ($str, $encoding)
and replace it with:
function mb_strlen ($str)
I hope I am not breaking anything. But as I said, it’s a temp solution and it works for me.