prestashop 1.6 - Template Prestahop, intalation local windows -
i installed prestashop locally easyphp. installed release prestashop_1.6.1.0 , works default theme "default-bootstrap".
i bought new theme on addons: mytheme.zip , want install locally bo have problem. when downloaded mytheme.zip error appears few seconds (page on white background):
warning: post content-length of 8547237 bytes exceeds limit of 8388608 bytes in unknown on line 0
... nothing happens. return backoffice , theme not added.
i not understand .. have idea ?
thank !
8388608 bytes 8m - default limit in php. have update post_max_size
in php.ini larger value.
post_max_size
sets max size of post data allowed. setting affects file upload. upload large files, value must larger upload_max_filesize
Comments
Post a Comment