Anton1980 Posted December 24, 2019 Share Posted December 24, 2019 When I upload an image, I receive an error. The error text cannot be selected. Because of this, I have to re-type it symbol by symbol before I can look up that error message in code. Please make it so I could copy and paste. https://postimg.cc/vDvTNdsm Link to comment Share on other sites More sharing options...
ecommerce16 Posted December 24, 2019 Share Posted December 24, 2019 its a message not a link. It already gives you the information you need: your memory limit has been exceeded. Check your limits in your configuration and in your hosting. Maybe the image size is too big Link to comment Share on other sites More sharing options...
Anton1980 Posted December 24, 2019 Author Share Posted December 24, 2019 Curious, thank you for your response. However, I feel that you misunderstood me. I needed to find this error message in code to see why it happens and thus know how to fix it. If I could select that text and copy it - that would make things easier. Link to comment Share on other sites More sharing options...
selectshop.at Posted December 25, 2019 Share Posted December 25, 2019 This happens, because your server is not giving the necessary resources free which are needed. You should change either the memory_limit, the the max_input_time and max_execution_time of your server to the following settings: memory_limit: 512M, max_execution_time: 300, max_input_time: 300. Check your server settings and change the values as suggested.BTW not a bug, but a bad configured server. Check also other requirements needed to run Prestashop without problems on your server here: https://www.prestashop.com/forums/topic/884856-best-server-settings-for-prestashop-17-tested-in-production/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now