Bug #36394
icons extension listing gone
| Status: | Resolved | Start date: | 2012-04-20 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | [FOR] TER | |||
| Target version: | Public Beta | |||
| Votes: | 0 |
Description
the icons accompanying the extensions in the listing, http://typo3.org/extensions/, are gone.
Related issues
| follows The typo3.org project - Bug #35667: invalid image url on some extension icons in extension re... | Resolved | 2012-04-04 |
History
Updated by Chris topher about 1 year ago
The image tags are still there, but they link to http://typo3.org/typo3/clear.gif instead of to the extensions' image files.
Updated by Thomas Loeffler about 1 year ago
On my local server there is a problem with the points in the url for the version of the extension.
On typo3.org the typo3temp link to the icons is working.
Maybe it helps you.
Updated by Steffen Gebert about 1 year ago
Christian, are you working on this?
Updated by Christian Zenker about 1 year ago
- Assignee deleted (
Christian Zenker)
Steffen Gebert wrote:
Christian, are you working on this?
No. I was not aware it was assigned to me.
Time is very rare for me at the moment, so I might not be a big help ATM. But of course I'm available for questions. ;)
Updated by Thomas Loeffler about 1 year ago
- Status changed from New to Accepted
- Assignee set to Thomas Loeffler
I can work on it tonight and try to find out what is the problem.
But I think it has something to do with the server environment.
Updated by Steffen Gebert about 1 year ago
Could you tell me the path, where it looks for the image? they exist in fileadmin/ter/f/o/foo_x.y.z.gif
Updated by Thomas Loeffler about 1 year ago
I have my local machine at home, but the path is IMHO right.
In the code the condition is
if (empty($imageUrl) || !file_exists($imageUrl)) {
So, one of this conditions gives us this bad result.
The var $imageUrl is not empty, but I don't know how file_exists depends on server environments.
The points in the version of the extension icon could be sensitive?
Updated by Ingo Renner about 1 year ago
FYI, the issue is solved with Solr as the list / search plugin. The issue remains for the single view though.
Updated by Thomas Loeffler about 1 year ago
- Status changed from Accepted to Under Review
- Assignee deleted (
Thomas Loeffler) - % Done changed from 0 to 90
Fixed in rev. 62862.
Need to be tested.
Updated by Thomas Loeffler about 1 year ago
Got it now.
There was a check in file_exists with an url instead of the absolute path. :)
Updated by Thomas Loeffler about 1 year ago
Can't test it on latest, icon files are missing under fileadmin/ter/.
On typo3.org the icon files are accessible.
Updated by Helmut Hummel about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 90 to 100
Deployed, looks good.