upgraded from 7.8.8 to 7.8.15 , now when creating a quote, the labels in lint items are "undefined"
correct labels should be displayed
see attached screenshot
Hi @boombata
Sorry to see this, I'm just going to make a couple checks to help us see what is causing this issue.
Would you be able to ensure that you run the following in the crm:
1) Repair and Rebuild
2) Repair htaccess file
Both found in the admin and repair file.
Thanks for reporting the issue.
Hi @e-reeley
yes both repairs have been run.
thank you.
@boombata
Thats good, has that helped at all or are we still in the same issue? :)
Thanks.
sorry no help, problem still persists :)
Okay, ill take a look into this :) Ill keep you posted!
Thanks again.
I downloaded a fresh install of 7.8.8, upgraded to 7.8.15 and this does not seem to be an issue for me.
Was it okay before the upgrade? :)
Thanks.
yes
tried a JS language rebuild but did not help. i'm going through the logs to find something revelent.
Perfect, anything that can maybe put us on the right line or maybe try and spot why my instance is different.
Thanks.
cannot find anything from the logs, it is like the jslanguage cache is not received by the browser (if i understood how it works) in the quote only the line items do no have labels, all other parts of the quote is ok including group label.
yesterday i forget to say that i already re-applied chmod and chown like specified in installation doc followed by a quick repair and rebuild but it did not help
@e-reeley , still having undefined labels in quotes lines items,
What i did so far
Set the following permissions on the SuiteCRM directory(Linux):
sudo chown -R www-data:www-data .
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload config_override.php
.htaccess rebuild, (is is set with: RewriteBase /)
not sure if it could be linked but, I have some custom fields in the quote modules and custom en_us.lang.js for AOS_Quotes containing only the new fields translations. these fields were added from studio last year.
do you have other ideas while i continue my investigations ?
Thank you very much.
@e-reeley it's fixed !!
there is a problem with this https://github.com/salesagility/SuiteCRM/pull/5141
the rebuild htaccess file is adding 2 mod_rewrite.c to .htaccess see attached file. (or keeping the one you add before upgrade)
in the first one the rewrite parameter got "module" parameter but in the second it send "modulename"
parameter as expected by the PR 5141.
htaccess.txt
deleted the first one with "module" parameter (the one outside BEGIN SUGARCRM RESTRICTIONS)
run quick repair.
Cleared browser cache
Hi @boombata
Sorry for the late response, Im happy to hear that you managed to spot the issue :D
It now seems to be behaving as it should?
Thanks again for raising the issue and helping with a solution to this issue.
Hi @e-reeley
Yes it is behaving as it should now.
It could be good to rework modules\Administration\UpgradeAccess.php to remove mod.rewrite.c from old content (line 88).
Thanks for your help.
Hi there,
I upgraded from 7.8.11 to 7.8.18 and I still get this issue.
Is it supposed to be solved? What is next release ?
Most helpful comment
@e-reeley it's fixed !!
there is a problem with this https://github.com/salesagility/SuiteCRM/pull/5141
the rebuild htaccess file is adding 2 mod_rewrite.c to .htaccess see attached file. (or keeping the one you add before upgrade)
in the first one the rewrite parameter got "module" parameter but in the second it send "modulename"
parameter as expected by the PR 5141.
htaccess.txt
deleted the first one with "module" parameter (the one outside BEGIN SUGARCRM RESTRICTIONS)
run quick repair.
Cleared browser cache