Newsletter Pro 2.0.4
Available on download area for members, Newsletter Pro version 2.0.4 fixes a minor problem on blogs with many plugins installed and using more than 64 megabytes of memory (problem discovered today assisting a member).
Memory errors are subtle to discover. Usually the most common symptom is a blank page or pages half displayed or process abruptly interrupted without any other notice.
For who know a little bit of PHP, if no errors messages are displayed, one can turn them on on php.ini configuration file or using error_reporting function:
error_reporting(E_ERROR | E_WARNING | E_PARSE);
many time memory error, if not displayed, are registered on Apache error log file.

August 13, 2010 
No comments yet... Be the first to leave a reply!