There are cases where Nexus has to use a lot of memory (on the server) such as when thumbnail images are being generated for images that are large and have a high bit depth. In cases where you don't have enough memory and a thumbnail is being generated you will get a fatal PHP error. To solve this problem you must increase the memory_limit value in the php.ini file. Setting it to 128MB should work in most cases. |