Bug #38468
Blank Page in TER
| Status: | Resolved | Start date: | 2012-06-28 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Thomas Loeffler | % Done: | 100% |
|
| Category: | [FOR] TER | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Got to the DetailView of extension Realurl
http://typo3.org/extensions/repository/view/realurl
and click on simulateStatic on the right Side "Conflicts simulatestatic, cooluri"
Related issues
| related to The typo3.org project - Bug #38730: Core extensions in dependencies or conflicts are linked i... | Closed | 2012-07-07 |
History
Updated by Thomas Loeffler 11 months ago
- Status changed from New to Accepted
Updated by Steffen Gebert 11 months ago
PHP Fatal error: Call to a member function getFrontendUser() on a non-object in typo3conf/ext/ter_fe2/Classes/Controller/ExtensionController.php on line 187
Updated by Thomas Loeffler 11 months ago
The "non-object" is the class Tx_Ajaxlogin_Domain_Repository_UserRepository of ajax login.
On my local machine these links are working.
Are there any changes in the ext ajaxlogin?
Update: It's not ajaxlogin. A workaround is committed.
Updated by Thomas Loeffler 11 months ago
- Category set to [FOR] TER
Updated by Helmut Hummel 11 months ago
Hi,
Thomas Loeffler wrote:
Update: It's not ajaxlogin. A workaround is committed.
Can you explain this workaround? How can it happen that $extension is empty in that case? Or, (even more frightening) if $extension is not empty that $extension->getFrontendUser() is empty?
Updated by Helmut Hummel 11 months ago
Thomas Loeffler wrote:
Update: It's not ajaxlogin. A workaround is committed.
btw: shoudn't we just move fetching the owner below fetching the version history? we would save the additional if then (assuming that an extension always has an owner)
Updated by Thomas Loeffler 11 months ago
Hi Helmut,
in this example, only the link to extension simulatestatic is not working because it's not in TER.
The other link is working, so we should add a workaround to not link to extensions which are in Core (like simulatestatic).
I will have a look on it.
Thomas
Updated by Helmut Hummel 11 months ago
Thomas Loeffler wrote:
in this example, only the link to extension simulatestatic is not working because it's not in TER.
Ah, that makes sense.
The other link is working, so we should add a workaround to not link to extensions which are in Core (like simulatestatic). I will have a look on it.
Thanks!
Updated by Thomas Loeffler 11 months ago
- Assignee set to Thomas Loeffler
- % Done changed from 0 to 30
Updated by Thomas Loeffler 11 months ago
- % Done changed from 30 to 60
Updated by Thomas Loeffler 11 months ago
- Status changed from Accepted to Resolved
- % Done changed from 60 to 100
Blank page does not appear any more.
The deeper problem will be issued in #38730.