
Originally Posted by
cwoodward I recently installed ModuleBuilder 451c using a Sugar 4.5.1c demo environment. I installed both the builder and the simple template. The installation seems to go fine but when I click to start editing my new module, I get undefined index errors including the one below
Module Builder Settings: my test module
Notice: Undefined property: module_version in E:\apps\sugardemo\modules\Builder\DetailView.php on line 152
Notice: Undefined property: new_sub_panels_qty in E:\apps\sugardemo\modules\Builder\DetailView.php on line 188
and in the settings page:
Notice: Undefined index: moduleList_default_key in E:\apps\sugardemo\modules\Builder\EditView.php on line 389
Notice: Undefined variable: qsUser in E:\apps\sugardemo\modules\Builder\EditView.php on line 443
Notice: Undefined variable: qsTeam in E:\apps\sugardemo\modules\Builder\EditView.php on line 444
Notice: Undefined variable: qsScripts in E:\apps\sugardemo\modules\Builder\EditView.php on line 445
Notice: Undefined variable: setup_script in E:\apps\sugardemo\modules\Builder\EditView.php on line 460
I am preparing to dig into the code to figure out what :module_version and the other variables correspond to but I thought I would post and see if anyone could shed some light.
Questions:
Are these variables defined in the database or in the code?
What deficiency might have caused this issue?
Thanks in advance!
Clark
Bookmarks