My updated VM version is missing some variables showing on the page.
It only shows the constants.
I thought I am just doing an override, but everything is already in from the system.
Same effect on template Beeze.
So, it is not my own template which I thought.
Joomla! 3.9.12
More attachments.
Looks like you have a cart module or plugin that is missing language variables.
VM_LANG_CART is not a VirtueMart variable.
Enable Language debug in Joomla config and see what Joomla says at the bottom of the page.
You are right, but how can I find which language file is missing it?
Quote from: StefanSTS on September 27, 2019, 16:57:47 PM
Enable Language debug in Joomla config and see what Joomla says at the bottom of the page.
Awesome. Got it. Thank you very much for your help.
Debug shows
Quote**Not loaded** : JROOT/language/en-GB/en-GB.mod_virtuemart_cart.ini
**Not loaded** : JROOT/language/en-GB/en-GB.mod_virtuemart_currencies.ini
Check via FTP if the files are there, check the date, probably old ones, if so, delete them or backup, if they are modified.
The new files should be in modules/mod_virtuemart_cart/language/en-GB/.
hmmm, they were not in the folder JROOT/language/en-GB, but when I uploaded them into it, they got loaded.