I've tried every possible method php.ini, .htaccess and many more and after 3 days of digging the same hole the problem is finally fix. Here is how:
In the index.php file of my current template I added the following:
ini_set('memory_limit', '128M');
Wow, I hope this will help someone else, it took me 3 days.
Thank you Kyle
Best regards