![]() |
|
Images not loading - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Images not loading (/thread-13336.html) Pages:
1
2
|
Images not loading - Billy - 24-10-2019 Hello, I installed ZenPhoto with the basic theme, light version, i uploaded several images into several albums but they don't appear, the thumbnails either and the cache doesn't work. Could you please help resolve this issue ? Thank you in advance for your help! Images not loading - acrylian - 24-10-2019 Most likely your images are too large for your server to process: https://www.zenphoto.org/news/problems-with-albums-and-images/ Images not loading - acrylian - 24-10-2019 Most likely your images are too large for your server to process: https://www.zenphoto.org/news/problems-with-albums-and-images/ Edit: Just looked at the browser log and it says 403 on your site. Which would mean the file/folder permissions on your site are not correct or not correct for your server. https://www.zenphoto.org/news/permissions-for-zenphoto-files-and-folders/ Images not loading - Billy - 24-10-2019 The images are indeed large but not heavy as they are compressed images that weigh less than 2Mo. Could it be the cause ? Images not loading - acrylian - 24-10-2019 As the article linked above mentions it is not the file size that matters but the dimensions. But anyway, I think the issue is related to permissions as noted. Images not loading - Billy - 24-10-2019 Thanks for your answers. I edited the permissions since my FTP but it's doesn't work :-( Images not loading - acrylian - 24-10-2019 What do the logs say? Also our recommendations do not work on all servers. Is this a fresh install? How did you install? Looking at your site it seems the page does not even load completely. There must be an PHP fatal error in the log. This might or might not be related to the image issue. Images not loading - Billy - 24-10-2019 I have multiple errors such as this one: [Thu Oct 24 19:49:45.548932 2019] [proxy_fcgi:error] [pid 25982:tid 140061943371520] [client 90.22.192.227:49284] AH01071: Got error 'PHP message: PHP Warning: fopen(//var/www/lechatabois.fr/htdocs/produits/zp-data/debug.log): failed to open stream: Permission denied in /htdocs/produits/zp-core/functions-basic.php on line 1332\nPHP message: PHP Warning: fopen(//var/www/lechatabois.fr/htdocs/produits/zp-data/debug.log): failed to open stream: Permission denied in /htdocs/produits/zp-core/functions-basic.php on line 1332\n', referer: https://www.lechatabois.fr/produits/ I installed it 4 days ago by uploading it with FTP Images not loading - acrylian - 24-10-2019
As I suspected, something is not set right either the permissions don't match or the user is not the right one. The users that runs scripts on the server might not be the one you use for FTP (not related to users in Zenphoto itself). Can't help with that from here, best contact your host about this. Images not loading - Billy - 24-10-2019 Ok thanks for your help. I will keep you informed Images not loading - Ganesh - 28-10-2019 I have the same problem since the upgrade. Images not loading - acrylian - 28-10-2019 This is most certainly not related to the update if you get the same error as above. Images not loading - Ganesh - 28-10-2019 No, nothing happens when i wants to load a picture. Images not loading - acrylian - 28-10-2019 Zenphoto's debug log, your server's php error log and your browser console log (name varies per browser) for all client related ones. Images not loading - MarkRH - 28-10-2019 If I go to the OP's site (Billy), I get 403 Forbidden errors with every image. I don't know if some setting in Zenphoto is causing it or some .htaccess rule is causing the forbidden responses. If Hotlink protection is enable in the webhost's cPanel or something might try turning that off to see what happens. Images not loading - Ganesh - 29-10-2019 It is not the Billy problem. Images not loading - acrylian - 29-10-2019 @Ganesh: So you were talking about "uploading" and not "loading"? This is a completely different topic then… The jquery uploader has indeed a conflict with some stricter https heades that are now set in 1.5.5 that we somehow missed. The support build has the fix already and soon will become 1.5.6 therefore. Images not loading - Ganesh - 29-10-2019 OK, thanks acrylian. Images not loading - Billy - 29-10-2019 Hello, To solve the problem, I tried installing my gallery on my ftp and connect the database on the VPS server of a friend. I have the "Connection refused" error in MySQLi and "SQLSTATE[HY000] [2002] Connection refused" in PDO_MySQL. Is there a security setting to disable on ZenPhoto that will allow to connect my gallery to an external database ? Thank you in advance ! Images not loading - sbillard - 29-10-2019 Database connection refused is a server defined security. All zenphoto does is try to connect to the database providing the credentials you gave it. So perhaps the credentials are not really correct or perhaps the server does not allow remote connections. Anyway this is something you will have to resolve with the server. |