php

Tweaking PHP memory limit for Drupal & WordPress errors

Written on August 31, 2009 by

Coming across PHP memory related error messages? Getting that annoying "Fatal Error - Allowed memory size exhausted" message? Firstly, this could indicate that there is something wrong, like a problematic module or plugin that - due to a bug - is consuming Continue Reading →

WordPress 2.7, 404 errors and Magic Quotes GPC

Written on January 20, 2009 by

WordPress 2.7 doesn't work well with Magic Quotes, I've learned the hard way while trying to help a fellow worker get her blog back to work this week. The symptom was a change in the wp_options table reverting this : a:63:{s:11:"robots.txt$";....... to Continue Reading →