Maintenance

Date July 17, 2008

Today i’m upgrading to Wordpress 2.6 .. so some items could not work properly during transition .. stay back, relax and stay tuned till I’m ready

Update: Wordpress 2.6 has bugs (hey .. everyone got them!) I just noticed that uploading my images to a non default folder were not working. Lucky the bug can be easily fixed by uploading a new function.php file

Wordpress 2.5.1

Date April 27, 2008

Testing the new Wordpress 2.5.1 update .. Needed to see if uploading images worked: after some testing: yes

File upload bug WP 2.5

Date March 30, 2008

Dinner in China

important bug in WP 2.5: under MSIE 7 you are unable to upload images and insert them into a post. See this patch I had to apply it manuall and it seems to fix my issues

This patch is fixing all issues I had with uploading images

Wordpress 2.3

Date October 3, 2007

Tried to upgrade to 2.3 on a test wordpress installation. Exporting entries and importing it went ok (but over 4000 entries takes too long so I had to re-do that 4 or 4 times. But again on 2.3 I find the ‘ARRAY’ issue appearing in the admin interace and weblog (standard template)

Compability is going to be less with Wordpress and all the version(s) they release. It’s a pain in the ass. and I am  not happy about it.  I am my own ISP with Bluequartz system on CentOS 4.x and various settings are hard to made or upgrade without breaking the whole back-end admin interface of the Server I run.

Numpa Plugin Wordpress

Date August 18, 2007

Van Martijn de numpa wordpress plugin gekregen. Niet geheel wat ik zocht: ik zoek ook een mogelijkheid om mijn ‘numpa’ rss feed op te laten halen en zo mijn ‘numps’ op mijn weblog te laten verschijnen. Nu gaat het net de andere kant op ..

Het werkt!

Date August 13, 2007

Eindelijk het theme dat doet wat het moet doen. Heerlijk overzichtelijk, ik heb nog geen 2% van wat het theme in zich had moeten wijzigen en ook op allerlei browsers ziet het er nu ook fatsoenlijk uit. De tijd om de pagina te laden is ook acceptabel en allerlei overbodige meuk heb ik nu niet meer in gebruik ..

Ik ben weer een happy user

Message to Self: Wordpress 2.2.2 array fix

Date August 9, 2007

Wordpress 2.2.2 has a very strange bug on some servers. After installing the 2.2.x branch successfully you try to configure in the wp-admin menu some settings and all settings show ‘array’ . Archhhh ..

after very long waiting finally found a working solution in the wordpress forum:
Try edit /wp-includes/plugin.php [Line : 102], inside remove_filter function.
Change :

unset($GLOBALS['wp_filter'][$tag][$priority][serialize($function_to_remove)]);
To : $wp_filter[$tag][$priority][serialize($function_to_remove)] = array();
unset( $wp_filter[$tag][$priority][serialize($function_to_remove)] );

this fix in the plugin.php file will fix all the ‘array’ appearances and you can work with the new Wordpress 2.2.x version.
So message to self: try to upgrade this weekend to 2.2.2 where plugins and theme keeps unaltered ;-)

Wordpress & Youtube Trouble

Date July 29, 2007

Running Wordpress 2.1.3 and I am unable to post any youtube video through the xmlrpc.php of wordpress

I only get to see this message:

This occured for the following reason:

An error has occurred. Message: Unknown

Anyone an idea what could be the solution / fix?

3 Column Theme

Date January 22, 2007

I’m looking for a 3 column theme like the one under the hyperlink. Problem: I want to have it in 1024 .. where the content is around 550 / 600 px .. anyone hints / tips how to adjust this theme this way?

Wordpress MU

Date October 24, 2006

Wordpress MU 1.0 .. The Solution for me?