Re: How to remove a module after using deploy in the builder?
Sorry I wasn't clear enough, it didn't exist at ALL in the module loader. I think I know why though after trying to do a package build and module loader install (my related story and basic solution is here).
The short answer is it looks like the builder/loader doesn't like it if you put an 'enter' in the description of your module/package. In my other post I wasn't sure if it was the readme or description killing the loader, but it is definately the description as I didn't do a readme for this deployed version and it still broke the loader.
Luckily I was able to fix the issue by going into the cache/upload/upgrades/module folder and editing the modulename-manifest.php file AND the manifest.php file inside the module .zip file. In the files I just removed the enter and made sure the description was all one line. Turns out this wasn't quite enough, as the Loader was still broken, so I jumped into my SQL client and sure enough the description was also in the 'upgrade_history' table. I edited that as well and now the loader workes great.
Now I can finally remove my module to fix the issue that sent me on this wild goose chase in the first place...what a waste of time!
Sugar team, please at least edit the module builder help area to let everyone know not to include 'enter' in the description (or fix the Loader to handle this circumstance)!
Last edited by jspencer; 2008-01-11 at 02:00 PM.
-Jeff
SugarCRM CE 5.0a - Ubuntu 6.04 - Apache 2 - PHP 5 - Mysql 5
Bookmarks