There is one problem though. Once I run a āQuick Repair and Rebuildā, the file gets regenerated and corrupted. Does anyone know where the contents of that file come from?
I am so glad I was not the only person with this issue.
Sorry I have not responded I was busy with other projects but am back to working on the crm, I realized I had forgotten about this issue until I cam to add a list in the crm.
I was curious as to why it would just hang, and for some reason it had not occurred to me months ago I turned on error reporting in plesk for php for my crm site instance, and sure enough a parsing error generated for both dropdown addition and module addition.
The error involved the russian file as well.
I downloaded the the install pack and transfer the ru file and it worked, but I also checked as another use mentioned he/she lost functionality on repair and rebuild, where is it built from? iām sure an ultimate and permanent fix lies in that file.
I will report back if I find a permanent solution.
Thanks!
That would be great. I have not been able to find the culprit.
Ok so someone mentioning they had the probem after quick repair and rebuild I researched the sugar docs to see where the language file was being generated from.
a quick search turned up
This shows that the /custom/Extension/modules//Ext/Language/
Is related to the language file present in /custom/modules//Ext/Language/.lang.ext.php
BTW this is pertaining to 7.1.4 not the latest 7.1.5 as I need to build and test my custom modules with that build and have yet to upgrade.
So the FIX:
Download the 7.1.4 max file and unzip
Go to the \suitecrm-7.1.4-max\custom\Extension\modules\ModuleBuilder\Ext\Language\
Copy both ru files to the server on the same directory.
/custom/Extension/modules/ModuleBuilder/Ext/Language/ru_ru.AdvancedOpenPortal.php
/custom/Extension/modules/ModuleBuilder/Ext/Language/ru_ru.SecurityGroups.php
Perform a quick repair and rebuild.
Go test the module builder and it should all now work!
It did for me at least.
Remember i did also disable the language ru and spanish, but i do not htink it is related.
I had already looked into those files but your solution did not work for me. In my case, thereās something getting inserted into custom/modules/ModuleBuilder/Ext/Language/ru_ru.lang.ext.php before the files in custom/Extension/modules/ModuleBuilder/Ext/Language/ru_ru*. Does anyone know which php file creates custom/modules/ModuleBuilder/Ext/Language/ru_ru.lang.ext.php so I can maybe debug it somehow?
Hi staganyi,
If you search for some of the labels/translations in that file, it should show results for other files and point to the file generating those languages.
Thanks,
Will.
Iāve looked at other files that contain some of the labels but that proved to be a dead end as well. In my case, the repair and rebuild is inserting 2 empty lines along with a weird character that my editor does not display and then all the files from custom/Extension/modules/ModuleBuilder/Ext/Language/ru_ru* into custom/modules/ModuleBuilder/Ext/Language/ru_ru.lang.ext.php (Iāve attached the file for reference). If I manually remove that weird character, everything is fine. Thatās why Iād like to debug the repair & rebuild php file to try and figure out what the hell is going on.