tin68
Forum Replies Created
-
Forum: Installing WordPress
In reply to: After upgrade to 2.7 – very slow@davidlari
Thanks for your feedback – at least I get the impression that I am not alone… Additionally the answers to my questions from my provider had about the same “sound” as we could read written by Otto – not a very nice situation to be in between and to find and solve a problem…Forum: Installing WordPress
In reply to: WordPress 2.7 Blank Page Problem (Upgrade & Fresh Install)Did you try my idea? Change to an other theme, save the configuration. Then go again the the design menu and change back to your theme you had before.
Forum: Installing WordPress
In reply to: After upgrade to 2.7 – very slowI found an other problem: With the patch loading time is better now – but changes in sidebar widgets are not stored correctly. In widget setup page the changes are displayed correctly – but when leaving the admin and going to the blog pages the changes are not displayed.
If I use the unpatched http.php the changes are stored correctly.
Other way round: Without the patch I am not able to update a plugin automatically – with the patch it works.
Forum: Plugins
In reply to: Akismet widget not XHTML validSeems author doesn’t read this forum.
Line 843 in the recent version should read:
<div id="akismetwrap"><div id="akismetstats"><a id="aka" href="http://akismet.com" title=""><?php printf( __( '%1$s %2$sspam comments%3$s %4$sblocked by%5$s%6$sAkismet%7$s' ), '<span id="akismet1"><span id="akismetcount">' . $count . '</span>', '<span id="akismetsc">', '</span></span>', '<span id="akismet2"><span id="akismetbb">', '</span>', '<span id="akismeta">', '</span></span>' ); ?></a></div></div>Lin 905 in the recent version should read:
<div id="akismetwrap"><div id="akismetstats"><a id="aka" href="http://akismet.com" title=""><span id="akismet1"><span id="akismetcount"><?php echo $count; ?></span> <span id="akismetsc"><?php _e('spam comments') ?></span></span> <span id="akismet2"><span id="akismetbb"><?php _e('blocked by') ?></span><span id="akismeta">Akismet</span></span></a></div></div>Forum: Installing WordPress
In reply to: After upgrade to 2.7 – very slow@johonbakeronline
Ok, I understand your decision. But well it would be interesting if the patch could solve your problem – perhaps this would help to find a real solution about this issue.Forum: Installing WordPress
In reply to: After upgrade to 2.7 – very slowThanks for your help – but I don’t have such an access to the server and can’t install software.
I try to send the information to my provider – but he told me that there is no known problem on the server (sic!).
Forum: Installing WordPress
In reply to: WordPress 2.7 Blank Page Problem (Upgrade & Fresh Install)I found a way which worked for me. Go went to “Design” menu and clicked in the list on the actual theme and saved the “new” configuration. Then everything worked normally.
Forum: Installing WordPress
In reply to: After upgrade to 2.7 – very slow@otto42
Could you please tell me which version of libcurl WP 2.7 must find on the server?Forum: Installing WordPress
In reply to: After upgrade to 2.7 – very slow@otto42
Seems that not all WP staff has your opinion – to my trac-report I got nice and interesting feedback and with the suggested patches we could find more details.Forum: Installing WordPress
In reply to: After upgrade to 2.7 – very slow@otto42
Sorry, that’s the old “game” – my provider tells me that there must be something wrong with WordPress – you are telling us that it must be something wrong with the server – period – other word: a blocked situation.To switch the server or to switch the program is not a solution in my opinion. My goal: To find and solve the problem. But I don’t have (root) access to the server and I have only little skill in PHP.
Yes I know, to find a problem one must have a lot of information, as much as possible. But it is not so easy to give such information – to test software and find bugs in not all users daily business.
On the other side: If you have a lot of feedback about “slowness” of version 2.7 there “must be something”…
[BTW. Sorry, English is not my native language.]
Forum: Installing WordPress
In reply to: After upgrade to 2.7 – very slowDid you try the patches here – at least the last one?
Forum: Fixing WordPress
In reply to: Plugin update function broken@14words
Really – very strange…Forum: Installing WordPress
In reply to: Endless upgrade 2.7Change in file wp-includes/version.php on line 11 the value from ‘2.7’ to ‘2.7.0’ and save it to the server again.
Forum: Fixing WordPress
In reply to: Plugin update function brokenThis problem seems to be related to the other problem I sent in – or better so say – it seems that both problems have the same cause.
Forum: Installing WordPress
In reply to: After upgrade to 2.7 – very slow@bernardborealis
Thanks for your input – indeed my provider runs MYSQL v4.1.18 on the server.