It means that your PHP script tried to allocate more RAM, then it is allowed in your php.ini. Open php.ini file and increase memory_limit value. Or find why your script needs so much RAM and modify it so that it will need less.
It means that your PHP script tried to allocate more RAM, then it is allowed in your php.ini. Open php.ini file and increase memory_limit value. Or find why your script needs so much RAM and modify it so that it will need less.