• When click on the edit button in Mozilla 1.5 it does not work for me (I get a blank screen). If i click it with IE the button does work just fine. Am I the only one who has this problem? Also when I post a new article with an img I get a
    Warning: Cannot modify header information – headers already sent by (output started at dir/b2-include/b2functions.php:1028) in dir/wp-admin/wp-post.php on line 152
    But if i save it first and then post it, all is fine.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter gregz

    (@gregz)

    hmm, 28 reads and no answer 😉
    Isn’t there anybody with 0.73 who can test mozilla 1.5? I wanna know if I did something wrong or if it’s something in the code.
    When I hit the edit button I get an empty screen in mozilla and it works fine with IE 6. Needless to say I prefer to use Mozilla.

    I’m loading up my Mozilla now. 🙂

    I think it’s just you as I just loaded up my Mozilla 1.5 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007)
    You may want to make sure you don’t have any firewalls on (lame I know) and that you don’t have any code that would duplicate the header error: Warning: Cannot modify header information – headers already sent by (output started at dir/b2-include/b2functions.php:1028) in dir/wp-admin/wp-post.php on line 152
    What’s on line 152 of wp-post.php?

    Thread Starter gregz

    (@gregz)

    Thanks for the help Southerngal (like your site btw), but there no (software) firewall here. Silly thing is it does the same (now and then) with IE 6, but not all the time.
    The black screen is a different problem from the error I get when I post a log with an <src img> i it.
    Line 151/152 says:
    if (” != $HTTP_POST_VARS[‘save’]) $location = “wp-post.php?action=edit&post=$post_ID”;
    header(“Location: $location”);
    Question:
    Do I really need the .htaccess file?
    <IfModule mod_php4.c>
    php_flag register_globals off
    </IfModule>

    Hi and thanks for the nice words about the blog. 🙂
    Are you posting an image through your upload feature? Have you CHMODED your images folder to 777 or 766? If you have
    <img src></img> as your code, it should work. You didn’t pst the correct code here, so I wanted to make sure you knew it, it was just an error because of typing.
    I don’t use an .htaccess file, although I will if I have to. It may have something to do with private posts?
    Since this happens on your IE and your Mozilla, it could very well be something with your blog or your actual system. Is there another computer you can use to check it on? That would tell you if it’s your system/browser or if it’s the blog.

    Thread Starter gregz

    (@gregz)

    After I post the log does show up, but first I get the error msg mentioned above. The photo’s are all stored in my galley (www.tplace.org/gallery). I also have Nuke-php 6.0 (old site) running on the system without any failure.

    Thread Starter gregz

    (@gregz)

    Can somebody post the php.ini settings needed for WordPress that might be of concern?

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

The topic ‘wp-admin/edit.php’ is closed to new replies.