Hi,
I uploaded profile image for registration for member. But image uploaded but not showing in detail view page. Please help me.
Help us help you:
-
what is your version?
-
did you check your file permissions?
-
do you have anything relevant in the logs?
-
is the photo file in your upload directory? It should have a name like be7e96c0-b783-f21d-0ff2-56a009373ec3_photo , where that long id you can get from the URL of the record when in detail view, for example:
http://my.site.org/?action=ajaxui#ajaxUILoc=index.php%3Fmodule%3DContacts%26action%3DDetailView%26record%3Dbe7e96c0-b783-f21d-0ff2-56a009373ec3
(that %3D is not part of the ID)
Hi,
Thank for your reply.
Version is 7.6.4 also checked the file permission and no logs relevant.
That’s 17 versions ago… I know that there have been several fixes to Images meanwhile, maybe the first thing to try would be an upgrade, it that is a possible path for you.
Other than that, dive into this:
https://github.com/salesagility/SuiteCRM/issues?utf8=✓&q=is%3Aissue%20images
There issues specific to Edge browser, if that’s what you’re using, try a different browser to see if that is the issue you’re facing.
Good luck