Re: [TYPO3-english] External Data Import and Automatic syncronization

2016-12-22 Thread François Suter
Hi Jeppe, Does anyone succeeded making External Import update data automatically. I did make the cli- user and I have set up the schduler taks, but nothing happens. Hmm, I have been doing it for years, so it should work... The most important aspect is to make sure that the CLI user has

Re: [TYPO3-english] External Import and JSON

2016-09-23 Thread François Suter
Hi, I have en ordinary textarea and I just wan't the comma seperated list of file names. I remember doing something similar quite a long while ago, but I'm not exactly sure how I achieved it. This is surely feasible with either the preprocessRawRecordset or preprocessRecordset hook [1].

Re: [TYPO3-english] External Import and JSON

2016-09-23 Thread François Suter
Hi Jeppe, Glad you solved you other issues. What if a node has child nodes? I do not get the values from "Pictures" into the database. That is currently not handled by External Import. Maybe it could be done using a hook, but I'm not too sure, as images involve registering them with FAL

Re: [TYPO3-english] External Import and JSON

2016-09-23 Thread François Suter
Hi Jeppe, I want to use the extension externalimport to import external data into my TYPO3. Have you solved your issue? Cheers -- Francois Suter Work: Cobweb Development Sarl - http://www.cobweb.ch TYPO3: Help the project! - http://typo3.org/contribute/ Appreciate my work? Support me -

Re: [TYPO3-english] External Import and JSON

2016-09-21 Thread François Suter
Hi Jeppe, 'connector' => 'csv', 'parameters' => array( 'filename' => 'http://www.domain.dk/typo3conf/ext/orig_carinfo/syncronizecars.php',

Re: [TYPO3-english] External Import and JSON

2016-09-21 Thread François Suter
Hi Jeppe, But I get this error: Data could not be fetched (connector error: No JSON data has been defined.) This happens when no URI for the JSON file has been defined. So I suspect that you have an error in your TCA configuration (the "ctrl" part). Could you post it here for verification?

Re: [TYPO3-english] Is there any extension to import csv OR xls data into tt_address in typo3?

2016-03-10 Thread François Suter
Hi, Hi All.I am using typo3 6.2, is there any backend extension available to import csv OR xls data into tt_address in typo3? Best regards,Siju E Raju Yes, you can use external_import: https://typo3.org/extensions/repository/view/external_import/ and its associated "connector" services

Re: [TYPO3-english] RealURL 2.0

2016-03-06 Thread François Suter
Hi Dmitry, Currently I aim to release a new version on a daily basis if there are bug reports that I can fix. The plan is to continue this until the end of the next week. Than periods of updates will be longer. Thanks a lot for all that work! -- Francois Suter Work: Cobweb Development Sarl

Re: [TYPO3-english] Mailinglists used by Spammers

2015-09-08 Thread François Suter
Hi, at the moment this is not so, and it helps... last 24 hours i deleted dozends of posts before they could have been distributed by NG/ML... and only 1 real user must wait a little to see his first post... and now don't let us talk about such theme Great! Thanks a lot. -- Francois Suter

Re: [TYPO3-english] Security issues TYPO3-CORE-SA-002/007 and TYPO3 CMS 4.5

2015-07-03 Thread François Suter
Hi Michael, Also, can we assume, that patches for 4.5 will be published (or have been published already) to everyone on a TYPO3 CMS 4.5 Extended Long-Term-Support Plan [2]? They have. I have received notification and access. Cheers -- Francois Suter Work: Cobweb Development Sarl -

[TYPO3-english] Update to TYPO3 CMS 6.2.11

2015-04-14 Thread François Suter
Hi all, I'm trying to update a project running 6.2.9 to 6.2.11. However I get the following error when trying to access the FE, the BE or when trying to clear all caches from the Instal Tool: Call to a member function getClassNameForAlias() on a non-object in

Re: [TYPO3-english] Update to TYPO3 CMS 6.2.11

2015-04-14 Thread François Suter
Hi Helmut, Do you use the extension extender? Hmm, indeed it does. I will open a ticket in the Forge tracker of that extension and hopefully a solution can be found. Thanks for the hint. -- Francois Suter Work: Cobweb Development Sarl - http://www.cobweb.ch TYPO3: Help the project! -

Re: [TYPO3-english] Autoloading issues after TYPO3 6.2 upgrade

2015-03-01 Thread François Suter
Hi again, I have dug into the Core and done some debugging inside \TYPO3\CMS\Core\Core\ClassLoader and all I get is that - indeed - classes like tx_templavoila_datastructure_dbbase (for example) is not found in the class cache, not can it be loaded. More digging with a clearer mind... After

[TYPO3-english] Autoloading issues after TYPO3 6.2 upgrade

2015-02-28 Thread François Suter
Hi all, I'm trying to upgrade my personal web site from 4.7 to 6.2. Everything went smoothly on my local machine, but I have autoloading problems on the server. It seems like all old-style classes (i.e. not namespaced) do not get autoloaded, although proper ext_autoload.php files exist. I

Re: [TYPO3-english] external_import, nesting pages

2015-02-03 Thread François Suter
Hi David, I have done some tests and debugging runs. The mapping in $tceData is absolutely correct. Thanks for digging into this. Moving, copying, localizing, deleting and undeleting are commands handled by $tce-process_cmdmap(...). I was thinking about that too. Please take a look at

Re: [TYPO3-english] external_import, nesting pages

2015-02-02 Thread François Suter
Hi David, I only have checked the typo3 log in the backend but I will try to figure it out with devlog and debugging the code. Great. It would be great if we could find a solution for this scenario. I'm sure we will :-) Cheers -- Francois Suter Work: Cobweb Development Sarl -

Re: [TYPO3-english] external_import, nesting pages

2015-02-01 Thread François Suter
Hi David, I have figured out another problem (sorry...) with updating imported page structure. Changes to the name are recognized very fine whereas changes to the nesting structure seem to be ignored. Is it not yet supported by external_import or do i have a further configuration issue? Hmm,

Re: [TYPO3-english] external_import, nesting pages

2015-01-30 Thread François Suter
Hi David, I have one more question. Is it correct, that my csv file gets imported in a reverse order? Yes, this has to do with how the TYPO3 Core Engine (which is used for storing the data after import) handles pages specifically. I must say I had never thought about that, but when

Re: [TYPO3-english] external_import, nesting pages

2015-01-30 Thread François Suter
Hi David, In this userfunction i check for currently existing pages which tx_vtmmage_magento_category_id == the current external parent_id. If there is a result, the uid of this page will be returned and should be used as pid for the new record. Unfortunately this pid gets overridden while

Re: [TYPO3-english] tesseract

2015-01-05 Thread François Suter
Hi Daniel, Sorry for not reporting back earlier - all Tesseract stuff works now after sufficient digging. Good to hear. It was also clear that I need to enable the news extension and use that for what it is good at. Tesseract is an invaluable tool in avoiding learning Typo3's internals too

[TYPO3-english] Error in TYPO3 CMS 7 backend

2014-12-02 Thread François Suter
Hi all, I am toying a bit with upcoming 7.0 and have several modules in the BE where the following exception is thrown: TYPO3\CMS\Extensionmanager\Domain\Repository\ExtensionRepository::$backend does not exist This happens in the EM, the Documentation module or the Sphinx extension for

Re: [TYPO3-english] Error in TYPO3 CMS 7 backend

2014-12-02 Thread François Suter
Hi Anja, please hard clear your cache using the install tool button, then you should be fine again. That did work :-) Thanks. I wonder what other caches it cleared, that I hadn't already ;-) Good to know anyway, I'm not used to that one (yet). Cheers. -- Francois Suter Work: Cobweb

Re: [TYPO3-english] Error in TYPO3 CMS 7 backend

2014-12-02 Thread François Suter
Hi Anja, this was the extbase reflection cache. Your error was caused by a removed injected property, and the reflection cache still had it. Thanks for the explanation. Cheers -- Francois Suter Work: Cobweb Development Sarl - http://www.cobweb.ch TYPO3: Help the project! -

[TYPO3-english] Uncaught exception in Extension Manager

2014-10-24 Thread François Suter
Hi all, I just updated the extension list on some 6.2.6 installation and now the Extension Manager crashes with the following uncaught exception: #1342432101: static_info_tables was requested to be downloaded in different versions. As far as I could see, only two extensions had a

Re: [TYPO3-english] Uncaught exception in Extension Manager

2014-10-24 Thread François Suter
Hi all, As far as I could see, only two extensions had a requirement on static_info_tables. I have tried toying with the version numbers in their respective ext_emconf.php, but to no avail. I found the culprit. In my installation's current state_info_tables can be updated from 6.1.0 to

Re: [TYPO3-english] Uncaught exception in Extension Manager

2014-10-24 Thread François Suter
Hi Philipp, IMHO it must be defined where an exception must be caught (or not) before introducing the exception. Yes, that should actually be so. AFAIK EM exceptions are displayed as flashmessages. This is not the case for you. Obviously, this one isn't caught. Of course it's not just a

Re: [TYPO3-english] Uncaught exception in Extension Manager

2014-10-24 Thread François Suter
Hi, It is even worse. I changed the dependencies locally, such that lang_menu also requires the current version, but the dependency information is fetched from TER!!! Indeed, because the new versions aren't available locally yet. To work myself out of this conundrum, I downloaded the

Re: [TYPO3-english] Uncaught exception in Extension Manager

2014-10-24 Thread François Suter
Hi Markus, Frontend is not affected. Not directly. In this case I was just wondering why sr_language_menu did support static_info_tables until 6.0.99. How should we handle this problem in EM? I think the EM should show the update icon, but disabled and showing some error status (like

Re: [TYPO3-english] tesseract

2014-10-23 Thread François Suter
Hi Daniel, Since this is still an evaluation, I should probably read the extension manual a bit and satisfy myself that joins can work, and not sweat the small stuff... yet. I itch to go farther, but finding an extension that allows dynamic material to show up someplace else without GUI

Re: [TYPO3-english] External Import extension: importing XML - records are not update with disabledOperations = ' '

2014-08-24 Thread François Suter
Hi all, I'm testing this extension for a specific project. Following the great tutorial, when testing with a RSS-feed (news from TYPO3.org), news items are re-inserted instead of updated. We sorted out this issue with Bert and here's the solution for those who might stumble on the same

Re: [TYPO3-english] External Import extension: importing XML - records are not update with disabledOperations = ' '

2014-08-18 Thread François Suter
Hi Bert, I'm testing this extension for a specific project. Following the great tutorial, when testing with a RSS-feed (news from TYPO3.org), news items are re-inserted instead of updated. I quickly tested and I don't have the same behavior. This is really weird. Are the existing records

Re: [TYPO3-english] importing be-users from a textfile?

2014-08-06 Thread François Suter
Hi horace, i would like to import be-users from a textfile (csv for example) into the database. but how would i handle the password hashes? is it easily possible to create the hashes TYPO36.2 needs? This will be handled transparently for you if you use TCEmain/DataHandler [1] to stored your

Re: [TYPO3-english] indexed_search filtering

2014-07-28 Thread François Suter
Hi, There is an extension with more extensive documentation. The documentation is also rendered in HTML [1]. [1] http://docs.typo3.org/typo3cms/extensions/doc_indexed_search/ That is actually the same as the indexed_search documentation, which is rendered here:

Re: [TYPO3-english] disable BE fields - ext:news

2014-07-24 Thread François Suter
Hi Tom, But, its doesn't seem to work, I'm placing this TS in my setup and using TYPO3 versions 6.2.4 and the latest release of ext:news What do you mean exactly by in my setup? Such configuration is Page TSconfig. As such it must be placed in the TypoScript Configuration field of the root

Re: [TYPO3-english] [TYPO3 6.2] No module could be found. error resolution for old extensions

2014-07-18 Thread François Suter
Hi Jerome, For information, the problem also seemed to come from cache... so in the end, for gabriel extension, I had to : Do you think you really need to stick to gabriel? It was replaced by the Scheduler since TYPO3 CMS 4.3... You best bet would be to change your gabriel tasks to

Re: [TYPO3-english] tesseract

2014-05-06 Thread François Suter
Hi Robert, Hi, I was wondering whether the tesseract project is compatible with 6.2 - anybody here, who has experience and could report 2 or 3 sentences? Tesseract is mostly compatible with 6.2. There were a few issues of old TYPO3 classes being included, but if you take the current Git

Re: [TYPO3-english] tesseract

2014-05-06 Thread François Suter
Hi Nico, Only one (fundamental) question: can you please help me (and others) by briefly explaining the difference(s) with e.g. wfqbe. The main difference is that Tesseract is directed at querying the TYPO3 database, whereas wfqbe aims at displaying data from external databases. If you try

Re: [TYPO3-english] Which linkhandler to use?

2014-05-01 Thread François Suter
Hi Lieuwe, On TER is v0.3.1, released somewhere 2009. As this is quite old we were using the latest from forge ([1], master branch). This had no update yet. I went further and found linkhandler on github as well, with several forks. Can anyone advise me on which fork to use? I wasn't aware of

Re: [TYPO3-english] Migration 4.6 to 6.2: error Could not acquire lock for ClassLoader cache creation

2014-04-15 Thread François Suter
Hi Markus, Please check what is in the typo3temp/locks/ directory. I got the error again after clearing the whole cache. At that point I found that a file was left in typo3temp/locks/. I deleted it and the error disappeared, but I really don't understand what's happening, since the lock

[TYPO3-english] Migration 4.6 to 6.2: error Could not acquire lock for ClassLoader cache creation

2014-04-14 Thread François Suter
Hi all, I'm trying to upgrade a TYPO3 site from 4.6 to 6.2 (using current master, i.e. 6.2.1-dev). I've been through the steps recommended in the Installation Guide and I'm now trying to start with the actual upgrade: so I've changed the symlink to point to the 6.2 source and try to access

Re: [TYPO3-english] Migration 4.6 to 6.2: error Could not acquire lock for ClassLoader cache creation

2014-04-14 Thread François Suter
Hi again, Does anyone have hint what might be the cause of such symptom? In which direction should I dig? Error gone. It was due to some custom script not yet adapted to 6.2 and kicking in very early in the bootstrap process. However I must say that this error message in absolutely not

Re: [TYPO3-english] Migration 4.6 to 6.2: error Could not acquire lock for ClassLoader cache creation

2014-04-14 Thread François Suter
Hi Markus, Still I wonder what script you're using that manages to kill the Locker^^ As far as I can tell, it was simply a call to a non-existing class. Cheers -- Francois Suter Work: Cobweb Development Sarl - http://www.cobweb.ch TYPO3: Help the project! - http://typo3.org/contribute/

Re: [TYPO3-english] Migration 4.6 to 6.2: error Could not acquire lock for ClassLoader cache creation

2014-04-14 Thread François Suter
Hi again, Error gone. It was due to some custom script not yet adapted to 6.2 and kicking in very early in the bootstrap process. Wrong diagnostic. My Install Tool worked for a while flawlessly, I could perform some operations. Then I tried to regenerated the encryption and it failed

Re: [TYPO3-english] Migration 4.6 to 6.2: error Could not acquire lock for ClassLoader cache creation

2014-04-14 Thread François Suter
Hi Markus, Please check what is in the typo3temp/locks/ directory. Maybe clear it. I hadn't thought about that directory. In the meantime, the Install Tool started working again, maybe the lock expired... Next time it happens I'll check the typo3temp/locks/ directory and hopefully it helps

[TYPO3-english] Joining the Documentation Team

2014-03-17 Thread François Suter
Hi all, As you may be aware the TYPO3 Documentation Team is comprised of very few people doing their best to maintain a huge amount of documentation. We would be very glad to welcome some new members to raise our manpower and to ensure the future of the team (since most contributors have been

Re: [TYPO3-english] ext. manuals on typo3.org not accessible

2014-03-05 Thread François Suter
Hi Alessandro, forgive me for this comment but I believe that the senior users of TYPO3 can ignore this issue or find another way to download the required manuals; otherwise, new users or administrators get some trouble from this. Maybe they do not have a good perception about the

Re: [TYPO3-english] ext. manuals on typo3.org not accessible

2014-03-05 Thread François Suter
Hi Pero, It's not insulting.. it's part of fckin american culture :-) It's just little spice, dont't worry be happy. Well, when your message is already expressing frustration and anger, it's easy to misunderstand your meaning. But let's leave it at that. Yes, i was also looking what's new

Re: [TYPO3-english] Outdated / abandoned extensions in TER

2014-03-04 Thread François Suter
Hi, I think this is an interesting approach. This also means that users can transfer abandoned extensions to this account to highlight the fact that they do not want to care about it any more. Indeed, it's a convenient way of going about this. Cheers -- Francois Suter Work: Cobweb

Re: [TYPO3-english] ext. manuals on typo3.org not accessible

2014-03-04 Thread François Suter
Hi Pero, There are rules to follow for manuals to be rendered correctly. If documentation is based on reStructuredText, it is expected either to be a full structure beginning with Documentation/Index.rst, or a single file at the root of the extension called README.rst. If based on

Re: [TYPO3-english] ext. manuals on typo3.org not accessible

2014-03-04 Thread François Suter
Hi Philipp, The link is rendered without further checking. Thanks for checking, I didn't have time to go into details. p.s.: It would be really helpful if we could create a vagrant clone (along with chef scripts for deployment), just like the t3o server, that can be used of offline testing

Re: [TYPO3-english] ext. manuals on typo3.org not accessible

2014-03-04 Thread François Suter
Hi Pero, So what i wanted in first place was to see what is this FLUID that everybody is speaking about. Everywhere u go FLUID this FLUID that [snip] of FLUID and u'll know. Sorry i had to write this, it was so frustrating searching for some simple info.. While I can understand your

Re: [TYPO3-english] Hints for writing extensions for TYPPO3 4.5 to 6.1

2014-02-17 Thread François Suter
Hi Norbert, Yes, our extension is implemented with Extbase and I've heard a lot of times that ext_autoload.php isn't needed if your classes are located according to their naming. This works great with controller classes but I couldn't get it to work with scheduler and flexform support classes

Re: [TYPO3-english] email form - how to make it work?

2014-02-01 Thread François Suter
Hi Peder, Could someone please tell me how to make email form - TYPO3 ver 6.1.7 - works. I tried several times to make it work, but no mail is sent. There could be several things going wrong, including your server not sending the mails. To test if the mails are really coming out of TYPO3, I

Re: [TYPO3-english] Trouble with Templating tutorial : Basics

2014-01-26 Thread François Suter
Hi, Unfortunately, this extension is not compatible with version newer than 6.0.99. To follow up on this, I just released a new version to the TER with the compatibility raised to version 6.1.99. The files are also now stored as expected in a Git repository, which you will find here:

Re: [TYPO3-english] Trouble with Templating tutorial : Basics

2014-01-25 Thread François Suter
Hi José, Unfortunately, this extension is not compatible with version newer than 6.0.99. That's unfortunate and a mistake on our part (the Documentation Team). The extension's compatibility range should have been extended. As a workaround, you can edit the extension's ext_emconf.php file.

Re: [TYPO3-english] Trouble with Templating tutorial : Basics

2014-01-25 Thread François Suter
Hi José, As a workaround, you can edit the extension's ext_emconf.php file. There you will find a line with the following: The question I have is how to edit a file in an extension that is not installed. I downloaded it but I cannot open the archive. All extensions can be found in

[TYPO3-english] About translations of official manuals

2013-11-27 Thread François Suter
Hi all, There is something we discussed in the last Documentation Team meeting [1] to which I would like to give more visibility by posting about here and also explain more the reasoning more clearly. It is about the translations of official manuals, i.e. things like TSref, Getting Started,

[TYPO3-english] Documentation redirections

2013-11-27 Thread François Suter
Hi all, Since a couple of days, thanks to the efforts of Xavier and the Server Team, we have redirections from typo3.org to docs.typo3.org for all official manuals. Given the structure of the old URLs, it is not possible to redirect to a precise page on docs.typo3.org, but we redirect to

Re: [TYPO3-english] Extbase handler for Ajax calls in BE and FE

2013-11-24 Thread François Suter
Hi Jan, But in BE, how can i call an Extbase action here when using AjaxID / ajax.php? There is a good documentation about using Ajax in BE in general [2], but it contains no hints regarding Extbase. Beware old links: http://docs.typo3.org/typo3cms/CoreApiReference/JavaScript/Ajax/Index.html

Re: [TYPO3-english] TYPO3-powered intranet case studies anyone?

2013-11-14 Thread François Suter
Hi Loek, Did you get a bit of picture of TYPO3-based intranet solutions? No, not more than at the time. Cheers -- Francois Suter Work: Cobweb Development Sarl - http://www.cobweb.ch TYPO3: Help the project! - http://typo3.org/contribute/ Appreciate my work? Support me -

Re: [TYPO3-english] menu based on sys_category?

2013-11-14 Thread François Suter
Hi bernd, as sys_category is connected to tt_content and pages by default it would be nice to build up menus depending on categories is/will there a build in option in 6.2? For pages, it is already in the Core and will be in 6.2. See [1] and [2]. For content elements, there's a patch

Re: [TYPO3-english] Log problems

2013-11-12 Thread François Suter
Hi Pero, It seems that i have put too big date range for log listing so now every time when i click on Log i get fatal error (memory lala..). Is it possible to reset log settings manually somewhere? TYPO3 ver. 4.7. Thx. Go to the User Settings module and click on the Clear Temporary Data

Re: [TYPO3-english] makeCategorizable options

2013-11-05 Thread François Suter
Hi Tomasz, it is a step forward to me but I still know not enough. I think it would be nice to see some examples. Look at that file: https://git.typo3.org/TYPO3CMS/Extensions/examples.git/blob/8ba8878e8744ddd933679327a1ff32e8cc303769:/ext_tables.php at the bottom. It is planned to be

[TYPO3-english] Trying a new way of contributing to the official documentation

2013-10-23 Thread François Suter
Hi all, Your dear Documentation Team has set up a trial for a new way of contributing to the TYPO3 official documentation. Please read all the details in the following announcement: http://typo3.org/news/article/testing-a-new-contribution-process/ We sincerely hope that you will appreciate

Re: [TYPO3-english] How to Spray Paint Wicker Furniture

2013-10-17 Thread François Suter
What the fuck was that? :D That's spam ;-) We are getting more of it now that the mailing lists are sync'ed with forums. I'm not sure what makes it easier, though. Cheers -- Francois Suter Work: Cobweb Development Sarl - http://www.cobweb.ch TYPO3: Help the project! -

Re: [TYPO3-english] External_Import help needed

2013-10-12 Thread François Suter
Hi Andi, 'external' = array( 0 = array( 'MM' = array( 'mapping' = array( 'table' = 'tx_ekhnevents_domain_model_audience', 'reference_field' = 'audience',

Re: [TYPO3-english] Extending TCA the 6.1 way

2013-10-01 Thread François Suter
Hi Stephan, Well, I cannot find any official documentation about this. Instead, the current Core API [2] tells me to use ext_tables.php. Oh, that needs to be updated. Could you open a bug report there, please: http://forge.typo3.org/projects/typo3v4-doc_core_api/issues So, what to do now?

Re: [TYPO3-english] Extending TCA the 6.1 way

2013-10-01 Thread François Suter
Hi Stephan, Still one could do other stuff before returning the array in the end. Jep, just using the addFieldsToPalette method inside of the TCA/{tablename}.php file just before returning the configuration array was my first idea. But this seems not to work. So this is a could have worked if

Re: [TYPO3-english] Templavoila

2013-09-11 Thread François Suter
Hi Jan, can you fill me in please? Last time I checked, it wasn't working and required manual patching at least. I don't see any update in Ext repository, so what has change that it's now working? For 6.2, look at that: https://github.com/wouter90/templavoila It's not perfect, but works

Re: [TYPO3-english] Templavoila

2013-09-02 Thread François Suter
Hi Jim, Will Templavoila work with typo3 6.1? Did you mean 6.2? It already works fine with 6.1. And it is definitely planned to make it work with 6.2. Cheers -- Francois Suter Work: Cobweb Development Sarl - http://www.cobweb.ch TYPO3: Help the project! - http://typo3.org/contribute/

Re: [TYPO3-english] Useful ReST editors

2013-08-28 Thread François Suter
Hi Dominique, In fact sublime text is much more than a ReST editor. It´s THE editor. Not a full IDE but is really awesome, clean, fast and powerful. Actually we have a list of reST editors in the wiki: http://wiki.typo3.org/Editors_(reST) and Sublime Text is already listed. But it's good to

Re: [TYPO3-english] Bye-bye OpenOffice, welcome ReST

2013-08-26 Thread François Suter
Hi Dmitry, What was the reason behind the change? Was it a hope that extension authors will rush to learn a new syntax and be happy to write docs using tags instead of a word processor? :) I recently answered another unhappy fellow with the explanation of the reasons. Please read:

Re: [TYPO3-english] Bye-bye OpenOffice, welcome ReST

2013-08-21 Thread François Suter
Hi, but not as main points since I agree this is more a point from a developer pov. All that has been said is true, I slightly disagree with that last point: I have found it much more enjoyable to write with reST than with some bloody word processor. Of course that's a question of taste,

Re: [TYPO3-english] FAL and import/export tool

2013-08-08 Thread François Suter
Hi Erwin, i hit the same problem with Typo3 6.1.3 and can't find a solution. Did you file a bug report about this? If you did so, could you give me the link to the bugreport, so i can watch it for a possible solution. Thanks so far, Here: http://forge.typo3.org/issues/49227 But I see no easy

Re: [TYPO3-english] realurl and alias_field with fallback if column is empty

2013-08-07 Thread François Suter
Hi Domi, If I try this code, only the UID is getting renderd as path, not even the path_segment. Hmm, actually my code contains one closing bracket too much. A copy paste error on my part. It was an extract taken from a longer expression. Is this feature missing in realurl? I thought I

Re: [TYPO3-english] Vote for TYPO3 @ http://bitnami.com packaging service for XAMPP

2013-07-17 Thread François Suter
Answer additionally here with a +1 in this thread to keep track who hit the button :-) +1 -- Francois Suter Work: Cobweb Development Sarl - http://www.cobweb.ch TYPO3: Help the project! - http://typo3.org/contribute/ Appreciate my work? Support me -

Re: [TYPO3-english] TemplaVoila page module calling dummy.php

2013-07-10 Thread François Suter
Hi all, I'm having a bug I never saw before: on one specific TYPO3 installation, on a specific server, running TYPO3 6.1-dev and TemplaVoila 1.8.0, when I click on the Page module I see a blank page. It is not entirely blank however. The frame's URL is: typo3/dummy.php?id=1 while the expected

Re: [TYPO3-english] how to convert tstamp from db to human date

2013-07-08 Thread François Suter
Hi Piotr, tmp.datetime = TEXT tmp.datetime.dataWrap = DB:tx_seminars_seminars:{GP:tx_seminars_pi1|uid}:begin_date tmp.datetime.wrap3 = {|} tmp.datetime.insertData = 1 termin = COA termin { 10 = TEXT 10

Re: [TYPO3-english] how to convert tstamp from db to human date

2013-07-08 Thread François Suter
Hi, it does`n work, after applying your code nothing is filled in input field I think the problem comes from the fact that dataWrap is called after date. One solution would be to use the nested stdWrap call, i.e. something like this (not tested): tmp.datetime = TEXT

Re: [TYPO3-english] how to convert tstamp from db to human date

2013-07-08 Thread François Suter
Hi Piotr, It does not work:( field is empty I have no further idea, sorry. It's hard to tell without really doing the stuff. Cheers -- Francois Suter Work: Cobweb Development Sarl - http://www.cobweb.ch TYPO3: Help the project! - http://typo3.org/contribute/ Appreciate my work?

[TYPO3-english] TemplaVoila page module calling dummy.php

2013-07-02 Thread François Suter
Hi all, I'm having a bug I never saw before: on one specific TYPO3 installation, on a specific server, running TYPO3 6.1-dev and TemplaVoila 1.8.0, when I click on the Page module I see a blank page. It is not entirely blank however. The frame's URL is: typo3/dummy.php?id=1 while the

Re: [TYPO3-english] What happened to the wiki

2013-06-22 Thread François Suter
Hi, Seehttp://wiki.typo3.org/wiki/index.php?title=ReSTdiff=67139oldid=61803 Oh damn, that's my fault then. I'll revert the change. I didn't know Mediawiki links were case-sensitive. That's rather silly... Cheers -- Francois Suter Work: Cobweb Development Sarl - http://www.cobweb.ch

[TYPO3-english] FAL and import/export tool

2013-06-18 Thread François Suter
Hi all, Has anyone successfully exported some pages from a 6.0+ site containing images using FAL to a T3D file and imported it back in some other 6.0+ install? I have just tested this with a 6.1 version (current dev) and the image files themselves are not included in the export. Cheers

Re: [TYPO3-english] FAL and import/export tool

2013-06-18 Thread François Suter
Hi again, Has anyone successfully exported some pages from a 6.0+ site containing images using FAL to a T3D file and imported it back in some other 6.0+ install? I have just tested this with a 6.1 version (current dev) and the image files themselves are not included in the export. As a

Re: [TYPO3-english] code highlighter on docs.typo3.org

2013-06-13 Thread François Suter
Hi Muriel, Sphinx seems a little bit to advanced for my needs. I'm just looking for a code highlighter extension. Used to use mh_code_highlighter but that has been abandoned for a while. Give beautyofcode a try: http://typo3.org/extensions/repository/view/beautyofcode I haven't used it

Re: [TYPO3-english] [TYPO3-dev] Static Info Tables 6.0.0

2013-05-31 Thread François Suter
Hi Stan, Great to see a new and clean API here :-) In order for all features of version 6.0.0 to behave correctly, all language packs will need to be re-created using the new backend module. Until the existing language packs are re-published by their respective authors, administrators may work

Re: [TYPO3-english] Adding file to FAL in TYPO3 6.0

2013-05-31 Thread François Suter
Hi Kay, If you want to help the docs team documenting, i think you just need to contact them and the will happily enjoy your help :D Actually that's not funny at all. I called on my fellow Core team members to help documenting FAL, but not a single person volunteered. There's only so much

Re: [TYPO3-english] Adding file to FAL in TYPO3 6.0

2013-05-31 Thread François Suter
Hi, Actually that's not funny at all. I called on my fellow Core team members to help documenting FAL, but not a single person volunteered. TBH Benni wrote quite a bit of the wiki page. Still nobody really knows what the status of this page is (apparently not so good, given Ian's troubles)

Re: [TYPO3-english] Adding file to FAL in TYPO3 6.0

2013-05-31 Thread François Suter
Hi Kay, it was not ment as a joke at all!!! - But i point everyone complaning about a missing feature to the according team to get some more manpower - please do not get me wrong. OK. Maybe I overreacted. Sorry about that. FAL documentation is quite a sore point I must say. Cheers --

Re: [TYPO3-english] [TYPO3-dev] Static Info Tables 6.0.0

2013-05-31 Thread François Suter
Hi Stan, Using the Extension Manager, I installed this version of the language pack on TYPO3 6.0.6 and ran the update script. When I now set the backend to either French or Canadian French, the select boxes of the test page of the backend module are filled with French labels. It works fine.

[TYPO3-english] Extension linkhandler and TYPO3 6.0

2013-03-12 Thread François Suter
Hi all, For your information, I spent some time making extension linkhandler with TYPO3 CMS 6.0, which was not quite trivial. I have the result of my work available on Github: https://github.com/fsuter/linkhandler since there had not been releases in a long time. However I am in touch with

Re: [TYPO3-english] Extension linkhandler and TYPO3 6.0

2013-03-12 Thread François Suter
Hi Jigal, http://forge.typo3.org/issues/46140 Do you want to join forces? Way too busy with documentation, but it's a good idea, especially if it implies refactoring all the horrible browse link code. Cheers -- Francois Suter Cobweb Development Sarl - http://www.cobweb.ch

Re: [TYPO3-english] Documentation problem

2013-03-04 Thread François Suter
Hi Thomas, I'm trying to write a documentation for my first Extension with LibreOffice using the official sxw Doc template. After settling the document properties the first page as well as all headers look ok. Only problem is the Table of contents. It still shows EXT: Readable name of your

[TYPO3-english] TYPO3-powered intranet case studies anyone?

2013-02-27 Thread François Suter
Hi all, We need to convince a client that TYPO3 can be a valid solution for managing an Intranet. I googled a bit for interesting case studies, but I found only very light material. Does anyone have an extensive case study online, if possible with nice screenshots? We are up against Drupal

Re: [TYPO3-english] create new content element - why isn't the header element listed?

2013-02-17 Thread François Suter
Hi Horace, if i create a new content element i can't choose header. why? i always have to create a different one first and then change it to header. is it possible to add header to the create new element list somehow? The new content element wizard tries to present a default, but not

Re: [TYPO3-english] ExtBase performance

2013-02-16 Thread François Suter
Hi Tomiţă, I am trying to import a CSV file with over 65.000 records using an ExtBase extension I'm building. But seems like that ExtBase can't handle that many objects or are too many as it takes nearly 30 minutes to store them in the database. Indeed Extbase has trouble coping with large

Re: [TYPO3-english] Current Documentation format

2013-02-15 Thread François Suter
Hi Thomas, I'm just about finishing my first Extbase extension and the only part that's missing is documentation. I've learned, that OpenOffice/LibreOffice format SXW is dead, as well as DocBook, and I've red that ALL of TYPO3 6.0 documentation hast moved to Rest. Looking into forge I notice

Re: [TYPO3-english] nc_staticfilecache and TYPO3 6.0.1 pagetree 500 errors

2013-02-04 Thread François Suter
Hi Mark, Hi list, is anyone using nc_staticfilecache successfully under 6.0.1? Not out of the box, there are compatibility issues. See this one in particular: http://forge.typo3.org/issues/32091 HTH -- Francois Suter Cobweb Development Sarl - http://www.cobweb.ch

Re: [TYPO3-english] Question about FAL migrated/processed files after 6.0 upgrade

2013-01-31 Thread François Suter
Hi Benni, Thanks for the explanations. fileadmin/_migrated_/ contains all pics that were moved from uploads/pics/ and uploads/media/ previously - except that all duplicates were removed. So, yes, please keep the folder :). Good. But then uploads/pics and uploads/media are not needed

Re: [TYPO3-english] Migration from DAM to FAL

2013-01-31 Thread François Suter
Hi Chris, We want to migrate the first website from TYPO3 4.6 to 6.0. In this website we are using DAM only for references of files. We do not use it for asset management. Is there already a migration script for this task or do we have to work on that topic on our own? I can't find the thread

  1   2   3   >