Re: [TYPO3-english] BE DB check queries not saving

2010-08-06 Thread Douglas La Farge
Thanks so much for this. Everything worked except for finding them in the Task Center when done. any idea why? regards, doug On Aug 6, 2010, at 11:47 AM, Jigal van Hemert wrote: > Hi, > > Douglas La Farge wrote: >> When I go to Web->List and attempt to create a new record in the >> sysfold

Re: [TYPO3-english] BE DB check queries not saving

2010-08-06 Thread Jigal van Hemert
Hi, Douglas La Farge wrote: When I go to Web->List and attempt to create a new record in the sysfolder I created called Actions I'm not seeing the System Records -> Action option. You need the system extension 'sys_action'. I checked and it is present (but probably not installed) in 4.2.8 and

Re: [TYPO3-english] BE DB check queries not saving

2010-08-06 Thread David Bruchmann
- Ursprüngliche Nachricht - Von:Douglas La Farge Gesendet: Freitag, 6. August 2010 20:27:50 An: TYPO3 English CC: Betreff:Re: [TYPO3-english] BE DB check queries not saving Hi Jigal, Thank you for this tip. Only one problem. When I go to Web->List and attempt to

Re: [TYPO3-english] BE DB check queries not saving

2010-08-06 Thread Douglas La Farge
Hi Jigal, Thank you for this tip. Only one problem. When I go to Web->List and attempt to create a new record in the sysfolder I created called Actions I'm not seeing the System Records -> Action option. I have the long list presented to create various kinds of records (like page, domain, New

Re: [TYPO3-english] BE DB check queries not saving

2010-08-06 Thread Jigal van Hemert
Douglas La Farge wrote: Admin tools -> DB check -> Full search -> Advanced query I created a couple queries and saved them. But when I log out and log back in my saved queries are gone. If you want to reuse them you can save them in an "Action" record and call them from the Task center. Ope

Re: [TYPO3-english] IE 8 and htmlarea RTE problem.

2010-08-06 Thread Braulio J. Solano-Rojas
El 29/07/2010 02:50 a.m., Steffen Gebert escribió: Am 29.07.10 04:44, schrieb Braulio J. Solano-Rojas: Message: Expected ')' Line: 907 Character: 490 Code: 0 URI: typo3temp/compressor/htmlarea_cumulative_63119521b2bad631bd95_compressed-169aa09a5878d75865b2adf15223c4d8.js.gzip tagName=(match[

Re: [TYPO3-english] BE DB check queries not saving

2010-08-06 Thread Douglas La Farge
Here's why I need it to save. Perhaps there is a better tool for this task. We have a client that manages news stories in TeamBase. They use this to send their stories to their many publications. We are working with them to do an automatic export (from team base) into Typo3 tt_news. The export

[TYPO3-english] BE DB check queries not saving

2010-08-06 Thread Douglas La Farge
I'm attempting to use the tool Admin tools -> DB check -> Full search -> Advanced query I created a couple queries and saved them. But when I log out and log back in my saved queries are gone. Is this the correct behavior? thank you. Doug ___ TYPO3

Re: [TYPO3-english] Run something regullary

2010-08-06 Thread Gulay Boris
On Fri, 06 Aug 2010 16:48:56 +0400, Gulay Boris wrote: > On Fri, 06 Aug 2010 10:58:35 +0200, Xavier Perseguers > wrote: >> Hi, >> For sure but as you use DBAL, please activate debug log and provide the >> faulty query here. >> >> I can then see wether this is a bug in DBAL/Core SQL parser or a

Re: [TYPO3-english] Run something regullary

2010-08-06 Thread Gulay Boris
On Fri, 06 Aug 2010 10:58:35 +0200, Xavier Perseguers wrote: > Hi, > For sure but as you use DBAL, please activate debug log and provide the > faulty query here. > > I can then see wether this is a bug in DBAL/Core SQL parser or a > non-compliant query from scheduler. > > Thanks. > > Xavier I

[TYPO3-english] [TYPO3-dev] Announcing TYPO3 4.1.15, 4.2.14, 4.3.5 and 4.4.2

2010-08-06 Thread Oliver Hader
Dear TYPO3 community, The TYPO3 core team has just released TYPO3 versions 4.1.15, 4.2.14, 4.3.5 and 4.4.2, which are now ready for you to download. All versions are maintenance releases and contain only bugfixes. Since the latest security releases contained regressions and some features were not

[TYPO3-english] User groups and access list

2010-08-06 Thread Pero Matic
Hi. One newbie question. What happens if "Include Access Lists" checkbox in user group settings is not checked - then everything is allowed or nothing is allowed? Thx. Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://list

[TYPO3-english] tt_products multilanguage shop problem

2010-08-06 Thread rocky ou
Hey list, I'm running TYPO3 4.3.3 and tt_products 2.6.2. The site is bilingual, Chinese is the default language and English the second. The tt_product shop works fine within English version of the site. But the Chinese product list page has nothing showing up. As I did not see any localizing

Re: [TYPO3-english] Run something regullary

2010-08-06 Thread Xavier Perseguers
Hi, Since version 4.3, there's a tool in TYPO3 called Scheduler. It's a Yes, I have this extension installed, but on my configuration (I use Postgres) it only displays an error: "Could not parse where clause in /usr/share/typo3/typo3/sysext/dbal/class.ux_t3lib_db.php : 1070" and nothing more.

Re: [TYPO3-english] Run something regullary

2010-08-06 Thread Gulay Boris
On Thu, 05 Aug 2010 22:16:02 +0200, François Suter wrote: > Hi Boris, > > Since version 4.3, there's a tool in TYPO3 called Scheduler. It's a Yes, I have this extension installed, but on my configuration (I use Postgres) it only displays an error: "Could not parse where clause in /usr/share/typ

[TYPO3-english] enter of data and customized quiries

2010-08-06 Thread Plamen Petkov
Hi list, I have to enter information for different user, so I need to create 4 tables.I'm able to create tables directly or using of extension is better.Forms must validate the data before recording to database.Also, I would like to make reports from these tables with customized queries. I apprecia