Author Topic: Problème louche: "Allowed memory size of 16777216 bytes exhausted" !!!  (Read 37747 times)

0 Members and 1 Guest are viewing this topic.

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Problème louche: "Allowed memory size of 16777216 bytes exhausted" !!!
« Reply #15 on: November 04, 2005, 03:29:07 PM »
@psygno:
sorry for english responce, but there is nothing you can do about it unless you have root access to the server, you should contact your host administrator and ask them to increase memory limit per script in php.ini

désolé pour le responce anglais, mais il n'y a rien que vous pouvez faire à son sujet à moins que
vous ayez accès de racine au serveur, vous devriez contacter votre administrateur de centre serveur et les
demander d'augmenter la limite de mémoire par manuscrit dans le php.ini


)o:

Offline psygno

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Problème louche: "Allowed memory size of 16777216 bytes exhausted" !!!
« Reply #16 on: November 04, 2005, 03:42:10 PM »
in made it it is already done passed from 8mb has 16mb, but they cannot make more
 :cry:

Offline psygno

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Problème louche: "Allowed memory size of 16777216 bytes exhausted" !!!
« Reply #17 on: November 08, 2005, 09:58:16 AM »
bon ben merci a tous

mais comme y a rien a faire

poste clos

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Problème louche: "Allowed memory size of 16777216 bytes exhausted" !!!
« Reply #18 on: December 25, 2005, 10:55:59 PM »
Comment s'est déroulé cette histoire ici finalement ?

Joyeux Noël.

Offline Azzedine

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: Problème louche: "Allowed memory size of 16777216 bytes exhausted" !!!
« Reply #19 on: February 16, 2006, 09:13:54 PM »
J'ai le meme probleme avec une limite à 8Mo et mon administrateur refuse de monter au dela, il m'a donné le path pour ImageMagick qui marche bien avec un autre script selon lui mais j'ai une erreur qui me dit que le path est mauvais ou alors que le script n'est pas installé (l'admin assure que le script marche sur un SPIP).
Merci d'avance pour toute aide.

Try to translate in english :

I got same problem with 8Mo limit and the administrator of my website refuse to move up the limit, he gived me the path fo ImagMagick but 4image said me that it's wrong path or ImageMagick is not installed (the admin said that this path work perfectly with a SPIP gallery he use...).
Thanks for helping.

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Problème louche: "Allowed memory size of 16777216 bytes exhausted" !!!
« Reply #20 on: February 16, 2006, 09:40:11 PM »
Quote

mon administrateur refuse de monter au dela


Si votre fournisseur internet refuse de monter la limite, vous devriez songer à changer de serveur pour de meilleur services car, en ce moment, vous êtes sous son contrôle. ;)

Offline satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
Re: Problème louche: "Allowed memory size of 16777216 bytes exhausted" !!!
« Reply #21 on: August 17, 2008, 10:50:56 AM »
Salut tous le monde,

Essayer ceci :

Placer dans le fichier .htaccess ceci :

Code: [Select]
<FilesMatch "\.(php|html?)$">
php_value memory_limit 24M
</FilesMatch>

Logiquement ça doit marcher :)