Derik
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: [RC1] XML-RPC is BrokenI don’t think it is. It previously worked in 1.5.x.
Further, this errant behavior is present when using two completely separate blog clients (MarsEdit and w.bloggar, on Mac and Windows respectively).
The new XML-RPC library is the root of the problem.
Forum: Alpha/Beta/RC
In reply to: [RC1] XML-RPC is BrokenOddly enough, it seems to work for WordPress. Unfortunately, that doesn’t help me.
Forum: Alpha/Beta/RC
In reply to: [RC1] XML-RPC is BrokenOk, backticks don’t help showing the entity result.
“>” becomes “& gt ;”.
Forum: Requests and Feedback
In reply to: get_home_path() fails with PHP as CGII had to rewrite the function to return my actual home path (hard wired as a string).
Forum: Fixing WordPress
In reply to: No Data Browser Errors When PostingApparently, this is some kind of transient error that can be corrected by restarting Apache. Just for reference.
Forum: Fixing WordPress
In reply to: No Data Browser Errors When PostingJust 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.
Forum: Fixing WordPress
In reply to: No Data Browser Errors When PostingHey 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.
Forum: Fixing WordPress
In reply to: No Data Browser Errors When PostingI’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?
Forum: Fixing WordPress
In reply to: No Data Browser Errors When PostingAre 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.
Forum: Fixing WordPress
In reply to: No Data Browser Errors When PostingAs 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.Forum: Fixing WordPress
In reply to: No Data Browser Errors When PostingI’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.
Forum: Fixing WordPress
In reply to: “No Data” Errors and MoreAnother update:
My host once again has told me that the problem is on my end. There’s a problem with that assertion: Last night, I made a new database and a fresh installation of WordPress, and I still have the problem with posting.
Has anyone run into this before?Forum: Fixing WordPress
In reply to: “No Data” Errors and MoreOh, and I’m using iPowerWeb, so if anyone reading this uses them, please chime as to whether you are having problems as well.
Forum: Fixing WordPress
In reply to: “No Data” Errors and MoreI did in my original request for support from them. They seemed to ignore my question, but I reiterated it. Hopefully they’ll answer. At first I thought maybe they upgraded to PHP 5.0, but according to phpinfo() it’s 4.3.4.