About
Lonely Boy
Friends
-
Loading…heinz 14 days ago -
Loading…Bass 19 days ago -
Loading…Aluslaw 3 days ago -
Loading…matthias about 1 month ago -
Loading…propagandarap about 1 hour ago -
Loading…alexchilton about 2 hours ago -
Loading…metalab 6 days ago -
Loading…Ftabio 1 day ago -
Loading…phs about 1 month ago -
Loading…kreativbetrunken about 1 year ago -
Loading…likeaboss 2 days ago -
Loading…updates about 1 month ago -
Loading…xkcd 14 days ago -
Loading…urban 4 months ago -
Loading…loc 3 days ago - +76
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
December 21 2009
December 18 2009
November 19 2009
October 21 2009
October 19 2009
August 24 2009
October 06 2008
Wordpress auth for DokuWiki broken
Broken again, to be precise. But this time it's DokuWiki's fault. Ok, actually it's PHP's fault. One of the recent commits to the DokuWiki code introduced the function is_ssl(). Unfortunately Wordpress also defines a function with that name and due to the fact that the Wordpress auth module for DokuWiki loads Wordpress, this results in the error:
PHP Fatal error: Cannot redeclare is_ssl() (previously declared in /.../wiki/inc/init.php:378) in /.../wp-includes/functions.php on line 2268
Name collisions. We should be beyond that in 2008. *sigh*
Anyway, I was reluctant to add
if ( !function_exists('is_ssl') ) :
...
endif;
around Wordpress' implementation of is_ssl(), but couldn't think of any better way. At least the two implementations do roughly the same thing, so it seems it will be one more core file that has to be looked into on every update. :-(
Older posts are this way
If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.
