BuddyBoss Home – Web Support Forums Solutions Social Learner Problem uploading own logo to site

  • This topic has 3 replies, 3 contibutors, and was last updated 8 years ago by Anonymous.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #63101
    @eltc-tel

    I’ve been trying to upload my own logo to my site and I have edited it in Photoshop so it’s the right size (280×80) but when I upload, the I get this message at the top of the page:

    Warning: getimagesize(http://www.eltc-online-academic-english.group.shef.ac.uk/wp-content/uploads/2016/03/uos-eltc-logo.jpg) [function.getimagesize]: could not make seekable – http://www.eltc-online-academic-english.group.shef.ac.uk/wp-content/uploads/2016/03/uos-eltc-logo.jpg in /webusers/eg6oae/public_html/wp-content/themes/boss/buddyboss-inc/theme-functions.php on line 2894

    Warning: Division by zero in /webusers/eg6oae/public_html/wp-content/themes/boss/buddyboss-inc/theme-functions.php on line 2895

    I don’t really know what this means or why it’s appearing. Can anyone help?

    Answers

    #63659
    @vapvarun

    Hi @eltc-tel,

    Sorry for inconvenience.
    Please check your php setting and make sure allow_url_fopen is set to ON
    It will fix the issue.
    Regards

    #67255
    @eltc-tel

    Thanks for that @vapvarun, but in what PHP file do I find that setting? Still a bit new to all this so a little more direction would help.

    #67480

    Anonymous
    @

    Hi @eltc-tel, allow_url_fopen is generally set to On. If it is not On, then you can try two things.

    Create an .htaccess file and keep it in root folder ( sometimes it may need to place it one step back folder of the root) and paste this code there.
    php_value allow_url_fopen On

    Create a php.ini file (for update server php5.ini) and keep it in root folder (sometimes it may need to place it one step back folder of the root) and paste the following code there:
    allow_url_fopen = On;

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Problem uploading own logo to site’ is closed to new replies.