Project

General

Profile

Actions

Bug #64405

closed

TYPO3 logo appears instead of inserted image

Added by Paul no-lastname-given almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
-- undefined --
Category:
-
Target version:
-
Start date:
2015-01-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

When I add a page content element "Images Only" or "Text & Images" and insert an image from the user_upload or another fileadmin folder, the TYPO3 logo appears on the front end page instead of the inserted image.

When I insert an image in a custom TemplaVoila FCE then everything works fine.

The source looks like:

<div class="csc-textpic-imagewrap">
<figure class="csc-textpic-image csc-textpic-last">
<img src="http://sitename.nl/typo3/sysext/t3skin/icons/gfx/typo3logo.gif&quot; width="128" height="59" alt="" >
</figure>
</div>

Actions #1

Updated by Mathias Schreiber almost 10 years ago

  • Status changed from New to Needs Feedback
  • Assignee set to Mathias Schreiber

Hi Paul,

we have 30+ installs running on 6.2 or higher... we cannot reproduce this on any of those.
I'm tempted to close this one, because we simple have no clue at all where this error might come from.
Can you please try to disable "ANY" extensions that are not part of the core and try to reproduce the behavior?

Actions #2

Updated by Dirk Wenzel almost 10 years ago

Hi Mathias,
this issue might be related to #62755

We had a similar issue which occured when having a media element attached to a page. When content sliding was active sometimes another image was shown which was not currently attached to any page (up in rootline).
But there was an older sys_file_reference entry for this file.

So creating an orphaned sys_file_reference enty with a uid lower than the one of the current image might help to reproduce this error.

Cheers Dirk

Actions #3

Updated by Paul no-lastname-given almost 10 years ago

Hi Dirk,

Version 6.2.9
Brand new install. Only TemplaVoila and Cooluri extension.
When I deactivate Cooluri: problem still occurs.
When I deactivate TemplaVoila: problem still occurs.
I can give you access to TYPO3.

Can you tell me how I can change my emailaddress of this forum account? When I click on My account there is no option to change my emailadress.

Kind regards,

Paul

Actions #4

Updated by Dirk Wenzel almost 10 years ago

Hi Paul,

Can you tell me how I can change my emailaddress of this forum account? When I click on My account there is no option to change my emailadress.

it is really a bit hard to find this option. ('My account'/Manage your account/Your personal data)
Try using this URL while you are logged in: http://typo3.org/my-account/edit-personal-data/

BTW: This is not a forum, but an issue tracker. It is meant to submit error reports or feature requests.

There are some forums out there and there is a bunch of mailing lists, where you also can post questions (not related to issues).
You can find them under http://typo3.org/support/mailing-lists/

Cheers
Dirk

Actions #5

Updated by Riccardo De Contardi over 9 years ago

what puzzles me is the showing of the TYPO3 logo.... this makes me suspect about some "weird" apache configuration on the .htaccess file

Actions #6

Updated by Benni Mack over 9 years ago

  • Status changed from Needs Feedback to Closed

I rechecked this one. This is because your TypoScript is not adapted to work with FAL.

Please have a look at the FILES cObject to migrate to that.

The reason why the TYPO3 Logo is shown because there is now the number "1" written down in the database which resolves to sys_file with UID 1.

Actions

Also available in: Atom PDF