Undefined popups 8.81

Installed 8.1 from scratch. Appears to go well but there are a LOT of “undefined” I guess, coming from the language files?

In other words, if you hover over an element where you should get a tip, it says undefined, or there is a pop-up alert, it may say undefined, making it hard to figure out what the error is.

I know there are related topics on this and perhaps it’s a permissions issue, but I’m seeking the solution to that.

Thanks in advance

Hello Vincent,

I don’t see it anywhere in my 8.8.1 instances.
When I saw undefined before, it was usually permissions or some server / htaccess issues.

Can you make an example over what you hover to trigger it?
What do you see in your log files?

It also occurs elsewhere and on a set of buttons but I don’t recall where they were

Perhaps permissions?

Yes, try to look into your permissions first.

Things are looking fine here:

Well I’ve done that when installing Bastian.

Hmm SHOULD ALL THESE FOLDERS BE SET TO 2755?

Not sure why these were missed. The clue was given in chrome dev console showing a 403 error. I resolved some by chmoding the fbevents folder which contains en_us.js

It is simple. go to root folder of your SuiteCRM.

Run the below 4 command one after another, then let us know here.

find . -type d -not -perm 2755 -exec chmod 2755 {} ;

find . -type f -not -perm 0644 -exec chmod 0644 {} ;

find . ! -user www-data -exec chown www-data:www-data {} ;

chmod +x bin/console

As per my knowledge, it sets the 2755 for directories and 0644 to the files.

Did that. Don’t know why it missed the jslanguage folder. But I changed them all to 2755. The files within are already 0644.

My undefined popups are now resolved.

Thanks

1 Like

Happy GIFs - Find & Share on GIPHY