Re: [TYPO3-english] Passing a value from TS to userfunc for SQL: value={field:uid} [SOLVED}

2014-12-02 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Bernd, Finally, I solved the issue by changing from "userFunc" to "postUserFunc" as the latter passes the TS at a later stage I suppose. Then: 35=TEXT 35 { field = uid postUserFunc = user_counter->getCounter postUserFunc.field = ui

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! - http://typo3.or

Re: [TYPO3-english] Localization problems

2014-12-02 Thread Pero Peric
On 2.12.2014. 16:52, Noel Girstmair wrote: Hi did find out out how to change the labels? Regards, Noel Nope, but there is something in documentation regarding it. I saw it later (i'm not sure now but i think it's in german). Documentation mention case when u have alternative language on sit

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

2014-12-02 Thread Anja Leichsenring
Hi Francois, this was the extbase reflection cache. Your error was caused by a removed injected property, and the reflection cache still had it. Greets Anja On 02.12.2014 17:02, François Suter wrote: Hi Anja, please hard clear your cache using the install tool button, then you should be fi

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 Develo

Re: [TYPO3-english] Passing a value from TS to userfunc for SQL: value={field:uid}

2014-12-02 Thread bernd wilke
Am 02.12.14 16:14, schrieb Bert Hiddink [BENDOO e-work solutions]: Hello Bernd, If I change 35 = USER 35 { userFunc = user_counter->getCounter userFunc { # whole string selectedCategories=TEXT selectedCategories.d

[TYPO3-english] Re: Localization problems

2014-12-02 Thread Noel Girstmair
Hi did find out out how to change the labels? Regards, Noel ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

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

2014-12-02 Thread Anja Leichsenring
Hi Francois, please hard clear your cache using the install tool button, then you should be fine again. Keep calm and clear the cache :D Cheers Anja On 02.12.2014 14:30, François Suter wrote: Hi all, I am toying a bit with upcoming 7.0 and have several modules in the BE where the following

Re: [TYPO3-english] Passing a value from TS to userfunc for SQL: value={field:uid}

2014-12-02 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Bernd, If I change 35 = USER 35 { userFunc = user_counter->getCounter userFunc { # whole string selectedCategories=TEXT selectedCategories.data=GP:tx_news_pi1|overwriteDemand|categories selectedUid=

Re: [TYPO3-english] Passing a value from TS to userfunc for SQL: value={field:uid}

2014-12-02 Thread bernd wilke
Am 02.12.14 15:07, schrieb Bert Hiddink [BENDOO e-work solutions]: Hello, Having a hard time understanding why I can not pass a value with value:{field:uid} to a SQL-statement within a userfunc. Please see below. If I hardcode "selectedUid.value=654", the SQL gives the expected result. However,

[TYPO3-english] Passing a value from TS to userfunc for SQL: value={field:uid}

2014-12-02 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, Having a hard time understanding why I can not pass a value with value:{field:uid} to a SQL-statement within a userfunc. Please see below. If I hardcode "selectedUid.value=654", the SQL gives the expected result. However, if I use "selectedUid.value={field:uid}", the SQL returns nothi

[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 exa

[TYPO3-english] Backend search: multiple website setup, search in just one site

2014-12-02 Thread Muriel le Pair
Hi, I have a multiple websites setup, with multiple sites that run from the same CMS. - root site 1 -- page -- page - root site 2 -- page -- page - root site 3 -- page Backend search (in the top right corner) offers the possibility to to limit the search to for instance to pages (#page).

[TYPO3-english] Problems with integer in SQL-statement of userfunc

2014-12-02 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, I have this snippet to count over selected news-items (tx_news): ... 35 = USER 35 { userFunc = user_counter->getCounter userFunc { # whole string selectedCategories=TEXT selectedCategories.data=GP:tx_news_pi1|overwrit

[TYPO3-english] Add controller action

2014-12-02 Thread Jan Bednarik
Hi, I'm extending an extBase extension and I'd like an action to redirect to my custom action. Basically, the problem is that the action uses flash messages, but I'd like it to redirect to another action which would display my message. Problem is that I don't know how to extend list of defi

Re: [TYPO3-english] Typoscript condition be_users->uid

2014-12-02 Thread bernd wilke
Am 02.12.14 09:15, schrieb Sergio Catalá: Hi Loek, Thanks for your answer. I tried this, but I am still with TYPO3 6.1.12, trying to upgrade soon to branch 6.2.X., so I understand this setting doesn't work. those conditions are valid also for 6.1: http://docs.typo3.org/typo3cms/TyposcriptRefere

Re: [TYPO3-english] Typoscript condition be_users->uid

2014-12-02 Thread Sergio Catalá
Hi Loek, Thanks for your answer. I tried this, but I am still with TYPO3 6.1.12, trying to upgrade soon to branch 6.2.X., so I understand this setting doesn't work. Regards, Sergio On 28 November 2014 at 21:17, Loek Hilgersom wrote: > Hi Sergio, > > Find out if there currently is a valid backen