Iāve just installed a new instance from SuiteCRM, and didnāt upload the logo at installation time, so I tried to do it later but it never finish to upload the image.
So, I try with another new instance, this time I tried to upload the logo during the installation process, but it also got stuck several minutes and never finish, no error message, no log message from server side.
Iām using Chrome Version 63.0.3239.84 (Build oficial) (64 bits), and the server use Apache httpd-2.4.6-67.el7.centos.6.x86_64, on CentOS Linux release 7.4.1708 (Core)
Same behavior on Firefox 40.0.3
Use Internet Explorer is a blasphemy a sin, so I never use it.
Iād never heard of this option, but from a quick Google I gather you might have a Web srever setting for X-Frame-Options that you need to relax a bit.
Try to find that term in your Web server settings or on any .htaccess file.
I tried to upload the logo to a 7.9.8 instance after installation process, go to: Admin->System Settings section āCurrent Logoā, I select the file, then a āloadingā icon appears to represent the logo upload, but nothing happend, the icon never disappears and the logo is never uploaded, this time I see some other error messages:
Uncaught TypeError: Cannot read property āforQuotesā of undefined
at Object.upload (index.php?module=Configurator&action=EditView:1468)
at HTMLIFrameElement.q (sugar_grp1_yui.js?v=nRZIoTyDvDIeQxfobMbJaw:55)
at HTMLIFrameElement.n (sugar_grp1_yui.js?v=nRZIoTyDvDIeQxfobMbJaw:25)
upload @ index.php?module=Configurator&action=EditView:1468
q @ sugar_grp1_yui.js?v=nRZIoTyDvDIeQxfobMbJaw:55
n @ sugar_grp1_yui.js?v=nRZIoTyDvDIeQxfobMbJaw:25
These messages make any sense to you?
Iāve add an attachment with an screenshot of the behavior.
Yes pgr itās right, but I donāt understand it until I read mozilla doc, I tought that was something in the browser and I have no .htaccess file, so I didnāt find useful to change some browser property, then I realize that was a http server property at then make sense, thanks for your help.