Userinformation are not getting saved

Hi,

i can not save the User parameter “display full name” and “filter modulemenue”

It works for a couple of time and then the parameter changes.
Is this a known problem?

Then i dont have access to the product image. When i uploadet a picture it ends in the upload folder but when i point my browser to the picture then it is the error that i dont have the rights .

i habe changed temporaly the rights to 777 but it doesn’t work.

Can anybody help me?

Regarding the user information not saving, is it possible that you have a logic hook or a Workflow making changes to the data after you save it?

How exactly do you “point your browser to the picture”? Which URL do you use?

Hi,
i open the product side and copy the link of the productpicture where i can see only a placeholder for the pic.
The link is
http://192.168.178.80/upload/AF2C62CC-8132-E43D-614D-040450D33C03_Bild1.png

When i point my browser on this link then i get:
Forbidden
You don’t have permission to access this resource.

Even when i give the picture the rights 777. It does nothing.

The problem is not a matter of file-system permissions, it’s the web server that doesn’t let you get the file. You’ll find an .htaccess entry for this.

This is likely on purpose, due to security issues - you can’t let people download any images from your server just by trying file names in the URLs. You have to go through an authenticated entry point.

The link generation doesn’t seem correct to me, it’s likely a SuiteCRM bug. I just tried it on the live demo and it doesn’t work there either.

See some discussion here:

OK. I solved it with the .htaccess.

THX.