cathe831
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] 3.0 brings down my site.Thank you for tracking it down. I had host enable mbstring, and all is working now. Thank you for your help
Forum: Plugins
In reply to: [Site Reviews] 3.0 brings down my site.I sent an email with this info:
I deactivated caching plugin. Cannot activate Site Reviews because it triggers Fatal Error:
Fatal error: Uncaught Error: Call to undefined function GeminiLabs\SiteReviews\mb_strtolower() in /home/boundar6/public_html/wp-content/plugins/site-reviews/plugin/Helper.php:313 Stack trace: #0 /home/boundar6/public_html/wp-content/plugins/site-reviews/plugin/Database/OptionManager.php(22): GeminiLabs\SiteReviews\Helper->snakeCase(‘site-reviews-v3’) #1 /home/boundar6/public_html/wp-content/plugins/site-reviews/plugin/Database/OptionManager.php(103): GeminiLabs\SiteReviews\Database\OptionManager::databaseKey() #2 /home/boundar6/public_html/wp-content/plugins/site-reviews/plugin/Database/OptionManager.php(32): GeminiLabs\SiteReviews\Database\OptionManager->reset() #3 /home/boundar6/public_html/wp-content/plugins/site-reviews/plugin/Database/DefaultsManager.php(36): GeminiLabs\SiteReviews\Database\OptionManager->all() #4 /home/boundar6/public_html/wp-content/plugins/site-reviews/plugin/Application.php(52): GeminiLabs\SiteReviews\Database\DefaultsManager->set() #5 /home/boundar6/public_html/wp-includes/class-wp-hook.php(286) in /home/boundar6/public_html/wp-content/plugins/site-reviews/plugin/Helper.php on line 313
Cathe
Bluehost sent a response and here it is:
Thanks for contacting Support and we are following up on your plugin concern. In regards on how you should be grabbing your visitors IP addresses, this should be done using $_SERVER[?REMOTE_ADDR?]. I created a very basic PHP page that goes over the your reported methods of getting the visitors IP: https://boundarystone.org/testphp.php (Feel free to remove the file from your server). From this page you can see that REMOTE_ADDR is properly showing the correct IP address and from what I can tell, your plugin is first grabbing the HTTP_X_FORWARDED_FOR which is going to be your server IP address. The server is configured with nginx as proxy which is why you are getting an output as the server IP for HTTP_X_FORWARDED_FOR and ultimately you should make sure that the plugin is getting the REMOTE_ADDR. This may require that you contact the developer of the plugin for a resolution.
While they were looking, the setting was set to HTTP_X_FORWARDED_FOR. I have set it back to REMOTE_ADDR, but in User Login/Logged in Users in the plugin, my address is still the server address. Maybe his php above will help you figure it out.
Bluehost. I will try again. I understand better now. and yes, I did copy your full explanation/question. I can try again.
Their answer was: It is stored in /usr/local/apache/domlogs/
I obviously am not asking the right questions. I got on chat. Here is part of the transcript. C is me.:
? S
? That is plugin settings…There is no predefined location for the IP address for this location..You will need to check the plugin coding where those IP will be recorded in the server
? C
He is wanting to know where to get them and has to get them from the server somewhere????
The plugin was working fine until a few days ago with looking in a default location.
? S
That IP is stored by the plugin and we are not aware of the settings of the plugin. There are some codes in the plugin to store the IP and you will need to check on that
I suggest you to check with the plugin vendor
They will know the codes on the plugin and settings of the plugin
? C
That is who told me to ask you the question.
? S
Unfortunately we cannot assist on this. It is the plugin issue and There is no predefined location for the IP address for this location.
I am sorry for the issue you are experiencing , but this is the issue with the settings of the plugin
? C
You do not have the iP of visitors anywhere on the server???
? S
We do not store any IP if the visitors of your website? That is plugin settings…There is no predefined location for the IP address for this location..You will need to check the plugin coding where those IP will be recorded in the server
I do not use Cloudflare.
i am saying after trying both of those settings, even trying logging out and back in, I go to User Login/Logged in Users, and the IP address listed for my user is my site’s server IP. If other users login in, they all show the same IP address.
If I enable Login Lockdown, and someone gets locked out, it locks out everyone. I had to disable Login Lockdown.
- This reply was modified 6 years, 5 months ago by cathe831.
I did that, but in the Logged In Users tab, it is still showing the server’s IP address for me.
Forum: Plugins
In reply to: woocommerce paginationTHANK YOU FOR THIS ANSWER! You cannot imagine how long I have tried to find what I had done to cause one item per page!!! What a simple answer.