Okay, it's working now, I had to increase the WP_MEMORY_LIMIT
By adding:
define('WP_MEMORY_LIMIT', '64M');
to my wp-config.php everything started working!
Okay, it's working now, I had to increase the WP_MEMORY_LIMIT
By adding:
define('WP_MEMORY_LIMIT', '64M');
to my wp-config.php everything started working!