I work with a LAMP stack (internet provider) . Found out in the past that after update some things don’t work good. Fields that apear but not clickable. Changes in layouts with Studio: hard to save (sometimes I had to do it three times) and so on. Look at all topics: always problems with updates (also with SugarCRM by the way). During update the specs you need are higher than normally. Maybe that’s a source of problems. Therefore I give everyone a strong advice: always install a fresh (new) instance. A bit more work in the beginning but bottom line an better result in less time.
Transfer your old changed layouts to the new environment (with Studio & module loader) and test everything very good before you use the new version.
If you have modules installed, you should do that again (to change the CRM maps of the new installation).
My problem is different. I have installed a fresh new version and I CAN use online-editing but when I save the field I got a warning in that field: see bolow
Anyone an idea?
Warning: Missing argument 5 for formatDisplayValue(), called in /usr/local/www/tmsservices/tmsscrm/tmsscrmcloudnl/V73/include/InlineEditing/InlineEditing.php on line 332 and defined in /usr/local/www/tmsservices/tmsscrm/tmsscrmcloudnl/V73/include/InlineEditing/InlineEditing.php on line 337
line 332: $value = formatDisplayValue($bean, $bean->$field, $fieldlist[$field], $method);
line 337: function formatDisplayValue($bean, $value, $vardef, $method = “save”, $view)