Anthea Posted July 14, 2014 Share Posted July 14, 2014 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 More sharing options...
Genie Posted July 15, 2014 Share Posted July 15, 2014 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 More sharing options...
vekia Posted July 15, 2014 Share Posted July 15, 2014 have you tried to deal with this theme manually? does it contains instructions related to manual installation process? 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