Augmenter limite upload [EasyPHP]
Résolu/Fermé
Guillaume-KeBoo
Messages postés
136
Date d'inscription
vendredi 12 février 2010
Statut
Membre
Dernière intervention
1 juin 2011
-
Modifié par Guillaume-KeBoo le 20/12/2010 à 07:29
Xa - 26 sept. 2013 à 09:53
Xa - 26 sept. 2013 à 09:53
A voir également:
- Augmenter limite upload [EasyPHP]
- Telecharger easyphp - Télécharger - Divers Web & Internet
- Augmenter vitesse pc windows 10 - Guide
- Augmenter luminosité pc - Guide
- Youtube upload - Télécharger - Diffusion
- Augmenter débit freebox pop ✓ - Forum Freebox
4 réponses
Salut,
Je vois pas très bien pourquoi le sujet a été indiqué comme [Résolu]... je ne vois pas la résolution.
Enfin, en regardant ailleurs (http://wordpress.org/support/topic/changing-the-upload-limit-size-from-2mb-to-110mb), je suis tombé sur les paramètres suivants et ça a fonctionné chez moi.
1. Edit php.ini. You can find it here \apache\Apache2.2.11
2. Use Find tool and search for each of these separately and change
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
memory_limit = 8M
Change to:
post_max_size = 110M (see the sql statement filesize above)
upload_max_filesize = 110M
max_execution_time = 1000
memory_limit = 128M (based on RAM)
Save php.ini
3. Edit my.ini, find it here, \mysql\my.ini
4. Use Find tool
max_allowed_packet = 110M
Save my.ini
5. Restart Your server (easyphp in my case)
Je vois pas très bien pourquoi le sujet a été indiqué comme [Résolu]... je ne vois pas la résolution.
Enfin, en regardant ailleurs (http://wordpress.org/support/topic/changing-the-upload-limit-size-from-2mb-to-110mb), je suis tombé sur les paramètres suivants et ça a fonctionné chez moi.
1. Edit php.ini. You can find it here \apache\Apache2.2.11
2. Use Find tool and search for each of these separately and change
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
memory_limit = 8M
Change to:
post_max_size = 110M (see the sql statement filesize above)
upload_max_filesize = 110M
max_execution_time = 1000
memory_limit = 128M (based on RAM)
Save php.ini
3. Edit my.ini, find it here, \mysql\my.ini
4. Use Find tool
max_allowed_packet = 110M
Save my.ini
5. Restart Your server (easyphp in my case)
Guillaume-KeBoo
Messages postés
136
Date d'inscription
vendredi 12 février 2010
Statut
Membre
Dernière intervention
1 juin 2011
16
20 déc. 2010 à 07:29
20 déc. 2010 à 07:29
J'ai resolu, enfaite faut aller voir ici dans PHP.ini : post_max_size
fenixdeamiens
Messages postés
22
Date d'inscription
jeudi 3 janvier 2008
Statut
Membre
Dernière intervention
20 octobre 2013
13
7 mai 2011 à 14:31
7 mai 2011 à 14:31
j'aurais bien aimer plus de détail merci d'indiquer plus car la c'est difficile a trouver
26 sept. 2013 à 09:53