Re: [TYPO3-english] Powermail is not sending emails

2011-06-20 Thread Mubasshar Ahmad

thanks 4 your reply.

recepient is single one.

 Date: Fri, 17 Jun 2011 14:54:43 +0200
 From: nicola.cerchi...@gmail.com
 To: typo3-english@lists.typo3.org
 Subject: Re: [TYPO3-english] Powermail is not sending emails
 
 Hi,
 how do you select the recipient? Is it single one or do you use other of the
 available methods?
 In the history is the recipient correctly shown?
 
 Bests,
 Nicola
 
 2011/6/17 hellotypo4 sham...@msn.com
 
 
  Hi every one,
 
  I have created a contact page in typo3 using powermail. everything is ok,
  fields are being displayed and validated properly when i send email using
  that page, it gives success message and stored this email in history too
  BUT
  that email is not being delivered into the inbox.
 
  Plz help me a quick response will be highly appreciated.
 
  Regards
  --
  View this message in context:
  http://old.nabble.com/Powermail-is-not-sending-emails-tp31868722p31868722.html
  Sent from the TYPO3 English mailing list archive at Nabble.com.
 
  ___
  TYPO3-english mailing list
  TYPO3-english@lists.typo3.org
  http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
  
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] t3blog on postgres

2011-06-20 Thread Boris Gulay
Hello!

I'm trying to run t3blog on TYPO3 4.4.7 with Postgres 8.3 as a database.
After navigating to newly created site I see the following error:

DBAL fatal error: No handler found in handler_getFromTableList() for:
tx_t3blog_post,be_users /*! FORCE INDEX (PRIMARY) */ (SQL engine parse
ERROR: No comma found as expected in parseFromTables(): near /*! FORCE
INDEX (PRIMARY) */ )

This is because of class.listFunctions.php:58. If I remove this comment
I get another error:

SQL engine parse ERROR: No field name found as expected in
parseFieldList(): near DISTINCT(tx_t3blog_post.uid) AS
uid,tx_t3blog_post in
/path/to/typo3/typo3/sysext/dbal/class.ux_t3lib_db.php : 1192

This time because of class.listFunctions.php:43.

Is it OK to run t3blog on postgres? Are this error really a bugs and
should be they be fixed?

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Powermail is not sending emails

2011-06-20 Thread Mubasshar Ahmad

Dear Siniša Mitrović,

Thanks a lot. My problem got resolved.

Regards,

Mubashar Ahmad





 From: sinisa.mitro...@europoint.com
 To: typo3-english@lists.typo3.org
 Date: Fri, 17 Jun 2011 14:56:28 +0200
 Subject: Re: [TYPO3-english] Powermail is not sending emails
 
 Hi, 
 
 Try loging in Install Tool and under Basic Configutation try to send test
 mail... If you get thet mail, your mail configuration is correct, if not
 your mail settings are not corect so you can fix them undet Install Tool
 All Configuration in MAIL section...
 
 Regards,
 Siniša Mitrović
 
 -Original Message-
 From: typo3-english-boun...@lists.typo3.org
 [mailto:typo3-english-boun...@lists.typo3.org] On Behalf Of hellotypo4
 Sent: Friday, June 17, 2011 2:51 PM
 To: typo3-english@lists.typo3.org
 Subject: [TYPO3-english] Powermail is not sending emails
 
 
 Hi every one,
 
 I have created a contact page in typo3 using powermail. everything is ok,
 fields are being displayed and validated properly when i send email using
 that page, it gives success message and stored this email in history too BUT
 that email is not being delivered into the inbox.
 
 Plz help me a quick response will be highly appreciated.
 
 Regards
 --
 View this message in context:
 http://old.nabble.com/Powermail-is-not-sending-emails-tp31868722p31868722.ht
 ml
 Sent from the TYPO3 English mailing list archive at Nabble.com.
 
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
  
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] t3blog on postgres

2011-06-20 Thread Xavier Perseguers

Hello Boris,


I'm trying to run t3blog on TYPO3 4.4.7 with Postgres 8.3 as a database.
After navigating to newly created site I see the following error:

DBAL fatal error: No handler found in handler_getFromTableList() for:
tx_t3blog_post,be_users /*! FORCE INDEX (PRIMARY) */ (SQL engine parse
ERROR: No comma found as expected in parseFromTables(): near /*! FORCE
INDEX (PRIMARY) */ )


such hints are not supported by TYPO3's SQL parser.


This is because of class.listFunctions.php:58. If I remove this comment
I get another error:

SQL engine parse ERROR: No field name found as expected in
parseFieldList(): near DISTINCT(tx_t3blog_post.uid) AS
uid,tx_t3blog_post in
/path/to/typo3/typo3/sysext/dbal/class.ux_t3lib_db.php : 1192

This time because of class.listFunctions.php:43.


Syntax is wrong for TYPO3's SQL parser, you have to write

DISTINCT tx_t3blog_post.uid

as DISTINCT is a keyword, not a function.


Is it OK to run t3blog on postgres? Are this error really a bugs and
should be they be fixed?


these are bugs are author(s) did not stick to TYPO3's SQL but used MySQL 
hints or allowed syntax.


Regards

--
Xavier Perseguers
Release Manager TYPO3 4.6

TYPO3  inspiring people to share!
Get involved: http://typo3.org

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Correct use of tablenames field in mm tables

2011-06-20 Thread Guillermo R. Oramas J.
Hello Jigal.

Thank you for your very well explained answer.

You said:

 Although it can work the column tablenames is usually meant for a different 
 situation:

I still don't understand why my example doesn't match the purpose for
which the tablenames column was done.


2011/6/18 Jigal van Hemert ji...@xs4all.nl:
 Hi,

 On 17-6-2011 18:48, Guillermo R. Oramas J. wrote:

 Like an example I have these three tables: customers, suppliers and
 countries.

 [...]

 I understand this:
 The first row means that supplier1 is in germany.
 The second row means that customer1 is also in germany.

 Although it can work the column tablenames is usually meant for a different
 situation:

 There are three kinds of clients, each has its own table (because some
 fields are different):
 - tx_myext_persons
 - tx_myext_companies
 - tx_myext_organisations

 There is also a table of lawyers and you need to store which clients are
 represented by a lawyer:
 - tx_myext_lawyers

 - tx_myext_mm_lawyers_clients

 In this last table lawyer with uid=3 has clients:
 - 3 (person), 4 (person)
 - 3 (company),
 - 5 (organisation)

 In tx_myext_mm_lawyers_clients this is stored as:
 uid_local | uid_foreign | tablenames
 3 | 3 | tx_myext_persons
 3 | 4 | tx_myext_persons
 3 | 3 | tx_myext_companies
 3 | 5 | tx_myext_organisations

 So it's a relation of one field with records from more than one table.

 But I already have doubts:
 ¿Is it necessary some TCA configuration in order to TYPO3 understand
 the relations?

 Yes, look at the TCA documentation of the 'group' type [1].
 internal_type must be 'db'
 allowed must list the tables which can be linked
 (tx_myext_persons,tx_myext_companies,tx_myext_organisations)
 MM must contain the name of the mm-table

 The documentation of the 'select' type [2] also provides good information.

 ¿Is possible to setup it from Kickstarter?

 To some extend, yes. If you select 'True MM relations' and select 'all
 tables' for the table you link the data from the kickstarter will set:
 allowed = '*',

 You can change that later to the desired tables. But at least the mm-table
 is generated, etc.

 ¿Is necessary to set an index for the tablenames field?

 If there are loads of relations it can speed up queries.

 [1]
 http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.3.0/view/4/2/#id2525241
 [2]
 http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.3.0/view/4/2/#id2522688

 --
 Kind regards / met vriendelijke groet,

 Jigal van Hemert.
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] t3blog on postgres

2011-06-20 Thread Dmitry Dulepov

Hi!

Boris Gulay wrote:

Are this error really a bugs and
should be they be fixed?


Please, report those to the Forge project:
http://forge.typo3.org/projects/extension-t3blog/issues

--
Dmitry itoldyou Dulepov
TYPO3 coresecurity team member
E-mail: dmitry.dule...@typo3.org
Web: http://dmitry-dulepov.com/

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Correct use of tablenames field in mm tables

2011-06-20 Thread Dmitry Dulepov

Hi!

Guillermo R. Oramas J. wrote:

Could you explain a bit in depth this?:


You can do it like this but it would be better to have separate mm tables in 
this case. You have three tables that you need to relate. That is best done 
through two separate tables.


Well, you have three regular tables. Two of them are related to one table. 
There is no point to use a single MM relation table in such case because it 
only adds complexity.


Here is what you should have:

Table2 == uses == table2_table1_mm == Table1
Table3 == uses == table3_table1_mm == Table2

And no 'tablenames' column in use.


Depends on your TCA configuration.


It is best if you read about MM relations in the TYPO3 core API doc. It 
describes MM relations well. It would be too much text here to describe it. 
Here is the link for you:

http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.3.0/view/4/2/#id2522688

Look down the page from that point.

--
Dmitry itoldyou Dulepov
TYPO3 coresecurity team member
E-mail: dmitry.dule...@typo3.org
Web: http://dmitry-dulepov.com/

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] direct_mail and activate newsletter field

2011-06-20 Thread Georg Schönweger
Hi,

im currently installing direct_mail. The extension adds the new field
module_sys_dmail_newsletter (Activate Newsletter) to fe_users table. I
created new recipient lists by selecting usergroups (Static from list)
and fe_users (From Pages) in direct_mail Recipient Lists module. It
doesn't matter whether Activate Newsletter is activated or not .. all
users are  receiving the newsletter. Is this a known bug or does this
field have another functionality?

... i don't make use of direct mail categories so i would like to use
this field in sr_feuser_register so people can choose whether they want
receive newsletters or not.

- Georg

btw: does direct_mail have an own mailinglist? couldn't find it here;
http://lists.typo3.org/cgi-bin/mailman/listinfo
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Question about typolink.jumpurl.secure

2011-06-20 Thread Alexander Stehlik

Hi Lorenz,

the trick is to use a directory in fileadmin (e.g. fileadmin/secure/) 
and protect it with .htaccess.


The users will still be able to download them with the jumpurl secure 
link but they won't be able to access the files directly any more.


Kind regards,
Alex

Am 18.06.2011 21:57, schrieb Lorenz Ulrich:

Anyone?

Am 16.06.2011 22:54, schrieb Lorenz Ulrich:

Hi everyone

I'm trying to find out what typolink.jumpurl.secure was actually made
for.

When I build a link with typolink and secure option set I get this:

http://typo3.dev/index.php?id=60type=0jumpurl=fileadmin%2Fmyfile.pdfjuSecure=1mimeType=application%2FpdflocationData=60%3Att_content%3A111juHash=7e37908fdb2ab2bf9ce9bf0e772dfe5e7f5a5ff1



This works fine. The only problem is that if I remove the juSecure stuff
and form a link like this:

http://typo3.dev/index.php?id=60type=0jumpurl=fileadmin%2Fmyfile.pdf

 I can download the file, too.

As far as I know the jumpurl feature is to push the file directly (i.e.
for counting reasons). By setting server directives I can prevent the
user from GETting the file directly.

But how can I enable a secured download without making the user see
where exactly the file is on the file system? Because, if the user can
see that the path to the file is fileadmin/myfile.pdf, he can alter
the jumpurl parameter to get fileadmin/myfile2.pdf.

Thanks and best regards,

Lorenz




___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] direct_mail and activate newsletter field

2011-06-20 Thread Stefan Kaufmann

Hi Georg,

I had a similar problem when I introduced zje newsletter feature to my 
website. Whether it is a bug, I am not sure anymore, but I solved it by 
creating categories. One category receives newsletters, the other 
category doesn'tjust like you proposed, works quite well.


Best regards,
Stefan


On 20/June/2011 6:09 PM, Georg Schönweger wrote:

Hi,

im currently installing direct_mail. The extension adds the new field
module_sys_dmail_newsletter (Activate Newsletter) to fe_users table. I
created new recipient lists by selecting usergroups (Static from list)
and fe_users (From Pages) in direct_mail Recipient Lists module. It
doesn't matter whether Activate Newsletter is activated or not .. all
users are  receiving the newsletter. Is this a known bug or does this
field have another functionality?

... i don't make use of direct mail categories so i would like to use
this field in sr_feuser_register so people can choose whether they want
receive newsletters or not.

- Georg

btw: does direct_mail have an own mailinglist? couldn't find it here;
http://lists.typo3.org/cgi-bin/mailman/listinfo


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english