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
Page blanche pour l'upload d'images
- jean-marie60
- Phoca Member
- Posts: 30
- Joined: 31 Dec 2017, 15:22
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Page blanche pour l'upload d'images
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
https://www.phoca.cz/documents/16-jooml ... rs-on-site
Jan
If you find Phoca extensions useful, please support the project
- jean-marie60
- Phoca Member
- Posts: 30
- Joined: 31 Dec 2017, 15:22
Re: Page blanche pour l'upload d'images
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
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Page blanche pour l'upload d'images
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
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
- jean-marie60
- Phoca Member
- Posts: 30
- Joined: 31 Dec 2017, 15:22
Re: Page blanche pour l'upload d'images
Merci fonctionne en mettant "php_value memory_limit 256M"
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Page blanche pour l'upload d'images
OK.
Kind regards
Christine
Kind regards
Christine