BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Error log out
Tagged: Login custom logo
- This topic has 14 replies, 3 contibutors, and was last updated 9 years, 1 months ago by Anonymous.
Question
April 27, 2015 at 5:22 pm #39471@sashanetHi buddybossers,
how are you? I hope well!
I have a problem: when I log out from my website it is shown this error message:Warning: getimagesize(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.mybizmeet.com/home/wp-content/themes/buddyboss/buddyboss-inc/theme-functions.php on line 922 Warning: getimagesize(http://www.mybizmeet.comhttp://www.mybizmeet.com/wp-content/uploads/2014/01/logo-grande-mybizmeet-752×135.jpg): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.mybizmeet.com/home/wp-content/themes/buddyboss/buddyboss-inc/theme-functions.php on line 922
What is it?
Please find attached screen shot.
Thank you very much
Sashanet
My website is:
Answers
April 27, 2015 at 8:30 pm #39479@alyssa-buddyboss
AlyssaParticipant@sashanet this has been previously reported the fix is to contact your hosting provider to change PHP setting allow_url_fopen to on or allow.
May 5, 2015 at 3:26 pm #39818@sashanet@tjchester Sorry Tj, but my website’s PHP settings regarding allow_url_fopen are set as ON. Please see the picture attached. Can you help me to solve this issue, please?
May 5, 2015 at 6:04 pm #39839@alyssa-buddyboss
AlyssaParticipant@sashanet also check to make sure you allow hot linking photos on your website. Again, you may need to contact your host. This is an ISP issue, perhaps they can help troubleshoot and help run down the issue.
September 10, 2015 at 7:51 am #46116@sashanet@tjchester Hi Tj, I contacted the ISP and they partially solve my issue by removing the error message but now my logo is not shown when I try to login. The ISP said me that it is a theme issue. 🙁
Now I will try to install the plugin “Custom Login” for solving the problem. I hope that it will work well. However if you were able to correct the issue in the theme it should be better.
Thank you
Sashanet
September 10, 2015 at 8:46 am #46121@sashanetI try to install the plugin “Custom login” but it doesn’t work anyway.
My website is http://www.mybizmeet.com
Thank you in advance
Sashanet
September 15, 2015 at 10:30 am #46324@
AnonymousWe will update our codes with combination of getimagesize() and its alternative. It will be added shortly after testing.
RegardsOctober 12, 2015 at 3:48 pm #48567@sashanet@vapvarun Hi Varun, any news related to this issue?
Regards
Sashanet
October 13, 2015 at 10:34 am #48616@
AnonymousSorry @sashanet , It’s not implement yet
Themes still need getimagesize() function working.
RegardsOctober 13, 2015 at 2:33 pm #48664@sashanetOk, but is there a way to insert my logo?
Thank you
Sashanet
October 14, 2015 at 5:48 am #48681@
AnonymousHi @sashanet, You can add following codes to your child theme functions.php
It will allow you to any any 3rd login customization without any conflictfunction remove_boos_login_customization() { remove_action( 'login_head', 'buddyboss_custom_login_scripts', 1 ); remove_action( 'login_enqueue_scripts', 'buddyboss_login_stylesheet' ); } add_action( 'init', 'remove_boos_login_customization' );
Regards
Varun DubeyOctober 15, 2015 at 3:54 pm #48797@sashanetHi @vapvarun, thank you for your response. I added the code as you said, but neither with:
– Custom Login
– Custom Login Page Styler
– Custom Login Pluginmy logo is not shown. Are you sure that your code is correct?
Is there a way to insert my logo directly in wp-login.php or function.php without remove Buddyboss customization?
Thank you
Sashanet
October 16, 2015 at 12:52 pm #48867@
AnonymousHi @sashanet
I have tested with Custom Login, seems working fine
Regards
Varun DubeyOctober 18, 2015 at 7:09 am #49019@sashanetSorry Varun, but it doesn’t work at all. I do every single thing that you say but no way.
The only way to insert my logo is to put the code directly into header.php but now I have a whitespace below my logo.
Is there a way to eliminate this whitespace?
Thank you very much
Sashanet
October 19, 2015 at 1:05 pm #49120@
AnonymousPlease PM your login details i will set them up properly
Regards
- The question ‘Error log out’ is closed to new replies.