Jump to content

Cannot select error text


Anton1980

Recommended Posts

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...