This should be fixed now. Let me know if it isn't.

Jacob Santos

Frank Bueltge wrote:
my error in backend:
Warning: 
fopen(http://localhost/wpbetawp-cron.php?check=61106eb42965f8934fb6922127370ae8)
[function.fopen]: failed to open stream: HTTP request failed! HTTP/1.1
404 Not Found in D:\xampp\htdocs\wpbeta\wp-includes\http.php on line
636

normaly ?

I think, the url is not correctly http://localhost/wpbetawp-cron.php?che....
better: http://localhost/wpbeta/wp-cron.php?che....

Liebe GrĂ¼sse
Frank
______________________________
Mein Buch: WordPress - Weblogs einrichten und administrieren | ISBN
978-3-937514-33-8

bueltge.de
kvfl.com



On Sun, Aug 3, 2008 at 5:14 AM, Jacob Santos <[EMAIL PROTECTED]> wrote:
The HTTP API has been committed to the trunk yesterday and should be
considered experimental prior to further testing and debugging. It would be
great if people can test it. Mostly the only two parts of WordPress that are
affected are the Cron and WordPress updater checking. If you experience
problems with the cron not running, then basically this is the reason why.

The five classes are Fsockopen, fopen, Streams, Curl, and the HTTP
extension. Mostly, if you are using PHP5 and the HTTP extension is being
used, then the HTTP extension class will be used. If not, then Curl will be
used. If Curl extension is not enabled, then the Streams will be used.

Currently only one class will be used. If it fails, then you're pretty much
screwed. Err, sorry. I'm working on getting that fixed. If you have any
ideas or patches, then they are welcomed.

Jacob Santos
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

------------------------------------------------------------------------

_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to