The MU forums have moved to WordPress.org

wp-content/blogs.php not sending header - I think (4 posts)

  1. levi.putna
    Member
    Posted 16 years ago #

    I'm having trouble with my wp-content/blogs.php. the header doesn't seem to be getting sent.

    The files are all uploaded to the correct folder, but when trying to view the file i get this result.

    This is the actual path to an image I uploaded http://clubsdotcom.com/wp-content/blogs.dir/1/files/2008/06/law-ball-015a21-150x150.jpg

    This is the wordpress url http://clubsdotcom.com/files/2008/06/law-ball-015a21-150x150.jpg

    it means users cannot upload files or images to there blog.

    I have no idea how to fix this problem, it has had me stumped for two weeks.

    Would appreciate any help or suggestions.

    Thanks,
    Levi

  2. andrea_r
    Moderator
    Posted 16 years ago #

    That's how image URLs are supposed to be re-written. I believe there's something wrong with your setup.

  3. leviputna
    Member
    Posted 16 years ago #

    The server setup or wordpress MU setup? any pointers on where to start?

    I tried running this little script in a new file, the image was in the same folder as the script.

    <?
    header('Content-Type: image/jpeg');
    readfile("menu_image_6.jpg")
    ?>

    It returned exactly the same result as my wordpress links, no image was displayed, should it have? or is this the corect resuly "ÿØÿà". Douse this suggest that there is a problem with my server configuration?

  4. andrea_r
    Moderator
    Posted 16 years ago #

    The server set up - it's not MU.

    And I just realized you posted in a seperate thread what the issue was. (which was indeed something on your end.)

About this Topic

  • Started 16 years ago by levi.putna
  • Latest reply from andrea_r