Error Type:- PHP error
[04-Oct-2013 21:00:08] PHP Fatal error: The allowed memory size of 41943040 bytes is exhausted (tried to allocate 1966080 bytes) in /hsphere/local/home/btkda/
The application is running out of memory. You need to increase the php memory by placing the .htaccess file inside your domain folder with the string below or you need to make changes in the application code.
php_value memory_limit 60M
]]>