Images in Classic grid not displaying after upgrade to 9.2

DLJonsson

Well-known member
Images are not displaying in Classic Grid after upgrade to 9.2.

Please help with troubleshooting the problem.

Thanks
 

eugenio

Administrator
Staff member
Hello,
It is probably a permissions problem, I would try to understand which is the URL of the picture and view it on the browser, it should be something like:

index.php?r=....&function=show_file&file_type=image_file&tablename=.....&
 

DLJonsson

Well-known member
Even if I open permissions in the .htaccess of the Uploads folder temporarily to
Satisfy Any
Allow from all
The photos do not show in the classic grid.

copying the url from the details page in to a broswer as you suggested also does not work.

Any suggestions appreciated.
 

eugenio

Administrator
Staff member
Don't change the permissions in .htaccess otherwise the risk is that anybody can access your uploads files just by knowing the URL.

What happens exactly if you put the

index.php?r=....&function=show_file&file_type=image_file&tablename=.....&

url in the browser? Can you paste here an example of this URL?
 
Top