Bug #38558
Frontend Editing broken
| Status: | New | Start date: | 2012-07-02 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | YAG 2.x | |||
| Votes: | 0 |
Description
When using frontend editing and I click to edit the content element, the following TYPO3 error message appears:
Assertion "isValidUid" failed! No valid pageUid given
And when using yag in combination with tt_news and I click to edit the news in frontend editing, the following message appears (no matter if there is an album selected in the news entry or not):
Need PID for initialation - No PID given! 1298928835
History
Updated by Bernhard Eckl 11 months ago
Setting $this->currentPid = 21; (static value of the news folder hardcoded) on line 87 in Classes/Utility/Flexform/RecordSelector.php seems to fix the problem, but I don’t know if this affects other situations and hardcoding this is not good…
Updated by Bernhard Eckl 10 months ago
Here it is also TYPO3 4.7.1, YAG 1.5.0.
Updated by Daniel Lienert 10 months ago
- Priority changed from Should have to Could have
- Target version set to YAG 2.x
Sorry, YAG 1.5.0 is not meant or prepared for frontend editing.
Maybe our changes for YAG 2.0 will fix this.
Updated by Bernhard Eckl 10 months ago
I get this error when I want to edit a tt_news entry in the frontend, not when editing a yag entry (yag_ttnews installed). So yag does not have to support feedit, but I wanted to use feedit with tt_news.