Page 1 of 1

Page blanche pour l'upload d'images

Posted: 30 Jun 2018, 18:59
by jean-marie60
Bonjour

J'ai cette page blanche lorsque je veux uploasder des photos à partir de l'aministration, je ne peux donc rien faire

https://screenshots.firefox.com/xgTXrsu ... froissy.fr

Re: Page blanche pour l'upload d'images

Posted: 01 Jul 2018, 12:09
by Jan
Hi, blank page mostly means a php error, try to enable php error reporting or see errorLog on your server to see which error do you get there:

https://www.phoca.cz/documents/16-jooml ... rs-on-site

Jan

Re: Page blanche pour l'upload d'images

Posted: 01 Jul 2018, 17:37
by jean-marie60
Voici le rapport d'erreur
Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 24576 bytes) in /public_html/administrator/components/com_phocagallery/libraries/phocagallery/image/imagemagic.php on line 259

Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 20480 bytes) in /public_html/libraries/vendor/joomla/registry/src/Registry.php on line 89

Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 20480 bytes) in /public_html/libraries/joomla/database/query/element.php on line 74

Re: Page blanche pour l'upload d'images

Posted: 01 Jul 2018, 19:11
by christine
Hi,

try to change in the php.ini file e.g. to: php_value memory_limit 256M or ask you hosting provider.
But check also your .htaccess about values (if stored).

Kind regards
Christine

Re: Page blanche pour l'upload d'images

Posted: 02 Jul 2018, 00:44
by jean-marie60
Merci fonctionne en mettant "php_value memory_limit 256M"

Re: Page blanche pour l'upload d'images

Posted: 02 Jul 2018, 18:04
by christine
OK.

Kind regards
Christine