[TYPO3] RealURL problems: Decode cache remains empty

2008-05-06 Thread Andreas Lappe
Hello Everyone, I do have a problem with the latest RealURL (1.33) on typo3-4.2: Installed as usual and using the autoconf option, I get the following situation. The menu is built correctly, and every link has a fine value (like href='start/'). But clicking on the links, I remain on the first

[TYPO3] CoolURI + dr_wiki

2008-09-03 Thread Andreas Lappe
Aloha, ich suche eine Moeglichkeit die ein wenig unschoenen URIs von dr_wiki mit CoolURI zu verstecken. Leider finde ich explizit dazu nichts, sondern nur einen snippet zu RealURL [1]. Kann mir jemand erklaeren wie ich sowas ,,uebersetze'' oder hat vllt. schon jemand das benoetigte XML-sn

Re: [TYPO3] CoolURI + dr_wiki

2008-09-03 Thread Andreas Lappe
Right, I'm sorry big time... I'm searching for the way to translate dr_wikis not thaat beautiful URIs into something better using CoolURI. So far I didn't find it only for RealURL but I cannot translate it (fighting with the tutorial on google docs by Andreas Becker). Does anyone have a working c

Re: [TYPO3] CoolURI + dr_wiki

2008-09-04 Thread Andreas Lappe
On 3.09.08, Jan Bednarik wrote: > what's the trouble? > > > Does anyone have a working configuration for dr_wiki or can help me with > > it? Does it work at all (because at [1] it's written that > > Give me example of un-cool URL and its cool version and we'll see. Hey Jan, the uncool URL: htt

Re: [TYPO3] CoolURI + dr_wiki

2008-09-04 Thread Andreas Lappe
On 4.09.08, Jan Bednarik wrote: > > the uncool URL: > > https://example.org/wiki/?tx_drwiki_pi1[keyword]=Mehr%20%C3%BCber%20dieses%20Wiki%20erfahren > > I'd like to have something similar to: > > https://example.org/wiki/article/Mehr_%C3%BCber_dieses_Wiki_erfahren > predefinedparts: > >tx

Re: [TYPO3] CoolURI + dr_wiki

2008-09-08 Thread Andreas Lappe
On 5.09.08, Jan Bednarik wrote: > well, that's a bit of a problem of the wiki extension. Have a look into > the manager to see if you'll find spaces there or not. > You could try following: > >tx_drwiki_pi1[keyword] > > SELECT $1 > 1 > > Hey Jan, i

Re: [TYPO3] CoolURI + dr_wiki

2008-09-08 Thread Andreas Lappe
On 8.09.08, Jan Bednarik wrote: > This is working: > >tx_drwiki_pi1[keyword] > > SELECT '$1' > 1 > > > notice the apostrophs around $1. Hey Jan, pretty nice, now it's working for all articles which do exist. But whenever I create a link to a new page

[TYPO3] uploading via DAM from FE-ext

2008-09-17 Thread Andreas Lappe
Hey, I'm just trying to write a frontend extension to upload files into DAM categories. I'm stuck. From my extension I'm calling tx_dam->index_autoProcess($filenameWithPath) which fails (|Inserting meta record failed. See log for reason!|). I think I tracked my problem down to the method

[TYPO3] crawler gives me Error without description

2008-09-23 Thread Andreas Lappe
Hey guys, I'm having problems with my crawler (2.1.0). The config is the one below... while the URIs are generated fine, I get an ``Error: ...''. As this explanation doesn't help me at all, I tried it with the shell script, ending in: ``Error checking Crawler Result: ...''. Can anyone tel

Re: [TYPO3] crawler gives me Error without description

2008-09-23 Thread Andreas Lappe
On 23.09.08, Michael Miousse wrote: > Andreas Lappe wrote: > > tx_crawler.crawlerCfg.paramSets { > > ttnews = &tx_ttnews[tt_news]=[_TABLE:tt_news;_PID:8] > > ttnews.baseUrl = https://localhost/mydir/ > > ttnews.pidsOnly =

Re: [TYPO3] crawler gives me Error without description

2008-09-23 Thread Andreas Lappe
On 23.09.08, Michael Miousse wrote: > Andreas Lappe wrote: > > Hey Michael, > > I found out it's the https and some login configuration which seemed > > to be the problem. After disabling the https and creating a special > > forwarding for localhost the page

Re: [TYPO3] crawler gives me Error without description

2008-09-23 Thread Andreas Lappe
On 23.09.08, Michael Miousse wrote: > Michael Miousse wrote: > >> Suggestions? > > Does frontend indexing work properly? > Or any other indexing than the one from your extension Well, normal content or content from ttnews is indexed (latter now that we patched crawler for https baseUrls) with cont

Re: [TYPO3] crawler gives me Error without description

2008-09-23 Thread Andreas Lappe
On 23.09.08, Michael Miousse wrote: > Andreas Lappe wrote: > > Well, normal content or content from ttnews is indexed (latter now that > > we patched crawler for https baseUrls) with content. I just wonder, what > > has to be special to get indexed (if using the crawler to gen

[TYPO3-english] indexed_search: add functionality to search in .zip, .tbz, .tgz and .tar archives

2009-01-23 Thread andreas . lappe
Hey folks, I saw that indexed_search already uses unzip for OpenOffice.org-documents. So I patched our installation to also search in zip files. And while I was at it, I added support for tar files and, again assuming that your tar build has support for bzip2 and gzip, .tbz and tgz. As there's no

[TYPO3-english] Antwort: indexed_search: add functionality to search in .zip, .tbz, .tgz and .tar archives

2009-01-23 Thread andreas . lappe
Hey folks, me again. So no attachements for this list. In this case the links are: http://www.off-pist.de/nd/t3patches/indexed_search/class.external_parser.php.patch http://www.off-pist.de/nd/t3patches/indexed_search/ext_conf_template.txt.patch http://www.off-pist.de/nd/t3patches/indexed_search/e

Re: [TYPO3-english] indexed_search: add functionality to search in .zip, .tbz, .tgz and .tar archives

2009-01-24 Thread Andreas Lappe
On 23.01.09, Christian Kuhn wrote: > indexed_search is a system extension that comes with the core package. > All core related issues are handled by bugs.typo3.org, you will find a > project tx_indexedsearch there. Please also see [1] Thanks Christian, I posted it there. So long Andy -- ,,Zwei

Re: [TYPO3-english] Is the permission workflow of indexed_search wrong?

2009-01-26 Thread Andreas Lappe
On 26.01.09, Michael Miousse wrote: > i agree with you, this is kind of anoying. I had to xclass indexed search > in a site because i had like a million user groups possiblisty. So should we post it as a bug and attach our solution for public review? So long Andy -- ``The weather is nice today

[TYPO3-english] cooluri and order of uri elements

2009-01-29 Thread Andreas Lappe
Hey folks, I'm just working on a new extension which works perfectly fine with cooluri so far. The only thing not perfect is the order of the elements in the uri. How do I change this? I tried to work with [1] but I'm still not that confident with the syntax of the xml. When I just ad

[TYPO3-english] Problems accessing flexform values from second pagetype (mvc with lib/div)

2009-02-02 Thread andreas . lappe
Hey folks, we've been trying to solve the following problem for around two days now and can't get it done. Can anyone help us? Situation: We have the following TS[1] defining a second pagetype for ajax requests. In our controller we have an ajaxAction() for it, responding just fin

[TYPO3-english] Antwort: Re: Problems accessing flexform values from second pagetype (mvc with lib/div)

2009-02-02 Thread andreas . lappe
Hey Peter, I'm sorry, it seems I just picked a broken revision. Before, we had plugin.tx_siwiki_controllers_siwiki.configurations named temp.tx_siwiki.configurations. Thanks for reading it so watchful Andy Von: Peter Russ <"peter,russ"@4many.net> An: typo3-english@lists.netfielders.

Re: [TYPO3-english] how to include google analytics

2009-02-12 Thread Andreas Lappe
On 12.02.09, StephenBungert wrote: > Use the PAGE object: > page { > ### JS Includes ### > ### --- ### > includeJS { > file1 = fileadmin/path_to/javascript/file_name.js > file1.type = text/javascript > } > } Or better yet, use m1_google_analytics from typo3.org/extensions

Re: [TYPO3-english] Basic SEO Features

2009-02-26 Thread Andreas Lappe
On 26.02.09, J. Bakshi wrote: > Hello, > I have found a very nice extension for SEO ! called Basic SEO Features > I have installed the extension and it has generated the sitemap.xml out > of the box. > But the sitemap.xml is giving a message like > This XML file does not appear to have any style i

Re: [TYPO3-english] IE Death March Example

2009-03-19 Thread Andreas Lappe
On 19.03.09, Andreas Burg wrote: > To browse the internet faster and securer and to enjoy our website to > the full extent we > recommend the free open-source browsers href="http://www.opera.com/index.dml";>Opera or href="http://www.mozilla-europe.org/en/";>Firefox. > You're not on yo

Re: [TYPO3-english] Login-error on extension menue points like "(TV) Page" or "CoolURI" inside TYPO3 Backend only with 4.2.8

2009-07-13 Thread Andreas Lappe
On 13.07.09, Lee Perry wrote: > When I switch back to TYPO3 4.2.6 the problem is solved and, very > strange, on another TYPO3 4.2.8 installation there isn't such a problem, > but there are no major differences between these installations... > So can anybody reproduce this problem? > And any sugge