tin68
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tag cloud – font-sizeOh no, please – which browser can display 1000 different font sizes?
In my opinion the decimal value should be rounded and then set as font-size value.
Forum: Fixing WordPress
In reply to: Is there an integrity test of WP files?After finding the problem in the language file I can answer the question myself: Seems there is no such test.
Forum: Plugins
In reply to: Akismet widget not XHTML validSame bug still in version 2.8.2!
Forum: Plugins
In reply to: Akismet widget not XHTML validSame bug still in version 2.8 and 2.8.1 !
Forum: Installing WordPress
In reply to: After upgrade to 2.7 – very slowIt’s me who started this thread and I am “happy” to see that I am not alone with this problem.
Forum: Installing WordPress
In reply to: After upgrade to 2.7 – very slow@minger
I am surprised, too that my bugreport seems not to be accepted as bug. But you could read in the first comments of the report – I was told that “slownessis not a bug” – and the bug report was closed very fast. I reopened it and DD32 gave some hints and the hack. I am quite disappointed as well.Forum: Everything else WordPress
In reply to: Comment Feed is not longer valid after 2.7 UpdateSorry – made a mistake in the first line:
function comment_link() { echo clean_url(get_comment_link()); }Forum: Everything else WordPress
In reply to: Comment Feed is not longer valid after 2.7 UpdateAs described in the bug track the following would be better:
function comment_lin() {
echo clean_url(get_comment_link());
}Forum: Everything else WordPress
In reply to: Comment Feed is not longer valid after 2.7 UpdateSeems to be a bug.
See the patch http://trac.wordpress.org/ticket/8405 – for me it’s working now.
Forum: Requests and Feedback
In reply to: Comments Feed has stopped validatingForum: Requests and Feedback
In reply to: Comments Feed has stopped validatingAfter upgrading my blog to 2.7 I have exactly the same problem with comments rss feed. And WordPress is installed in a subfolder as well.
Forum: Installing WordPress
In reply to: After upgrade to 2.7 – very slow@whipper
Thanks for your input – but I don’t see a difference of the loading time of pages when using Firefox 3 or IE.Forum: Installing WordPress
In reply to: After upgrade to 2.7 – very slowThanks for that – but I didn’t install these plugins.
Forum: Installing WordPress
In reply to: WordPress 2.7 Blank Page Problem (Upgrade & Fresh Install)I found in your phpinfo a very interesting detail – I reported the problem about very slow loading of the pages.
DD32 found that it could be a problem with cURL – and the interesting detail now:
On your server there is exactly the same version of libcurl:
CURL Information libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.1.4
I know this doesn’t solve your problem but I think we found a hint that this libcurl version is not compatible with WordPress 2.7 – or the other way round.
Forum: Installing WordPress
In reply to: After upgrade to 2.7 – very slowIn my opinion a very helpful tool would be a logging tool which records (all sorts of) timeouts. I think with such a tool it would be easy to find functions which don’t run on a specific server.
I don’t know if nightly builds have more logging facilities – I would be ready to help finding such issues – without having root access to the server.