I cannot use the module builder once upgrade to 7.1.4 was completed.
I had the issue with 7.1.2, later the update to 7.1.3 fixed the issue. Now with the recent upgrade it is broken again.
The Symptom: I cannot create a custom Module in Module Builder. It allows me to create a package, Once i attempt to create an actual module it does not create. If I go back to package it shows it is created but as a basic module. Once I enter the module under module builder I cannot make any changes until I save a āLabelā. Label will not save. I tried for a moment setting my permission to 777 in case that was in issue so it is unrelated to that.
Anyone have a clue as to what the issue is. I tried turning on error reporting but now there are so many errors its too much to sift through.
I will check the sugarlog and see what comes up when I attempt to create a module.
Any help would be greatly appreciated. I wonder what was changed from 7.1.2 to 7.1.3 to 7.1.4 to have this issue.
Thanks again, Love how the community is growing here
Ok, so it works on my test local install on CentOS 7
I have it on production on a plesk server CentOS 6.5 (i am managing) and the issue seems to be with this, I wonder what I can do to get it working. Its probably a permission issue although I gave all the files correct permission it seems, I wonder what weird plesk setting is messing about with creating custom modules in Module Builder
I had a similar issue. It was related to PHP, although it did feel like a permissions issue. Downgraded to PHP 5.3.10 and it all worked again. Good luck.
Thanks for the help, but sitll a no go. Its odd because if I set the permissions 777 it still doesnt work. So something else is conflicting with my install. On my local test server, that i used while I redid my main server, I am running centos 7 with php 5.4 so its not the php version.
I have a Plesk setup with CentOS 6.5 and Plesk 12
I knew I would run into issues with it. It is why I originaly had the server manually configure on my own but now i need easy site and email management and my dedi comes with plesk for free so why not. Iām sure someone else around here has gotten plesk to play nice with suite. Iāll dig through the php settings and see if something with the site specific php settings in plesk intefere with module builder.
It is very frustrating, the same suite install runs fine on my test server. Yet on plesk it acts up. Iām curious to maybe simply setup my own separate vhost area for suite and see if that works. But it would be nice to have it all play well with plesk.
Thanks for the help. I tried btw the above suggestions, setting dir_mode etc and it still has the same issue.
The only other thing I can think of which could cause a issue would be the PHP support in the Host settings for that domain making sure that it is set to FastCGI application, I had problems setting up SuiteCRM on anything other than FastCGI
There is of course a lot more to the message than that, but I am not sure whatās relevant. Anything else that I can try? My log file does not appear to be giving any errors or warnings.
Bump? This is a really annoying bug because it has halted the development of two modules that Iād been hoping to complete by the end of the yearā¦
For what itās worth, I donāt think permissions are the issue. Iām running on Windows/IIS, and even when I grant full āEveryoneā access, the problem persists. It was not present until after the 7.1.4 upgrade.
I was getting the : 500 Internal Server Error on high load scripts with SuiteCRM I extended the memory limit and the execution time of the server slightly and I have not seen it since. however this was pre 7.1.4.
I was also getting the normally errors which pointed to memory and execution times.
I have had no problems with permissions.
on this I run mostly on Linux builds. so it might be changing the memory/execution time might improve the problem that you are seeing ?
unfortunately this might be a case of trial and error to get to the bottom of.
I dont know if anyone else has had a problem like this which relates to IIS ?
Soapbox moment !
This is one example of why Suite needs to add in some better error reporting.
To improve the quality of Suite to become worldās #1 best CRM app, there should be a fully explained error message in the logs, and in an screen pop up, that details exactly why the failure occurred.
Bonus, include a link to the page on the Suite FAQ, that shows how to fix it, step by step.
Users and admins shouldnāt have to resort to trial and error for weeks, to solve basic bugs!
Nothingās perfect, but adding better error reporting will make Suite more and more perfectā¦
I tried it on a clean install of suite 7.1.4 and it worked fine. So itās not php. I also know itās not a permissions issue because I reset everything and got the same error.
I think it has to do with the language files. I stumbled across this by accident but when I load the Languages section in the admin, the page renders fine but I donāt have any languages listed. Also, when I look at the files created by module builder, itās only able to create the following file custom\modulebuilder\packages\custommods\modules\test\language\es_es.lang.php. I think itās failing on the russian language file. Anyone have a suggestion on how to handle this? Or already found a fix?
Well itās still broken for me, too. Itās pretty much halted my development of any custom modules, though itās not like I have the time to work on them this time of year anyway.
Iām not positive that itās a language issue; Iām not experiencing the same thing you are. My languages are listing correctly.
Remember that critical patch from a couple of months ago that was actually pushed out by the SugarCRM devs, and merged into SuiteCRM? This started happening after that. If I remember correctly, it was the patch that fixed bash. Perhaps something was removed that the module builder is actually still trying to use?
I donāt know anything about that critical patch. Like I said, I did a clean install and everything works. My development & production instances were upgrades, so I think something must have occurred during the upgrade process to break it.
Upon review (donāt know why I didnāt notice this earlier), I do get a console error in the language admin section āindex.php?module=Administration&action=Languages&view=default:679 Uncaught SyntaxError: Unexpected token ;ā and if I view its details I get this: var disabled_modules = ;
I donāt know if itās related to the module builder issue, so I will create a separate post for it.
I fixed my issue. It was indeed a Russian language file causing the problem. The file custom/modules/ModuleBuilder/Ext/Language/ru_ru.lang.ext.php has a parse error in it. I overwrote that file with the one from a fresh installation and I can now create custom modules through module builder.
THANK YOU!!! This fixed my problem too, which is strange, because I had Russian languages disabled. Regardless, Iām super-excited to finally fix this problem that Iāve had for months!
For anyone else that wants to give this a try, Iāve attached a clean copy of that language file to my post. It doesnāt exist in the SuiteCRM download; I actually had to go through the setup process first. So hopefully this saves you some time.
This problem (a modified file, causing a parse error) would probably be solved much faster than a few months, with checksums for each file. Suite would be able to easily detect when a file is different from the original one from a fresh installation, because the checksum is different. And automatically display to the admin a list of which core files are modified, to help locate possible causes of serious runtime errors.