January 2010
M T W T F S S
« Nov   Feb »
 123
45678910
11121314151617
18192021222324
25262728293031
 


Useful







Brussels web design blog

Email Protector plugin for Wordpress

New Wordpress Plugin : Pixeline’s Email Protector, prevents spambots from harvesting any email addresses put in your wordpress post or pages.

Check it out and let me know if it works for you!

And now, a word from the president

 


 

A fix for wordpress and “Fatal error: Allowed memory size”

It happened me twice and maybe it happened to you (hence this post): i would install a plugin (like Relevanssi or Search Unleashed), which would break Wordpress or not function like i want it, desactivate it, at which point Wordpress goes berseck.
everytime i would edit or add a post or page, i would get this error message.

PHP:
  1. Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 587403 bytes) in /wp-includes/wp-db.php

The best solution i 've had so far is to increase php memory limit to a high value. Not clean, i know, but it works.
So as not to destroy the fix whenever you upgrade Wordpress, put it in your wp-config.php file.

PHP:
  1. ini_set("memory_limit","365M");

And now, a word from the president

 


 

Wordpress: how to find a page’s latest grandchild

In the context of the website redesign of the School of Computer Graphic Design that i teach in, i had the need to display on the frontpage a link to the latest grandchild of a page. It didn't turn out as easy as i thought, but i somehow managed it. Here is how.

Read the rest of this entry »

And now, a word from the president

 


 

website
Valid XHTML 1.0! Valid CSS!