haassie / rh_recaptcha

TYPO3 extension implementing Google reCAPTCHA
1 stars 9 forks source link

no siteKey #6

Closed afineske closed 8 years ago

afineske commented 8 years ago

Hi,

i have install the extension as in the documentation. But i have this message:

No siteKey provided in TypoScript constants See here: http://fineske.com/index.php?id=18

Thanks for help

Andreas

haassie commented 8 years ago

Hi Andreas,

Did you follow the steps in https://docs.typo3.org/typo3cms/extensions/rh_recaptcha/Installation/Index.html#configure-extension? https://docs.typo3.org/typo3cms/extensions/rh_recaptcha/Installation/Index.html#configure-extension?

Regards,

Richard

On 15 Oct 2015, at 15:45, zippo-71 notifications@github.com wrote:

Hi,

i have install the extension as in the documentation. But i have this message:

No siteKey provided in TypoScript constants See here: http://fineske.com/index.php?id=18 http://fineske.com/index.php?id=18 Thanks for help

Andreas

— Reply to this email directly or view it on GitHub https://github.com/haassie/rh_recaptcha/issues/6.

afineske commented 8 years ago

Yes i have put the code in the constansts, the TSConfig and in typoscript nothing works.

Please help

haassie commented 8 years ago

Do you see the value of the siteKey if you are evaluating plugin.tx_powermail.settings.setup.reCAPTCHA.siteKey within the TypoScript Object Browser in backend?

On 20 Oct 2015, at 11:39, zippo-71 notifications@github.com wrote:

Yes i have put the code in the constansts, the TSConfig and in typoscript nothing works.

Please help

— Reply to this email directly or view it on GitHub https://github.com/haassie/rh_recaptcha/issues/6#issuecomment-149497009.

afineske commented 8 years ago

Yes tsobj

haassie commented 8 years ago

This is within Constants I think? And what about the setup part? Because i’m missing the setup part within this path if this is the setup already.

On 20 Oct 2015, at 11:51, zippo-71 notifications@github.com wrote:

Yes https://cloud.githubusercontent.com/assets/11649139/10603859/e0108308-7720-11e5-944b-4e318d1cea8a.png — Reply to this email directly or view it on GitHub https://github.com/haassie/rh_recaptcha/issues/6#issuecomment-149499267.

afineske commented 8 years ago

what must in the setup part?

haassie commented 8 years ago

That is done by the static include. i assume you added the static template of the rh_recaptcha?

Op dinsdag 20 oktober 2015 heeft zippo-71 notifications@github.com het volgende geschreven:

what must in the setup part?

— Reply to this email directly or view it on GitHub https://github.com/haassie/rh_recaptcha/issues/6#issuecomment-149508586.

afineske commented 8 years ago

Yes Look: bildschirmfoto 2015-10-20 um 15 32 40

haassie commented 8 years ago

Then you should have plugin.tx_powermail.settings.setup.reCAPTCHA.siteKey in your setup part.

On 20 Oct 2015, at 15:33, zippo-71 notifications@github.com wrote:

Yes Look: https://cloud.githubusercontent.com/assets/11649139/10608568/e47a6a52-773f-11e5-8373-a9069e62ea9c.png — Reply to this email directly or view it on GitHub https://github.com/haassie/rh_recaptcha/issues/6#issuecomment-149569648.

afineske commented 8 years ago

bildschirmfoto 2015-10-20 um 15 36 18 What is wrong?

haassie commented 8 years ago

In your TypoScript Object Browser: Do you see (in setup) the value of your siteKey at the path of my previous message? I think it has something to do with the order of loading your TypoScript templates because for now I can’t reproduce this error.

On 20 Oct 2015, at 15:38, zippo-71 notifications@github.com wrote:

https://cloud.githubusercontent.com/assets/11649139/10608715/8372a0ac-7740-11e5-9d6f-8d7b308c0a7a.png What is wrong?

— Reply to this email directly or view it on GitHub https://github.com/haassie/rh_recaptcha/issues/6#issuecomment-149570684.

afineske commented 8 years ago

yes see here: bildschirmfoto 2015-10-20 um 15 52 37

haassie commented 8 years ago

Strange. Also that i see the siteKey is set twice. with and without the setup part. If you want, you can give me an admin-account to the website and I wil check what is wrong. If so, please send a temporary user account to my personal e-mailaddress.

On 20 Oct 2015, at 15:53, zippo-71 notifications@github.com wrote:

yes see here: https://cloud.githubusercontent.com/assets/11649139/10609190/bff09e9c-7742-11e5-8ce8-11a985854098.png — Reply to this email directly or view it on GitHub https://github.com/haassie/rh_recaptcha/issues/6#issuecomment-149574872.

afineske commented 8 years ago

I have send the email

haassie commented 8 years ago

It is working now. You did an include of the static on the root page as well as on the contactpage. This caused an empty value for plugin.tx_powermail.settings.setup.reCAPTCHA.siteKey on the contact page. I simply removed the static include of reCAPTCHA on the contact page and it is working now.

On 20 Oct 2015, at 16:01, zippo-71 notifications@github.com wrote:

I have send the email

— Reply to this email directly or view it on GitHub https://github.com/haassie/rh_recaptcha/issues/6#issuecomment-149576989.

afineske commented 8 years ago

OK Thanks