Authors
December 2008
M T W T F S S
« Nov   Jan »
1234567
891011121314
15161718192021
22232425262728
293031  
Features
Subscribe by FeedBurner

WordPress 2.7 very soon

Written on December 3, 2008 – 5:36 pm

It appears WordPress 2.7 will be coming out in 2 days time, 9am Western Australia Daylight Savings time on Friday. I’m quite interested as I haven’t been keeping up to date with it’s development as much as I would have liked, I will be able to finish my new theme once I know there will be no major changes in the foreseeable future after this release.

Site Issues

Written on December 3, 2008 – 4:37 pm

Starting this afternoon I’ve been experiencing a few issues between some WordPress code and using PHP5. It seems when I use PHP5, my default version for some time, I experience a rather large error that according to WordPress.org seems to be possibly related to Magic Quotes or a rogue plugin, however it is occurring on my theme test site as well so I’m not so sure about plugins being the cause. So in an effort to get some stability I have reverted to PHP4 and I’m about to upgrade WordPress and see if I can sort out this problem.

Problem Solvered
As I have been noticing it appears to be related to magic quotes, I attempted to turn it off in .htaccess but this appeared to just make it angry, however adding ini_set(’magic_quotes_runtime’,'off’); to my wp-config.php file fixed the problem.

By the way if you have this problem do not copy my code listed above as the quotes will turn into invalid characters, you’ll have to type it out yourself.