How to solve undefined labels in suiteCRM
Asked Answered
P

7

6

I am getting this error in SuiteCRM:

"NetworkError: 404 Not Found - /cache/jsLanguage/Home/en_us.js?v=9W_DRN8pphMvoAsvU564UA"

Please help me that how can I solve it?

Pharyngoscope answered 15/10, 2015 at 6:50 Comment(0)
P
4

Go to Admin > Repair and do a "Quick Repair & Rebuild". Execute any changes shown at the bottom of the page.

If that doesn't work, go to Admin > Repair and do "Rebuild .htaccess file" and afterward, Admin > Repair and do a "Quick Repair & Rebuild" again.

Pharyngoscope answered 15/10, 2015 at 13:29 Comment(0)
D
2

Simply remove the cache folder from your instance files, and make a hard reload.

Dogged answered 14/12, 2018 at 12:33 Comment(0)
B
0

I had this same problem and the above answer did not work.

I found that the file/folder permissions were wrong, once these were updated 644/755 respectively everything started to work as it should.

Biscay answered 8/11, 2017 at 2:25 Comment(0)
F
0

Here are the commands you need to execute in the directory to fix this issue.

find -type d -exec chmod 755 {} \;
find -type f -exec chmod 644 {} \;
Flamethrower answered 4/1, 2018 at 18:56 Comment(0)
W
0

These 3 directories in SuiteCRM should be 777. or at least 775.

Cache upload custom

As lot of files re-generate while repair or cache build up, it needs to be full permission on those directories.

Whiffen answered 3/12, 2018 at 3:19 Comment(0)
P
0

the issue for me was super simple and none of these: my .htaccess file had an old directory listed so I did a control F, changed the directory name of where suitecrm should have been and currently is, and then saved it, and boom. all 'undefined' errors gone. Hope this helps

Punchdrunk answered 19/2, 2019 at 15:27 Comment(0)
W
0

This is related to RewriteBase in .htaccess. Either you can manually update it by modifying .htaccess or execute Rebuild .htaccess file

Whitneywhitson answered 23/8, 2019 at 11:25 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.