Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Verdanas

    (@verdanas)

    Please stop intercepting and editing/deleting my posts, thanks. I post here requesting assistance. If you have some issue then step up.

    ===========

    Now, to assist people since the ones who mmeddle in other peoples’ posts can’t be bothered to actually help with answers…..

    RESOLVED

    I couldn’t wait on someone to come find that, kept digging and found this – it should come in handy for others:

    ———

    Sometimes programmers want to change some of the header values. For example, if the PHP if generating XML output, the Content-Type should be changed to reflect this. Another common example is in redirecting the user’s browser to a different web page using the Location header element as described in this Tech-Recipe.

    The header must come first in the response from a web server and is separated from the body by one blank line. The reason this error occurs is that some part of the body of the web page has been sent to the user already when a request is made to set a header value. Because PHP simplifies many things for you, the problem may be hiding in plain site. Here are some guidelines for finding the problem:

    1) Find the header() statement that is causing the problem. The error must be at or before this line.
    2) Look for any statements that could send output to the user before this header statement. If you find one or more, find some way to move the header statement before them. Complex conditional statements may complicate the issue, but they may also help solve the problem. Consider a conditional expression at the top of the PHP script that determines the header value as early as possible and sets it there.

    3) Make sure there is no white space outside of the php start and end tags. While a blank line before the <?php start tag may look innocent, when processed by PHP, it will turn into an echo statement printing out a blank line. This is a common culprit.

    ———————-

    I did edit the functions.php file to add my own logo and copyright so to remedy that, I copied the original functions.php and replaced it in the WP editor, saved, and reloaded/F5 a couple times and it seemed to do the trick.

    NOW I can go find all the plugins that don’t work with either 3.1 or the theme, yay! ;-p

    Forum: Installing WordPress
    In reply to: WTF 3.1
    Thread Starter Verdanas

    (@verdanas)

    OMG DON’T HIT ME ;-d

    I don’t think I’d have figured this out on my own, nor do I think anyone else would’ve thought of it but by a fluke of nature, when I was uploading the above screen caps to the folder, I happened to notice the HTACCESS file in the root, and it hadn’t been there before. I downloaded and opened it, see lots of stuff about referrer codes and image formats. I deleted it…now all the images work fine. No issues with the install, no header errors (so far, we shall see what happens when I save)…

    So………who knew.

    Apologies for the rant but it was seriously p*ssing me off it wasn’t working.

    *hugs* wordpress crew again. Mybad!

    Forum: Installing WordPress
    In reply to: WTF 3.1
    Thread Starter Verdanas

    (@verdanas)

    I downloaded WP tonight, current version, right here off the www.remarpro.com website, the zip file downloaded, I unzipped it, moved it to a work folder, set up the config file correctly, uploaded and get nothing but nightmares so if it’s my installation it’s everybody’s who downloads it off the main page of this site.

    Here it is again in case it’s missed on the link above

    Cap 1 -Graphics Broken
    Cap 2 -Graphics Broken
    Cap 3 – No background loaded despite confirmation
    Cap 4 -2010 Broken
    Cap 5 – ONE plugin

    Every time I select an image and upload it reverts back to “no file chosen” and no image shows up.

    The install isn’t the problem, this version in that zip file is corrupt/broken/non usable. So direct me to the FIXED version that works fine for you and all these other many users because it’s been almost 8 hours now and I can’t get anything done.

    Verdanas

    (@verdanas)

    Ditto.

    WP has always been great, and all upgrades were painless…now they hit 3.1 and that just wrecks everything.

    FIX IT!!!

    Verdanas

    (@verdanas)

    I don’t think it’s a plugins problem, I think this version is messed up.

    Forum: Installing WordPress
    In reply to: WTF 3.1
    Thread Starter Verdanas

    (@verdanas)

    None of that addresses the problem. That’s the link I referred to in the OP.

    Incidentally, it’s not just the images I upload, the actual platform images of wordpress itself are all broken…the logo and button images, etc. all show broken image.

    I think this version is broken. Please direct me to the previous version before this upgrade. I’ll check back on upgrading when a review of the forums isn’t overrun with people wondering WTF is up with 3.1

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