BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Error on login page
Tagged: image, login page
- This topic has 6 replies, 2 contibutors, and was last updated 9 years, 9 months ago by Alyssa.
Question
February 7, 2015 at 10:49 am #35557@yannHello.
There is, for me, an issue in login page. My two image are 280×80 ans 80×80.
The issue :
Warning: getimagesize(http://www.spect-acteur.eu/wp-content/uploads/2015/02/logo-spect-acteur-280px.png): failed to open stream: HTTP request failed! HTTP/1.1 401 Unauthorized in /home/yannspectact/public_html/wp-content/themes/boss/buddyboss-inc/theme-functions.php on line 989
Warning: Division by zero in /home/yannspectact/public_html/wp-content/themes/boss/buddyboss-inc/theme-functions.php on line 990
can you help me please?
Answers
February 7, 2015 at 11:21 am #35563@alyssa-buddyboss
AlyssaParticipant@yann please verify allow_url_fopen is set to 1 or on in your server settings. Your hosting provider will probably need to check this for you.
February 7, 2015 at 11:32 am #35564@yannok, thank you @tjchester!
February 7, 2015 at 11:38 am #35565@yannOk @tjchester. I check and allow_url_fopen is set to 1.
But for protect my site under construction, i write this line on my .htaccess
AuthName “Site en construction”
AuthType Basic
AuthUserFile “/home/yannspectact/public_html/.htpasswd”
Require valid-userThis is the problem…
February 7, 2015 at 2:59 pm #35578@alyssa-buddyboss
AlyssaParticipantThat would do it. I would suggest ignoring the error for now and wait until you go live 🙂 or you can add this to your child theme functions.php file:
error_reporting(0);
February 7, 2015 at 3:49 pm #35590@yannThank you @tjchester.
For the moment, i delete the code on my htaccess to be certain there’s no issue about this, and because i need some help : maybe you or other need to go on my site to view future issue…
February 8, 2015 at 9:47 am #35610@alyssa-buddyboss
AlyssaParticipantThat is a very good possibility. Sometimes they are hard to explain and even harder for me to understand 🙂
- The question ‘Error on login page’ is closed to new replies.