Die TYPO3 Mailingliste - nicht fragen: lesen!
This is a discussion on [TYPO3] cooluri - strange behaviour on multidomain site within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hi Jan, Hi All. I'm using cooluri on a typo3 4.1.1 Site which has two pagetrees (one ...
|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hi Jan,
Hi All. I'm using cooluri on a typo3 4.1.1 Site which has two pagetrees (one each) for two different domains: http://www.enocean-alliance.org http://www.enocean.com The Extsneion is set to "multidomain" mode and most of the time it works pretty fine, but sometimes cooluri won't produce the correct URL from the given parameters. Specifically cooluri forgets to add the "@domainname.tld" suffix which causes the links in the frontend to end up in nirvana: "http://www.enocean-alliance.org/?id=595&L=1" converts to "http://de/alliance_erfolge//" deleting the link from the cache does not help! This also happens on every Cached URL, when i click the "Update" button in the LinkManager... The result is, that I have cached URLs like "www.enocean-alliance.org@awards/" sitting next to cachec URLS like "state-funded-projects/" (without domain prefix) in my LinkManager. This is quite a problem for us... Jan, any help is appreciated. Thanks, Florian Schupp _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
Hey,
the multidomain used from BE (I mean generating mutlidomain URLs from BE) is still a bit buggy. Unfortunately, I'm too busy to do something about it. Sorry. But I know about this issue. For know, the best you can do is disable redirectOldLinksToNew and stop using Update from the manager. Or better, you can help me out ![]() -- Jan Bednarik www.bednarik.org - web about Typo3 in czech _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#3
|
|||
|
|||
|
Hey,
This sounds quite like the problem you solved for me ~2 months ago. redirectOldLinksToNew produced URLs without prefixed hostnames. The (attached) class.tx_cooluri.php you sent me works since then on www.fw-bayern.de and sub-sites. Maybe this could get into on of the next releases. Have fun, Steffen > -----Original Message----- > From: typo3-english-bounces (AT) lists (DOT) netfielders.de > [mailto:typo3-english-bounces (AT) lists (DOT) netfielders.de] On Behalf > Of Jan Bednarik > Sent: Thursday, May 15, 2008 6:39 PM > To: typo3-english (AT) lists (DOT) netfielders.de > Subject: Re: [TYPO3] cooluri - strange behaviour on multidomain site > > Hey, > > the multidomain used from BE (I mean generating mutlidomain URLs from > BE) is still a bit buggy. Unfortunately, I'm too busy to do something > about it. Sorry. But I know about this issue. > > For know, the best you can do is disable > redirectOldLinksToNew and stop > using Update from the manager. Or better, you can help me out ![]() > > -- > Jan Bednarik > www.bednarik.org - web about Typo3 in czech > _______________________________________________ > TYPO3-english mailing list > TYPO3-english (AT) lists (DOT) netfielders.de > http://lists.netfielders.de/cgi-bin/.../typo3-english > _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#4
|
|||
|
|||
|
Hmm.. Attachments seem to be killed :-[
I uploaded it to http://st-g.de/tmp/class.tx_cooluri.zip. Hope this is ok for you, Jan. Steffen > -----Original Message----- > From: typo3-english-bounces (AT) lists (DOT) netfielders.de > [mailto:typo3-english-bounces (AT) lists (DOT) netfielders.de] On Behalf > Of Steffen Gebert > Sent: Thursday, May 15, 2008 9:29 PM > To: 'TYPO3 English' > Subject: Re: [TYPO3] cooluri - strange behaviour on multidomain site > > Hey, > > This sounds quite like the problem you solved for me ~2 months ago. > redirectOldLinksToNew produced URLs without prefixed hostnames. > > The (attached) class.tx_cooluri.php you sent me works since > then on www.fw-bayern.de and sub-sites. > > Maybe this could get into on of the next releases. > > Have fun, > > Steffen > > > -----Original Message----- > > From: typo3-english-bounces (AT) lists (DOT) netfielders.de > > [mailto:typo3-english-bounces (AT) lists (DOT) netfielders.de] On > Behalf Of Jan > > Bednarik > > Sent: Thursday, May 15, 2008 6:39 PM > > To: typo3-english (AT) lists (DOT) netfielders.de > > Subject: Re: [TYPO3] cooluri - strange behaviour on multidomain site > > > > Hey, > > > > the multidomain used from BE (I mean generating mutlidomain > URLs from > > BE) is still a bit buggy. Unfortunately, I'm too busy to do > something > > about it. Sorry. But I know about this issue. > > > > For know, the best you can do is disable redirectOldLinksToNew and > > stop using Update from the manager. Or better, you can help > me out ![]() > > > > -- > > Jan Bednarik > > www.bednarik.org - web about Typo3 in czech > > _______________________________________________ > > TYPO3-english mailing list > > TYPO3-english (AT) lists (DOT) netfielders.de > > http://lists.netfielders.de/cgi-bin/.../typo3-english > > > _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#5
|
|||
|
|||
|
Steffen Gebert wrote:
> Hmm.. Attachments seem to be killed :-[ Yes. Attachments are not allowed in this list. Imagine how many copies you will send and how much it will increase traffic for TYPO3 servers... -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs "Nothing is impossible. There are only limits to our knowledge" _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#6
|
|||
|
|||
|
> I uploaded it to http://st-g.de/tmp/class.tx_cooluri.zip.
> Hope this is ok for you, Jan. No problem. I really need to find some time to do a proper testing and then upload new version to TER. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#7
|
|||
|
|||
|
Jan Bednarik schrieb:
> Hey, > > the multidomain used from BE (I mean generating mutlidomain URLs from > BE) is still a bit buggy. Unfortunately, I'm too busy to do something > about it. Sorry. But I know about this issue. > > For know, the best you can do is disable redirectOldLinksToNew and stop > using Update from the manager. Or better, you can help me out ![]() > Jan, thanks for your hint on redirectOldLinksToNew, this already worked for me! But Steffens solution really fixes the problem. Jan, thanks for your contribution, I really do understand that you do not have the time for ironing out these tricky bugs. I really do respect that! Once again, great job! cheers Florian -- Florian Schupp http://www.former03.de/ ####################################### ### Current Typo3 Projects http://www.enocean.com http://www.enocean-alliance.com http://www.curameda.de http://www.music-company.de/ _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#8
|
|||
|
|||
|
Steffen,
this file made my day!!! Steffen Gebert schrieb: > Hey, > > This sounds quite like the problem you solved for me ~2 months ago. > redirectOldLinksToNew produced URLs without prefixed hostnames. > > The (attached) class.tx_cooluri.php you sent me works since then on > www.fw-bayern.de and sub-sites. > > Maybe this could get into on of the next releases. > > Have fun, > > Steffen > >> -----Original Message----- >> From: typo3-english-bounces (AT) lists (DOT) netfielders.de >> [mailto:typo3-english-bounces (AT) lists (DOT) netfielders.de] On Behalf >> Of Jan Bednarik >> Sent: Thursday, May 15, 2008 6:39 PM >> To: typo3-english (AT) lists (DOT) netfielders.de >> Subject: Re: [TYPO3] cooluri - strange behaviour on multidomain site >> >> Hey, >> >> the multidomain used from BE (I mean generating mutlidomain URLs from >> BE) is still a bit buggy. Unfortunately, I'm too busy to do something >> about it. Sorry. But I know about this issue. >> >> For know, the best you can do is disable >> redirectOldLinksToNew and stop >> using Update from the manager. Or better, you can help me out ![]() >> >> -- >> Jan Bednarik >> www.bednarik.org - web about Typo3 in czech >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english (AT) lists (DOT) netfielders.de >> http://lists.netfielders.de/cgi-bin/.../typo3-english >> -- Florian Schupp http://www.former03.de/ ####################################### ### Current Typo3 Projects http://www.enocean.com http://www.enocean-alliance.com http://www.curameda.de http://www.music-company.de/ _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#9
|
|||
|
|||
|
> But Steffens solution really fixes the problem.
It's Jan's solution ![]() I often get failed SQL-Queries in Table tx_ccdevlog which occur in getDomain(). Maybe anybody has time to have a look at it. But the site itself of course runs without problems. Cheers, Steffen _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#10
|
|||
|
|||
|
> It's Jan's solution
![]() I made Steffen my Quality engineer ![]() Looks like this works, so I can upload new version to TER with this patch. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-ttnews] Different behaviour of Archive??? | Styrmir Magnússon | typo3-project-tt-news@lists.netfielders.de | 5 | 15.04.2008 17:43 |
| [TYPO3] Realurl & tt_news strange behaviour | Ian Solo | typo3-english@lists.netfielders.de | 0 | 20.03.2008 06:26 |
| [TYPO3] strange behaviour for address | Ilaria De Marinis | typo3-english@lists.netfielders.de | 1 | 23.11.2007 16:13 |
| [TYPO3] Cooluri, multidomain, multilanguage,single tree setup | Tomi Hrovatin | typo3-english@lists.netfielders.de | 12 | 16.09.2007 16:51 |
| [TYPO3-dev] Default behaviour for PAGE_TARGET in 4.1 | Benjamin Mack | typo3-dev@lists.netfielders.de | 9 | 18.12.2006 13:57 |