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!
and thank you for trying out SuiteCRM 8
To help in debugging the above, could you check the following please?
-
On the network tab is it showing a 404
or any other error when fetching those files? My guess is yes.
-
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