I am getting an error on my site -- not all the time, but quite often. How can I fix this?
The website encountered an error while retrieving [URL] . It may be down for maintenance or configured incorrectly. Here are some suggestions: Reload this web page later. HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
Take a look at Help > System Info > PHP Information and see what the memory_limit is set to?
If it is only 8MB, then you likely have too little memory available in the php.ini settings of your hosting account.
If that is the case, to resolve it, contact your host and ask them to increase memory (memory_limit) to at least 32 MB and then see if the error disappears.