PDA

View Full Version : vtiger and php5 problems


riccge
14th December 2006, 18:01
Hi !
at the end of web installation of vtiger i recieved a blank page (see attach) with no finish button;looking into logs i found this error:

Dec 14 12:07:57 server httpd: PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 7 bytes) in /home/e-smith/files/ibays/crm/html/modules/Contacts/contactSeedData.php on line 9569

Any suggestion?

Riccardo

Ben
15th December 2006, 01:44
the go to your php.ini and change the value for memory_limit and raise it, e.g. to 32M
Restart apache then and try again.