Hi I am getting the following error message, when trying to install an application onto my server:- Fatal error: Allowed memory size of 157286400 bytes exhausted (tried to allocate 40 bytes) in C:\vhosts\mobile-makeover.co.uk\httpdocs\spryflash\phpCore\classes\dbclass\CmyDB_class.php on line 205 I changed the following line to reflect the 150mb shown above, in the php.ini as below:- memory_limit = 150M ; Maximum amount of memory a script may consume (150MB) I am pretty sure the install doesnt take any more then the 150mb I have permitted, so Im sure its something else. So Im pretty stuck, as very new to server technology. I am using PLESK 9.3 control panel with APACHE TOM CAT, on WINDOWS 2008 SR2 server. I was asked to create the file for the install, which I did on PLESK. I dont have anything to get at the database itself, like MYSQL or Windows SQL server 2008, and would have no idea on how to run them. Would prefer a more PLESK has ASP.NET, which looks pretty bad. Does any one have any ideas? Many thanks for reading this issue. Best regards Anil
You should look at your error message once again - 157286400 is exactly 150*1024*1024 Just allow more, maybe even unlimited for installation