Actions
Bug #51772
closedExtDirect - Exception causing endless loading loop on fresh install (master/6.2)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2013-09-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Fresh install of master (cbed687fbb6dd16ea5363bc97efed970d552f88f).
Opening the Workspace module triggers an ExtDirect - Exception:
[{"tid":2,"action":"ExtDirectActions","method":"loadColumnModel","type":"rpc","result":[],"debug":""},{"tid":3,"action":"ExtDirect","method":"getWorkspaceInfos","type":"rpc","result":{"data":[],"total":0},"debug":""},{"tid":4,"action":"ExtDirect","method":"getStageActions","type":"rpc","result":{"total":3,"data":[{"uid":0,"title":"Send to stage \"Editing\""},{"uid":-10,"title":"Send to stage \"Ready to publish\""},{"uid":-20,"title":"Publish to LIVE"}]},"debug":""},{"tid":5,"action":"ExtDirectMassActions","method":"getMassStageActions","type":"rpc","result":{"total":2,"data":[{"action":"publish","title":"Publish"},{"action":"swap","title":"Swap"}]},"debug":""},{"tid":6,"action":"ExtDirect","method":"getSystemLanguages","type":"rpc","result":{"total":2,"data":[{"uid":"all","title":"all languages","cls":"t3-icon t3-icon-empty t3-icon-empty-empty t3-icon-empty"},{"uid":0,"title":"Default","cls":"t3-icon t3-icon-empty t3-icon-empty-empty t3-icon-empty"}]},"debug":""}]
The spinner/loading indicator of the workspace screen stays "forever"
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Updated by Peter Niederlag almost 11 years ago
- Status changed from New to Closed
- Is Regression set to No
can't be reproduced on a new fresh instance
Actions