• Hello all. I posted a while back and I’m back and desperate for help. I can’t figure this problem out on my own (mostly because no errors are being output).
    Basically, this is what is happening:
    My index.php page refuses to load. This will result in a “No Data” error message in a Mozilla variant browser and “DNS” error in Internet Explorer. Basically, WordPress (or PHP) was not returning any data.
    At first, I could fix this by turning off the weather plug-in. However, trying to “Publish” (and publish only) resulted in the same error. I loaded the weather plug-in code separate of WordPress and it worked. I put it back in my index page and it suddenly worked. However, my “Publish” problem still exists.
    The weird thing is, the post shows up on the index page. It gets successfully added to the database apparently, but the attempt to load up the page after adding it seems to die (no errors for me to track down).
    I pushed the issue with my webhost and the last time they seemed to fix it somehow (I have no idea how, they continue to claim the problem isn’t their fault).
    I am looking for any and all help. Why would any PHP page not output (not even errors??)? Is there a way to track this down? I thank you in advance.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Derik

    (@derik)

    I’ve narrowed the problem to the use of “do_action” at line 183 (give or take a few lines, I’ve been editing the file heavily) in post.php. If I put a die statement (with a static string) in do_action after getting the results of apply_filters, I get that string twice over. I don’t understand how it could be doing that.

    Thread Starter Derik

    (@derik)

    As far as I’m aware, my ISP doesn’t use a proxy. I’m just really bugged by the fact that the die statement prints out twice, which seems to suggest that two independent PHP threads are being spawned. The only thing that I can figure might be causing it is the use of globals in the apply_filters procedure.
    Please, someone help. I’m at the end of my rope.

    Thread Starter Derik

    (@derik)

    Are any of the developers skimming these boards? I really just want to resolve this problem and I will donate if I can get this working again. I’m not the most experienced person as far as PHP goes (though I have a large amount of programming experience). I just can’t isolate this problem on my own.

    Thread Starter Derik

    (@derik)

    I’ve found a problem with the weather plugin that seems to crash PHP or Apache when calling fsockopen(). Is anyone familiar with anything like this?

    You probably want to post in the ‘feedback’ forum or on the dev list or something

    Thread Starter Derik

    (@derik)

    Hey clay, I’m the same guy you’ve been emailing with. I think that’ll have to be my next step if I can’t get iPowerWeb to recognize that this is a problem with their server.

    Thread Starter Derik

    (@derik)

    Just to let anyone reading this know, this problem is indicative of a problem on your server. My host corrected the problem but still hasn’t let me know what caused it.

    Thread Starter Derik

    (@derik)

    Apparently, this is some kind of transient error that can be corrected by restarting Apache. Just for reference.

    Good to know- thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘No Data Browser Errors When Posting’ is closed to new replies.