Undefined error quotes module suitecrm v8

Hello everyone, I am installing version 8 of the crm and it generates an error in the quotation module specifically in product lines

the inspector shows errors from the /custom/jsLanguage/en_us.js directory

any help in this case?

the rest of the crm works without problem

Hi @jaimetapiasgonzalez,

Welcome to the community! :wave: and thank you for trying out SuiteCRM 8

To help in debugging the above, could you check the following please?

  1. On the network tab is it showing a 404 or any other error when fetching those files? My guess is yes.

  2. Could you check the RewriteBase on the public/legacy/.htaccess file please? Does it have a value like /legacy or /legacy/?

muchas gracias clemente, yo lo solucione, cambie el archivo .htaccess cambiando los ^ por / de la siguiente manera

<IfModule mod_rewrite.c>
    Options +SymLinksIfOwnerMatch
    Options -Indexes
    Options -MultiViews
    RewriteEngine On
    RewriteBase /
    RewriteRule /cache/jsLanguage/(.._..).js$ index.php?entryPoint=jslang&modulename=app_s$
    RewriteRule /cache/jsLanguage/(\w*)/(.._..).js$ index.php?entryPoint=jslang&modulename$

    # --------- DEPRECATED --------
    RewriteRule /api/(.*)$ - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteRule /api/(.*?)$ lib/API/public/index.php/$1 [L]
    # -----------------------------

    RewriteRule /Api/(.*)$ - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteRule /Api/access_token$ Api/index.php [L]
    RewriteRule /Api/V8/(.*?)$ Api/index.php [L]
</IfModule>
<IfModule mod_headers.c>
1 Like

eso tambien soluciono que no permitiera importar archivos csv

Hi, It is old thread but I have the same problem in the version 8.5.
On the quote edit view all the labels are readable except labels in Line items, they are all undefined.
Any suggestions?