mirror of
https://github.com/SuiteCRM/SuiteCRM.git
synced 2026-03-02 19:16:58 -05:00
New 7.10 Studio Undefined Messages & Error Condition #2735
Labels
No labels
Area: API
Area: Campaigns
Area: Cases
Area: Clean Up
Area: Clean Up: Performance
Area: Dashlets
Area: Databases
Area: Developer Tools
Area: Elasticsearch
Area: Elasticsearch
Area: Emails
Area: Emails:Campaigns
Area: Emails:Cases
Area: Emails:Compose
Area: Emails:Config
Area: Emails:Templates
Area: Environment
Area: Installation
Area: Language
Area: Mobile
Area: Module
Area: PDFs
Area: PHP8
Area: Reports
Area: Studio
Area: Styling
Area: Upgrading
Area: Workflow
Area:Activity Stream
Area:Calls
Area:Import
Area:Projects
Area:Search
Area:Surveys
Area:Themes
Area:Users
Branch:Hotfix
Good First Issue
Hacktoberfest
Help Wanted
PR:Community Contribution
PR:Type:Enhancement
Priority:Critical
Priority:Important
Priority:Moderate
Severity: Major
Severity: Minor
Severity: Moderate
Status: Requires Code Review
Status: Requires Updates
Status: Stale
Status: Team Investigating
Status:Assessed
Status:Fix Proposed
Status:Needs Assessed
Status:Requires Automated Tests
Type: Bug
Type:Deprecated
Type:Discussion
Type:Duplicate
Type:Invalid
Type:Question
Type:Suggestion
Type:Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SuiteCRM-SuiteCRM#2735
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @goingsmart on GitHub (Feb 19, 2018).
Issue
The new 7.10 Upgrade from 7.10 RC2 worked OK. Thank you for the progress.
I'm still working with the install but have found Studio Problems where changes to Account Module apply OK but display "Undefined" Messages. Change to Popup get tghe same error message I reported for 7.10RC:
[20-Feb-2018 03:22:30 UTC] PHP Fatal error: Uncaught Error: Cannot access protected property DeployedMetaDataImplementation::$_history in public_html/beta/modules/ModuleBuilder/parsers/views/PopupMetaDataParser.php:210
Stack trace:
#0 public_html/beta/modules/ModuleBuilder/controller.php(812): PopupMetaDataParser->handleSave()
#1 public_html/beta/include/MVC/Controller/SugarController.php(523): ModuleBuilderController->action_popupSave()
#2 public_html/beta/include/MVC/Controller/SugarController.php(491): SugarController->do_action()
#3 public_html/beta/include/MVC/Controller/SugarController.php(465): SugarController->handle_action()
#4 public_html/beta/modules/ModuleBuilder/controller.php(108): SugarController->process()
#5 public_html/beta/include/MVC/Controller/SugarController.php(373): ModuleBuilderController->process()
#6 public_html/beta/include/MVC/SugarApplication.php(109 in public_html/beta/modules/ModuleBuilder/parsers/views/PopupMetaDataParser.php on line 210
Expected Behavior
Actual Behavior
Possible Fix
Steps to Reproduce
1.Use Studio for Account Module to make Layout Changes
2.
3.
4.
Context
Your Environment
@dtosun61 commented on GitHub (Feb 19, 2018):
Would you be able to rebuild the htaccess file through the admin and repair process.
@goingsmart commented on GitHub (Feb 20, 2018):
I rebuilt htaccess as requested. Unfortunately, No change in Studio issues.
The top of the Studio left and right collapsible panels say undefined
Anything else for me to do?
@e-reeley commented on GitHub (Feb 20, 2018):
Hi @goingsmart
Sorry to see this issue.
Im not sure if this will help, but im sure this is related PR: #5252.
Also. after your repair of the htaccess file, was a repair and rebuild carried out and clearing the cache within the browser, just in the case that something was stored before the repair.
Thanks for raising this issue.
@goingsmart commented on GitHub (Feb 20, 2018):
Both my new 7.10 problems have been resolved.
Studio "undefined" was fixed by rebuilding htaccess, then doing Quick Repair and Rebuild; then clearing Browser history
Studio "Popup" FATAL Error was fix to modules/ModuleBuilder/parsers/views/PopupMetaDataParser.php
line 210
$this->implementation->getHistory()->append($file);
Thanks for the rapid response AND Thanks for 7.10