Quote:
Originally Posted by JamesStPattrick
I've tried calling: 'print_no_permission();' but then I get this error:
Any idea?
|
Your PHP Script is using too much memory (128MB+). You can either increase the memory allowed by using a php.ini file (if your host allows it, but I would not recommend this method since you are consuming 128MB) or figure out why your script uses that much memory and adjust it.