• Hey everyone.

    I am using the “Reco” theme by Moon Themes. Unfortunately they do not offer any support so I’m hoping the good people that browse the forums here at wordpress.org will give me a hand.

    The instructions for changing the logo are as follows: “Enter the full URL of your custom logo image here. Note: recommended logo size is 84px height and can be up to 200px width, will be resize if it is greater than that.” This is beside a text entry box.

    When I paste the FULL url I get a php.thumb error. When I post the short url (just the directory path without the http://sitename.com) I get this error:

    ‘Warning: getimagesize(/wp-content/uploads/2012/11/header.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /home/content/67/9961767/html/wp-content/themes/reco/functions.php on line 475’

    can someone please let me know what is happening? I have been experimenting for days. I even went as far as to remove the logo that came with the site and install something in its place with the same file name. Now I cant even get the original logo to go back even with a brand new install of the theme. I’m at my wits end.

    Here’s the site. http://customknitts.com

    Thanks a million. 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • the file /wp-content/uploads/2012/11/header.jpg is missing. upload the file to the given path.

    Unfortunately, that theme is not released under the GPL — which is not in keeping with WP policy or philosophy — so it won’t be supported here at all. Further, their license says that you must keep their links in the Footer — another indication that it’s really not a good theme.

    I’d suggest reading this and finding another theme. There are lots of really great, free themes here and they are all supported here:

    http://wordpress.org/extend/themes/

    Thread Starter lifeleavesscars

    (@lifeleavesscars)

    @nsathees, sorry but that’s not the problem. I used a different image which is definitely uploaded (I just uploaded via ftp). I still get the same error.

    @wpyogi, I am familiar with GPL and the WP philosophy. I am just really trying to find a theme that suits my exact needs and none of the ones offered for free do. While your advice was surely from the right place, it does nothing to help my issue. Thanks.

    Warning: getimagesize(/wp-content/uploads/2012/11/customknitts_logoimage.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /home/content/67/9961767/html/wp-content/themes/reco/functions.php on line 475

    according to the above error

    the function getimagesize requesting /wp-content/uploads/2012/11/customknitts_logoimage.jpg.

    Which is not found. If you have uploaded the image, make sure the path is correct.

    error originates at line 475 in functions.php file.
    which is in theme dir.

    :0)

    you can’t have <div class=”toppery”></div> above doc type deceleration

    Thread Starter lifeleavesscars

    (@lifeleavesscars)

    wow…ok, I know that the doc type declaration should be at the top of the HTML document…but when I am working with wordpress I am always editing the stylesheets and not the HTML documents. Where do I find the HTML document to move that div? And where do I move it to?

    Thanks, nsathees!

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    We try really hard to be good stewards of the community, and sometimes that means we have to be the bad guy and say “The problem is you have a theme doing everything wrong, and since they’ve already broken the GPL, they’ve broken our trust and we cannot help you here.”

    I am sorry to say that, but since this theme is violating the GPL, I am closing the topic. It sucks that these people made a cool looking theme and offer no support, but it sucks more they did it in a way that cuts them out of the open source community at large 🙁

    I will give you this advice: if the divs are being inserted above the HTML, then you’re not hooking into WordPress correctly, and adding information above wp_head() somehow. Start looking into that.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘logo change generates error code’ is closed to new replies.