[TYPO3-english] Version 6.2.7 Media - Embed Tag Issue

Guy Newell guy at newvista.co.uk
Tue Dec 16 16:45:40 CET 2014


Hi Markus,

I have checked your patch and it works perfectly - Many Thanks.

Very Best Regards ... Guy

On 12/12/2014 17:32, Markus Klein wrote:
> Guy, please test the patch I pushed and vote, if it works.
>
> https://review.typo3.org/35342
>
> You just need your typo3.org credentials.
> Thanks
>
> Kind regards
> Markus
>
> ------------------------------------------------------------
> Markus Klein
> TYPO3 CMS Active Contributors Team Member
>
>> -----Original Message-----
>> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-
>> bounces at lists.typo3.org] On Behalf Of Guy Newell
>> Sent: Friday, December 12, 2014 5:53 PM
>> To: TYPO3 English
>> Subject: Re: [TYPO3-english] Version 6.2.7 Media - Embed Tag Issue
>>
>> Hi Markus,
>>
>> No problem at all, thank you very much for your help it is much appreciated.
>>
>> Very Best Regards
>> Guy
>>
>> On 12/12/2014 10:06, Markus Klein wrote:
>>> Hi!
>>>
>>> I can confirm that now.
>>>
>>> The reason is that the generated URL is wrong, for instance:
>>>
>> index.php?id=9&type=0&jumpurl=http%3A%2F%2Fwww.youtube.com%2Fv
>> %2F3kMv6
>>> A9fCQE%3Ffs%3D1&juHash=10221572e6ae2f97a8e2ab6fe913a52187676a6c
>>>
>>> The AdminPanel also shows an error message for this.
>>>
>>> I guess we need to make sure that jumpurl is disabled when generating the
>> URL.
>>> Created a ticket for that:
>>> https://forge.typo3.org/issues/63807
>>>
>>> You may watch the ticket be notified about its progress.
>>>
>>> Thanks for sticking with me here to identify the problem.
>>>
>>> Kind regards
>>> Markus
>>>
>>> ------------------------------------------------------------
>>> Markus Klein
>>> TYPO3 CMS Active Contributors Team Member
>>>
>>>> -----Original Message-----
>>>> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-
>>>> bounces at lists.typo3.org] On Behalf Of Guy Newell
>>>> Sent: Friday, December 12, 2014 9:37 AM
>>>> To: typo3-english at lists.typo3.org
>>>> Subject: Re: [TYPO3-english] Version 6.2.7 Media - Embed Tag Issue
>>>>
>>>> Hi Markus,
>>>>
>>>> Thank for that. All my media settings are default. However, the video
>>>> I am using is an external link to youTube rather than a locally stored video.
>>>>
>>>> Very Best Regards
>>>> Guy
>>>>
>>>> On 11/12/2014 18:16, Markus Klein wrote:
>>>>> Hi!
>>>>>
>>>>> I double checked my testing instance, it's spelled correctly there.
>>>>> Thanks for the hint anyway.
>>>>>
>>>>> What settings do you use for the media element.
>>>>> Do you define a local video file? Any other settings?
>>>>>
>>>>>
>>>>> Kind regards
>>>>> Markus
>>>>>
>>>>> ------------------------------------------------------------
>>>>> Markus Klein
>>>>> TYPO3 CMS Active Contributors Team Member
>>>>>
>>>>>> -----Original Message-----
>>>>>> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-
>>>>>> bounces at lists.typo3.org] On Behalf Of Guy Newell
>>>>>> Sent: Thursday, December 11, 2014 5:16 PM
>>>>>> To: typo3-english at lists.typo3.org
>>>>>> Subject: Re: [TYPO3-english] Version 6.2.7 Media - Embed Tag Issue
>>>>>>
>>>>>> Hi!
>>>>>>
>>>>>> Not sure if this is it, but your spelling is incorrect, you have
>>>>>> config.jumprul_enable and it should be config.jumpurl_enable
>>>>>>
>>>>>> Best Regards ... Guy
>>>>>>
>>>>>> On 11/12/2014 15:54, Markus Klein wrote:
>>>>>>> Hi!
>>>>>>>
>>>>>>> I'm not able to reproduce this.
>>>>>>>
>>>>>>> I'm setting config.jumprul_enable = 1 and I have a native video
>> element.
>>>>>>> The generated HTML is
>>>>>>>
>>>>>>> <div id="c26" class="csc-default">
>>>>>>>       <!--  Media element: [begin] -->
>>>>>>>       <embed src="fileadmin/user_upload/Takeoff_Instructions.wmv"
>>>>>> width="400" height="280">
>>>>>>>       <!--  Media element: [end] --> </div>
>>>>>>>
>>>>>>> Kind regards
>>>>>>> Markus
>>>>>>>
>>>>>>> ------------------------------------------------------------
>>>>>>> Markus Klein
>>>>>>> TYPO3 CMS Active Contributors Team Member
>>>>>>>
>>>>>>>> -----Original Message-----
>>>>>>>> From: typo3-english-bounces at lists.typo3.org
>>>>>>>> [mailto:typo3-english- bounces at lists.typo3.org] On Behalf Of Guy
>>>>>>>> Newell
>>>>>>>> Sent: Thursday, December 11, 2014 1:44 PM
>>>>>>>> To: typo3-english at lists.typo3.org
>>>>>>>> Subject: Re: [TYPO3-english] Version 6.2.7 Media - Embed Tag
>>>>>>>> Issue
>>>>>>>>
>>>>>>>> Hi Markus,
>>>>>>>>
>>>>>>>> I am using the default css_styled_content, then in my own ts I have:
>>>>>>>>
>>>>>>>> Constants:
>>>>>>>> styles.content.uploads.jumpurl = 1
>>>>>>>>
>>>>>>>> Setup:
>>>>>>>> config.jumpurl_enable = {$styles.content.uploads.jumpurl}
>>>>>>>>
>>>>>>>> Help that helps.
>>>>>>>>
>>>>>>>> Best Regards ... Guy
>>>>>>>>
>>>>>>>> On 10/12/2014 20:35, Markus Klein wrote:
>>>>>>>>> Hi!
>>>>>>>>>
>>>>>>>>> Thanks for the testing, but I'm not able to reproduce this.
>>>>>>>>> Which css_styled_content template are you using?
>>>>>>>>>
>>>>>>>>> Because from reading the code the constant
>>>>>>>>> "styles.content.uploads.jumpurl" is not used at all anymore
>>>>>>>>> since 6.x
>>>>>>>>>
>>>>>>>>> Kind regards
>>>>>>>>> Markus
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------
>>>>>>>>> Markus Klein
>>>>>>>>> TYPO3 CMS Active Contributors Team Member
>>>>>>>>>
>>>>>>>>>> -----Original Message-----
>>>>>>>>>> From: typo3-english-bounces at lists.typo3.org
>>>>>>>>>> [mailto:typo3-english- bounces at lists.typo3.org] On Behalf Of
>>>>>>>>>> Guy Newell
>>>>>>>>>> Sent: Wednesday, December 10, 2014 11:39 AM
>>>>>>>>>> To: typo3-english at lists.typo3.org
>>>>>>>>>> Subject: Re: [TYPO3-english] Version 6.2.7 Media - Embed Tag
>>>>>>>>>> Issue
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Hi Everyone,
>>>>>>>>>>
>>>>>>>>>> Found the issue, so have posted here to help anyone else:
>>>>>>>>>>
>>>>>>>>>> I had jumpurls set to on
>>>>>>>>>>
>>>>>>>>>> styles.content.uploads.jumpurl = 1
>>>>>>>>>>
>>>>>>>>>> and since TYPO3 6.2.6 this caused the embed tag not to be
>> rendered.
>>>>>>>>>>
>>>>>>>>>> If I turn Jump URLs off:
>>>>>>>>>>
>>>>>>>>>> styles.content.uploads.jumpurl = 0
>>>>>>>>>>
>>>>>>>>>> The embed tag is now rendered in TYPO3 6.2.8
>>>>>>>>>>
>>>>>>>>>> Hope that helps anyone else and any further thoughts on this
>>>>>>>>>> issue would be gratefully received.
>>>>>>>>>>
>>>>>>>>>> Best Regards ... Guy
>>>>>>>>>>
>>>>>>>>>> On 05/12/2014 00:36, Guy Newell wrote:
>>>>>>>>>>>
>>>>>>>>>>> Hi,
>>>>>>>>>>>
>>>>>>>>>>> Has anyone experienced this issue after upgrading to TYPO3
>> 6.2.7:
>>>>>>>>>>>
>>>>>>>>>>> Version 6.2.6:
>>>>>>>>>>> Media Content element, Media Type: Video and Render Type:
>>>>>> "Native
>>>>>>>>>> HTML
>>>>>>>>>>> Embed Element". The <embed> tag is rendered in the front end
>>>>>>>> correctly.
>>>>>>>>>>>
>>>>>>>>>>> After upgrade to 6.2.7:
>>>>>>>>>>> The <embed> tag is no longer being rendered.
>>>>>>>>>>>
>>>>>>>>>>> Interestingly, if the site is put back to 6.2.6 everything works
>> again.
>>>>>>>>>>>
>>>>>>>>>>> Many Thanks for your help.
>>>>>>>>>>>
>>>>>>>>>>> Guy Newell
>>>>>>>>>>
>>>>>>>>>> _______________________________________________
>>>>>>>>>> TYPO3-english mailing list
>>>>>>>>>> TYPO3-english at lists.typo3.org
>>>>>>>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> TYPO3-english mailing list
>>>>>>>> TYPO3-english at lists.typo3.org
>>>>>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> TYPO3-english mailing list
>>>>>> TYPO3-english at lists.typo3.org
>>>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>>>>>
>>>>
>>>> _______________________________________________
>>>> TYPO3-english mailing list
>>>> TYPO3-english at lists.typo3.org
>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>>>
>>
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list