A 2nd Gallery

a 2nd gallery inserted

Simple Gallery with WP 2.5

Creating a simple Gallery

But no Idea how a 2nd gallery is handled yet. It also seems that the upload of the gallery is only supported using Firefox and not with Internet explorer

WordPress 2.5 RC2 – Taxonomy error

upgrading from WP 2.5RC1 to WP 2.5RC2 gave me following error:”

[client xx.xx.xx.xx] PHP Fatal error: Call to a member function on a non-object in /home/.sites/143/site2/web/wp-includes/taxonomy.php on line 165

Replacing the taxonomy.php (the 2.5RC1 version) and WordPress could be updated and It seens to work, but the new version of the taxonomy.php file cannot be used

update: removing the “simpletags” plugin solved the issue. No need for this plugin anymore from 2.3 to 2.5 as there is native ‘tag’ support within WordPress

My Simple FTP script

#!/bin/bash
cd /home/backup/server
if [ -e data ]
then
cd /home/backup/server/data/
HOST=’ftp-server-address’
USER=’username’
PASSWD=’password’
ncftp -u $USER -p $PASSWD $HOST << EOT
binary
cd /Volume_1
mkdir `date “+%d-%m-%y”`
cd `date “+%d-%m-%y”`
mput *
bye
EOT
fi
cd /home/backup/server
rm -rf data

with some help of Matthijs en of course myself and a little ‘maggi’ I created a bin/bash shell script to backup data (backup of the server) to one of my other FTP server(s)

it checks if the data folder is available and if so than the a ftp session is started, logged on, a folder with the todays date is made and the data is put in that folder. After that the data folder including the content will be removed. Yes I know there is no validation if A = B but I’ve no idea how to accomplish that, but this works in my test environment. This script is saving me about 4 Hours of datatransfer where FTP is showing me a nice 10MB/s where Samba / NFS is showing me a not satisfied performance at all .. (I believe the total amount of data is about 40GB I have to backup everytime … ) ..

hints and tips welcome to have a A=B comparison before removal of the data folder ;-)

Chocolade

Vandaag kreeg ik van mijn aardige broer 99% cacao edelbitter extra krachtige chocolade ..

Nou .. die 99% is een beetje teveel cacao .. het is inderdaad: bitter, zoutig, niet lekker te noemen ..

ik hou van pure chocolade, maar dit slaat werkelijk alles.. 99% .. Brrrrrrr

Zoek je deze chocolade ga dan op zoek naar: Lindt Excellence 99% cacao Edelbitter extra kräftig (pure extra kräftige Edelbitter-Chocolade

WordPress 2.5 RC1

So, after some testing on my test blog I’ve installed the WP 2.5 RC1 onto my live site. The GUI is really awesome and I would like to test / use some features available.

My ‘overlay’ stuff keys issue with the previous version of WordPress does not happen in this version so it was an easy choise to do.

They really thought about the userfriendlyness of the user interface. Perfect! Now testing some features and plugins I have added