Jump to content

Recommended Posts

Hi

 I am finding it very difficult to get hold of someone to get help with Prestashop. I have been trying to import a theme that I purchased but it would load and now when I click "add file" nothing at all happens. there is a  arrow turing in  the top left corner over top of the prestashop logo. Help please

 

 

Link to comment
Share on other sites

It might be that your maximum file size limit is less.

To change the maximum size of the uploaded files in your server, you have to edit the php.ini file for your PHP installation. This can only be done if you do have access to your server's PHP configuration files. If not, ask your host.

If you do have access to php.ini, open it and edit the following lines:

post_max_size = [anything]

upload_max_filesize = [anything]

If you want to set the maximum to 200 megabytes, change their values to:

post_max_size = 200M

upload_max_filesize = 200M

Finally, restart the server to take your changes into account

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...