Jump to content

Datei zu groß (max. 2097152 Bytes) / v1.0.4-eu_legal


Recommended Posts

  • 9 months later...

Bei manchen Providern (Strato, 1&1) kannst du die php.ini einfach selbst eine anlegen, andere bieten dir nur den Zugriff auf ein paar Werte, die du anpassen kannst, viele erlauben gar keinen Zugriff. Das müsstest du mal klären.

Oft hilft aber als Sofortmaßnahme stattdessen die Anpassung via .htaccess, auf die du per FTP auf jeden Fall Zugriff hast.

 

Einträge für .htaccess (unbedingt vor die allererste Zeile, sonst wird es bei einer Neugenerierung durch PrestaShop gelöscht!):

php_value memory_limit 256M
php_value post_max_size 20M
php_value upload_max_filesize 20M
php_value max_execution_time 300

Falls php.ini im Zugriff oder eigene möglich, sollte folgendes auf jeden Fall rein:

file_uploads = On 
max_execution_time = 300
post_max_size = 20M
memory_limit = 256M
register_globals = Off
safe_mode = Off
upload_max_filesize = 20M
Edited by eleazar  (see edit history)
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...