Giter Club home page Giter Club logo

eicaptcha's Introduction

GitHub stars GitHub forks GitHub release Github All Releases Github issues

eicaptcha

Module EiCaptcha for prestashop 1.7 +

The module is also available for prestashop version 1.6.x see here : https://github.com/nenes25/eicaptcha/tree/master
or download 0.4.x releases ( This version remains available but support and evolutions are stopped )

This module display Google recaptcha on the following forms :

The module is compatible with both V2 and V3 recaptcha keys ( since v 2.3.0 )

This module relies upon the override of the following files :

  • AuthController
  • ContactForm Module

For newsletter subscription implementation it needs module ps_emailsubscription at least 2.6.0

This module use composer to get recaptcha lib.
Don't forget to use composer install in order to download the necessary recaptcha composer package.

Otherwise you can go on the github release page https://github.com/nenes25/eicaptcha/releases and download the last 2.x version release to get the full package

Please do not use the github function "download as zip" which will not works

Screenshots with V2 keys

Captcha on contact form
Captcha Contact Form

Captcha on account creation form
Captcha on account creation form

Captcha on newsletter form
Captcha on newsletter subscription form

Screenshots with V3 keys (invisible recaptcha)

With v3 keys you just need to check if the recaptcha box is present in the bottom right corner

V3 captcha
Captcha V3

Additionnal informations (French)

https://www.h-hennes.fr/blog/module-recaptcha-pour-le-formulaire-de-contact-prestashop/
https://www.h-hennes.fr/blog/2017/07/11/module-catpcha-pour-prestashop-1-7/

Compatibility

Prestashop Version Compatible
1.6.1.x and under ❌ use version 0.4.x or 0.5.x instead
1.7.0.x to 1.7.8.x ✔️
8.0.x ✔️
8.1.x ✔️

eicaptcha's People

Contributors

c3do avatar dependabot-preview[bot] avatar dependabot[bot] avatar gdebrion avatar metacreo avatar mhajder avatar miguel86 avatar nenes25 avatar pasic avatar prestasafe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eicaptcha's Issues

Validation in Captcha

Your prestashop version

Prestashop 1.7.2.4

Eicaptcha Version

"branch 17" (2.0.2)

Do you use a specific theme

nerva

Issue description

It works correctly and is displayed in the contact form. But it does not validate the recaptcha. Example, fill all fields and do not check the recaptcha and when I give to send the form is sent. You should not let me send the form with the recaptcha not checked.

Can you make the form validate whether it is checked or not the recaptcha?

Fresh instal presta 1.7.3 and module EIcaptchta 2.0.4 - error contacform.php override does not exists

Your prestashop version

1.7.3

Eicaptcha Version

2.0.4

Do you use a specific theme

no - only default

Issue description

When I check "Check module installation" i got Errors: "contacform.php override does not exists
"
When I check file on the server there is a file in folder overrride/modules/contactform with

<?php
class ContactformOverride extends Contactform
{
    public function sendMessage() {
       Hook::exec('actionContactFormSubmitBefore');
       if ( !sizeof($this->context->controller->errors)) {
           parent::sendMessage();
       }
    }
}

Is there all OK?

Contact form with recaptcha on cms page

1.7.2.2 - Your prestashop version
2.0.4 - Eicaptcha Version
classic/modified - Do you use a specific theme
Issue description
Hi
I put the contact form on the cms page in the following way:
/themes/classic/templates/cms/page.tpl
I added:

{if $ cms.id == 8}
      {widget name = "contactform"}
{/} If

id == 8 - id cms with contact form

/themes/classic/modules/contactform/views/templates/widget/contactform.tpl

<form action="{$urls.pages.contact}" method="post" {if $contact.allow_file_upload}enctype="multipart/form-data"{/if}>

I exchange for:

{if isset ($ cms) && $ cms.id == 8}
      <form action = "{$ link-> getCMSLink (8)}" method = "post" {if $ contact.allow_file_upload} enctype = "multipart / form-data" {/ if}>
} Else {
      <form action = "{$ urls.pages.contact}" method = "post" {if $ contact.allow_file_upload} enctype = "multipart / form-data" {/ if}>
{/} If

But unfortunately the recaptcha is not displayed in the contact form on the cms page.
Is there any possibility that eicaptcha would also work on the cms page?

Make contact form display span configurable

The captcha box is added with this code :

//Add div where the captcha will be displayed
$(".submit").before("<div id="captcha-box">");

the part ".submit" should be configurable.

Add release for Prestashop 1.4

Your prestashop version

1.4.8.2

Eicaptcha Version

0.3.1

Do you use a specific theme

No

Issue description

Hello,

First, thanks for this awesome module!

Since March 31, 2018, Google forced upgrade to reCAPTCHA v2.

Here, 3 lines of the changelog :

  • V 0.3.0 - 2015-01-20 : Option pour passer sur l'API V2 sur le formulaire de contact // Possibility to use API V2 for the contact form
  • V 0.3.1 - 2015-01-22 : Gestion de l'API V2 pour le formulaire de création de compte // API V2 for account creation
  • V 0.4.0 - 2015-02-12 : /!\ Compatible Prestashop > 1.5., API (Re)Captcha V2

The last version compatible with Prestashop 1.4 is the 0.3.1. I think it could be interesting to add a release from the commit ac0dadc in the release page.

What do you think about it?

p.s. I manually cloned the repo, checkout to ac0dadc and added the module with the code of this commit to my Prestashop 1.4. Everything is working perfectly, with reCAPTCHA v2 API.

Installation failed

I'm running Prestashop 1.6.0.9

I Download the latest eicaptcha version 0.4.12

After the Installation i had on the Modules Page the following error:

[PrestaShop] Fatal error in module Module.php(1224) : eval()'d :
Can't use function return value in write context

Any Idea's?

How to install the module in Prestashop 1.6.1.13?

Your prestashop version

1.6.1.13

Eicaptcha Version

module for PS 1.6 and above

Do you use a specific theme

no

Issue description

I downloaded the zip file, and used the function ADD NEW MODULE in prestashop administration (Modules menu). I selected the zip file and sent it. But after that, the module does not appear in the modules list. After sending the module, what I have to do?

Captcha doesn't check if it doesn't load: e.g. no javascript

If a user has javascript disabled (for example, a bot) eicaptcha does not check captcha to see if it is valid or not. An option would be nice to force you having to fill in the captcha as we have a number of sites being hammered by bots who don't have Javascript enabled.

Probleme recaptcha

Your prestashop version

prestashop > 1.7

Eicaptcha Version

2.0.2

Do you use a specific theme

Martinlupe

Issue description

Le recaptcha s'affiche bien, pas de probleme de se cote la, Cependant il n'est pas necessaire de confirmer le recaptcha le message s'envoie quand meme.

Merci probleme resolu avec l'issue#16
-- Mise en place du module avec l'option debug activer
-- Probleme resolu sans rien faire (Magie?)

Merci quand meme

Vous n'avez pas la permission de configurer ce module.

Prestashop 1.6.1.17

Eicaptcha Version : 0.4.3

Do you use a specific theme : MedicalStore

Installation OK, mais configuration impossible (compte SuperAdmin)

J'ai essayé d'autres versions de eicaptcha, mais toujours pareil ou bien erreur après installation (que je peux corriger en supprimant le module par ftp et sa référence dans la Base de données)

Can't install - Fatal error (2794)

Your prestashop version

PS 1.6.1.6

Eicaptcha Version

0.4.13

Do you use a specific theme

Amaltea 1.0

Issue description

I'd like to try this fantastic module because need to update captcha to V2. I added to modules but can't install it. This is the error:

[PrestaShop] Fatal error in module file :/home/movilpla/public_html/classes/module/Module.php(2794) : eval()'d code:
require_once(): Failed opening required '/home/movilpla/public_html/classes/module/../../../modules/recaptcha/lib/recaptchalib.php' (include_path='/home/movilpla/public_html/tools/htmlpurifier/standalone:.:/opt/alt/php55/usr/share/pear:/opt/alt/php55/usr/share/php')

Also another captcha before maybe let some junk files, I uninstalled and removed it, but one captcha still appears on contact form in my site https://www.movilplanet.eu

Please somebody or creator can help me? Congratulations, very good joob and thanks!

div captcha-box reste vide

Bonjour
Le js est bien présent dans le header et le div captcha-box est correctement créé mais reste désespérément vide.
Je n'ai pas d'autre submit sur la page pouvant parasiter la chose ni d'erreur js dans la console.
Une idée svp ?
Merci d'avance
Pierre

PS 1.5 - Theme spécifique mais les sélecteurs sont corrects - eicaptcha v0.4.12

0.4.12 makes 500 error

Your prestashop version

1.6.1.13

Eicaptcha Version

0.4.12

Do you use a specific theme

Issue description

This version throws different 500 errors:
[20-Feb-2018 10:28:28 Europe/Madrid] PHP Parse error: syntax error, unexpected 'return' (T_RETURN), expecting function (T_FUNCTION) in /home/gamaguimp/public_html/override/controllers/front/ContactController.php on line 94
[20-Feb-2018 10:31:52 Europe/Madrid] PHP Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /home/gamaguimp/public_html/override/controllers/front/ContactController.php on line 101

After review each one, the module is not showing any captcha and is not inserting any html.

Cant install the module

Your prestashop version

1.7.2

Eicaptcha Version

2.03 - 2.04

Do you use a specific theme

Pos_Aboss

Issue description

Can't install the module, it just gives me a 500 error, i can install every other module just fine. Is just this one that gives me the problem.

Blank contact form after install + Errors when trying to uninstall

Hi,

Your prestashop version

1.6.1.4

Eicaptcha Version

0.4.14

Do you use a specific theme

specialdev212-bootstrap / modified ...

Issue description

blank Contact page after module install.
Contact page tpl has been modified to include a Google Map (iframe) and some text.
ContactController is also overriden by the FormMaker module.

Module deactivation doesn't help.

When trying to uninstall i get the following error :
[PrestaShop] Fatal error in module file :/path[...]/htdocs/classes/module/Module.php:
Uncaught exception 'ReflectionException' with message 'Class ContactControllerOverrideOriginal_remove5aaa387f3689a does not exist' in /path[...]/htdocs/classes/module/Module.php:2944
Stack trace:
#0 /path[...]/htdocs/classes/module/Module.php(2944): ReflectionClass->__construct('ContactControll...')
#1 /path[...]/htdocs/classes/module/Module.php(2749): ModuleCore->removeOverride('ContactControll...')
#2 /path[...]/htdocs/classes/module/Module.php(647): ModuleCore->uninstallOverrides()
#3 /path[...]/htdocs/modules/eicaptcha/eicaptcha.php(76): ModuleCore->uninstall()
#4 /path[...]/htdocs/controllers/admin/AdminModulesController.php(681): EiCaptcha->uninstall()
#5 /path[...]/htdocs/

The module won't uninstall.

Built-in installation checkup says everything is ok :

Success

the module is compatible with your version
the module is well registered in hook header
the module is well registered in hook displayCustomerAccountForm
the module is well registered in hook contactFormAccess
Overrides are enabled on your website
ContactController.php override exists
ContactController.php override is present in class_index.php

Aditionnal informations

Prestashop version 1.6.1.4
Theme name specialdev212-bootstrap
Php version 5.6.31-1+0~20170711121957.3+jessie~1.gbp94bb71

Do you have any idea on how i could at least get the contact page running again ? Or at best, with the module working ?

Thanks anyway for sharing your work !

Multiple issues

1. Generates failure message during install:
Problem: In function install() - missing "!" before $this->registerHook('contactFormAccess')
Solution: add missing !..


2. Configuration form does not display saved values (and shows notices about missing keys if display_errors=true)
Problem: in renderForm() - missing code that would set key fields_value in HelperForm().
Solution: add missing code:

	$helper->tpl_vars = array(
		'fields_value' => array(
			'CAPTCHA_PUBLIC_KEY'     => Configuration::get('CAPTCHA_PUBLIC_KEY',          Tools::getValue('CAPTCHA_PUBLIC_KEY')),
			'CAPTCHA_PRIVATE_KEY'    => Configuration::get('CAPTCHA_PRIVATE_KEY',         Tools::getValue('CAPTCHA_PRIVATE_KEY')),
			'CAPTCHA_FORCE_LANG'     => Configuration::get('CAPTCHA_FORCE_LANG',          Tools::getValue('CAPTCHA_FORCE_LANG')),
			'CAPTCHA_ENABLE_ACCOUNT' => (int)Configuration::get('CAPTCHA_ENABLE_ACCOUNT', (int)Tools::getValue('CAPTCHA_ENABLE_ACCOUNT')),
			'CAPTCHA_ENABLE_CONTACT' => (int)Configuration::get('CAPTCHA_ENABLE_CONTACT', (int)Tools::getValue('CAPTCHA_ENABLE_CONTACT')),
			'CAPTCHA_THEME'          => (int)Configuration::get('CAPTCHA_THEME',          (int)Tools::getValue('CAPTCHA_THEME')),
		),
		..

3. add note that code requires PHP directive allow_url_fopen = On


4. (optional) Rename field titles to be more in line with google's own metodology - add (..);
Also swap those 2 fields, so matches order given by https://www.google.com/recaptcha/admin (helps avoid confusion when users copy-paste values):

"Captcha public key"   => "Captcha public key (Site key)"
"Captcha private key"  => "Captcha private key (Secret key)"

5. (optional) Given that Composer isn't always available - add note about manually downloading recaptcha-master.zip ( https://github.com/google/recaptcha/ ), extracting src to module dir, and changing loader code:

//require_once(__DIR__ . '/vendor/autoload.php');
require_once(__DIR__ .'/src/autoload.php');

version 0.4.14 shortcuts order process

Prestashop v1.6.1.16

0.4.14

Alysum (https://themeforest.net/item/alysum-premium-responsive-prestashop-16-theme/2622574)

Issue description

Once eicaptacha is activated, recapatcha is working well but whenever once puts an order, order does not appear in the order list, it is not even stored in database. However the payment go through (For instance paypal payment is debited) but there is no way to discover or guess what the customer has ordered : no trace of the order! Deactivating eicaptacha module solves the issue.

Code works only with php >=5.5, lower versions produce error

Hello,
Since introduction of function langSettings in eicaptcha.php this module can not be installed on PrestaShop running on PHP versions lower than 5.5.
This is because of the line
254 if (empty(Configuration::get('CAPTCHA_FORCE_LANG'))) {.
It passes a function as a parameter to empty, but prior to PHP v5.5 empty can only accept variables as parameter. This causes error Can't Use Function Return Value In Write Context when trying to open modules list from PS BO (PS 1.6).

I believe changing the line to
254 if (!Configuration::get('CAPTCHA_FORCE_LANG')) {
makes the module compatible with versions lower than 5.5 (tested with 5.4).

if (empty(Configuration::get('CAPTCHA_FORCE_LANG'))) {

Declare this module as a packagist package

I'm using composer/installers package to insall prestashop package from composer.

It would be great if you can create a package.json file and publish proper versions of your module on Packagist.

I suggest this way:

{
    "name": "nenes25/eicaptcha",
    "type": "prestashop-module",
    "require": {
        "composer/installers": "~1.0"
    }
}

The prestashop-module type is not abitrary, this is recognized by composer/installers package.

Regards.

Uncaught Error: ReCAPTCHA placeholder element must be an element or id

Hello, thank you for the capthca module

I was trying to implement it into my prestashop website (ver. 1.6.0.9), I keep getting the following error:

Uncaught Error: ReCAPTCHA placeholder element must be an element or id

After googling this error, I found out that it is usually caused by the recapthca API being called more than once.

How I installed the module:
I cloned your repo, unzipped it into the modules folder, installed and enabled the module from the prestashop dashboard, pasted my public and secret codes and that is it. I did not edit the contact-form.tpl file (do I need to input the html manually? from what i could tell, i dont have to)

Could you please help me resolve this issue?

Thanks a lot

"We detected that your site is not verifying reCAPTCHA solutions"

Your prestashop version

1.4.0.17

Eicaptcha Version

v0.3.1

Do you use a specific theme

Yes, custom made

Issue description

Hi,

I've got this message in the reCaptcha admin site :

We detected that your site is not verifying reCAPTCHA solutions. This is required for the proper use of reCAPTCHA on your site. Please see our developer site for more information.

However, the plugin seems to work (reCaptcha is visible on the contact form and my spam problem almost disappeared)

add reCaptcha to not default theme

Hello. Please tell me how to add captcha to the non-standard template?
On the standard is added and if you change the template then Captcha is not.

Error ReCAPTCHA placeholder element must be empty

Your prestashop version

1.6.1.0

Eicaptcha Version

v0.4.3

Do you use a specific theme

Warehouse

Issue description

Can you help me please? I have this error:

Uncaught Error: ReCAPTCHA placeholder element must be empty
at Object.Qr [as render] (VM5826 recaptcha__pt_pt.js:396)
at onloadCallback (contacte-nos:1296)
at VM5826 recaptcha__pt_pt.js:400
at Br (VM5826 recaptcha__pt_pt.js:391)
at VM5826 recaptcha__pt_pt.js:400
at VM5826 recaptcha__pt_pt.js:411

Not working on order history

Your prestashop version : 1.6.1.5

Eicaptcha Version : 0.4.14

Do you use a specific theme : warehouse

Issue description : Work perfectly on contact form but do not working on order history page, do not show the recaptcha but still wait few second and reply not human !

capture d ecran 2018-03-14 a 17 32 00

capture d ecran 2018-03-14 a 17 32 56

No such file or directory in...

Hi,

There is a strange mention to vendor/autoload.php in eicaptch/eicaptcha.php on line 382

require_once(__DIR__ . '/vendor/autoload.php');

but this file do not exist in the module files...

After adding eicaptcha, module Alerts stopped sending emails

PS v. 1.6.1.5
Module version 0.4.11
Theme name: Transformer

Hi again,

I've been using this for over a month, and noticed an issue with module sending alert messages to administrators - after eicaptcha was installed, we do not receive emails notifying about new orders and products running out of stock (which are sent by alerts module).

Eicaptcha settings at the moment:
Enable Captcha for contact form:
Enabled

Enable Captcha for account creation:

Disabled
Force Captcha language:

Theme:
Light

contact form does not send emails

Your prestashop version

1.6.0.9

Eicaptcha Version

0.4.14

Do you use a specific theme

No, default theme

Issue description

After installing the plugin the contact form does not send messages. Captcha works fine though.
Check module installation says:
1- the module is not registered in hook header
2- no class_index.php found

For n.1: what should I do?
For n.2: I deleted previous "class_index.php" file as suggested but it's not automatically recreated. I tried disabling/cleaning cache but with no luck.

Thanks,
Marco

Not effective

Hi there,
I decided to test this Prestashop addon, as it seems it's the only free plugin integrating Google Nocaptcha Recaptcha.
While apparently working as expected, unfortunately it's not effective in fighting spam. That's because the recaptcha integration is made through ajax and not upon form submission. So it's sufficient to disable javascript to be able to bypass the captcha validation. Of course spam bots totally ignore javascript and ajax, so they are able to send spam as if no captcha was present.

Uncaught Error: reCAPTCHA placeholder element must be an element or id

Your prestashop version

1.7.1.0

Eicaptcha Version

v2.0.2

Do you use a specific theme

leo_martin (version 1.0.0, by Leotheme Team)

Website

https://www.cordonne.com.ar/contactanos

Issue description

First, thanks for the module. It helped us with a spam attack.
This is my first issue in Github.
We have a problem when some field is empty in the contact form or captcha checkbox is not clicked, and then, click on send button. This error appear:
eicaptcha

If all fields have a value in the contact form and captcha checkbox is clicked, it is working fine.
Can I help me, please?
Thanks!

captcha n'apparait pas dans le DIV

Your prestashop version

1.6.1.5

Eicaptcha Version

0.4.11

Do you use a specific theme

oui ( theme prestashop : theme1258 version 1.0 )

Issue description

Bonjour, et merci pour ce plugin !!

installation du plugin, OK
mis les clés ( public / privé ) OK
vider le systeme de cache OK

Mais je n'ai toujours pas le captcha dans mon formulaire de contact.
le div reste vide http://incontinence-chrono.fr/nous-contacter

Pourriez vous m'aider ?
En vous remerciant.

How can I install it for product comments in Prestashop 1.7.X?

Your prestashop version

1.7.3.0

Eicaptcha Version

2.0.4

Do you use a specific theme

Venas

Issue description

Hi,

I have installed it, and looks like is working fine, like I have read in another comment, when I check the module appears the error "contacform.php override does not exists", but it is working ok.

What I need now, is to install it for product comments, I tried with your install notes for that, but these notes are for 1.6, in 1.7 doesn't appears that folders.

Thanks in advance!

Do not click on the reCaptcha before sednding a message

I tried to send a message but I did not click on the reCaptcha.
The result is a beautiful PHP error …
capture
Is it the expected result ? I do not think so ;)
I looked into eicaptcha-ajax.php and I saw something strange :
include('/mnt/d/Sites/labs/prestashop/prestashop_16/config/config.inc.php');

ROBOT still sending messages!

Your prestashop version

1.6.1.13

Eicaptcha Version

0.4.12

Do you use a specific theme

no

Issue description

The module is installed OK, and I tested it OK. If I try sending a message without checking the field, an error message appears. Everything seems to be working right, but a russian robot is still sending messages (I received them today)! Please give a look at my form: https://xadrezshop.com/xadrezshop/entrar-em-contato-conosco

Better determine if module is well installed

Many issues seems to be related with the fact that the module is not well installed

A new functionnality could check the following prerequires directly from the module configuration

  • module contacform is installed
  • overrides(s) are well applied
  • cache_index files list the overrides
    ...

ver 0.4.14 blocks sending of emails from contact form

prestashop version 1.6.1.11

Eicaptcha Version 0.4.14

Do you use a specific theme: copy of default theme

Issue description:

installed 0.4.14 ok. reCaptcha appears on contact form and seems to work. But email not sent when you submit the form. Disable for the contact form and emails can be sent.

Have now also tried ver. 0.4.13 with same issue.

recaptcha doesn't work with google maps on the same page

Prestashop 1.6.1.10

Eicaptcha Version 0.4.12

Theme Warehouse 3.7.4

I'm using eicaptcha on a custom contact form page built with Custom Contact Page v 1.2, where I can put a google map of my shop.
The captcha works fine on account creation page, but it doesn't appear on the contact form page.

Below the error showed on debug console:

Uncaught Error: ReCAPTCHA placeholder element must be an element or id
at Object.Qr [as render] (recaptcha__it.js:393)
at onloadCallback (contattaci:250)
at recaptcha__it.js:397
at Br (recaptcha__it.js:388)
at recaptcha__it.js:397
at recaptcha__it.js:408

If I disable google maps, recaptcha starts to work.

Prestashop 1.6.1.1 with default theme and V0.4.5 Module Version

Hello,
Thank you so much for this module!
It is working on my prestashop 1.6.1.1 with default theme and V0.4.5 Module Version.
The only thing is that product comment still keep the default prestashop captcha… I do not know why.

One other strange thing is that the captcha is correctly installed and displayed on the contact form on my computer
The problem is that it is not displayed when I visit the contact form from a mobile phone (iPhone).
I have make a test and I have been able to send a message…

It is also impossible for me to have it displayed on the "Send to a Friend Form"

Captcha is diplayed correctly on registration form on booth devices…
Someone have the same problem?
Some help on these issues?

post-1106501-0-17581000-1444250922
post-1106501-0-29709100-1444250927
post-1106501-0-33890100-1444250923
post-1106501-0-44196000-1444250924
post-1106501-0-70351100-1444250925

Le module n'apparait pas en back office

Prestashop 1.7.2

Eicaptcha Version 2.0.2

Theme "Ap Twotee" de Leotheme Team

J'ai d'abord obtenu un message d'erreur en installant le module en zip via le back office. Pourtant après vérification via FTP le dossier eicaptcha a bien été envoyé dans le dossier modules. Je l'ai supprimé et l'ai replacé manuellement. Quelle que soit la méthode d'installation choisie, il n'apparait pas dans le back office donc impossible de le paramétrer. Merci pour votre aide.

Captcha box not appear in contact form

Your prestashop version

1.6.1.4

Eicaptcha Version

0.4.12

Do you use a specific theme

theme1209 version 1.0

Issue description

The module is installed and configured but captcha box not appear.

In account creation if work correctly.

in prestashop 1.6.1.12

Hi everyone,
I've just installed this module and integrated with recaptcha api.
But I've got a problem I can't solve.
When I hit the "submit " button it get's stuck in a white screen (error 500 I think) without any response.
I doesn't "return" to the "message sent correctly" screen and it doesn't create the message inside the backoffice either.

[POST https://www.vinoexpres.com/es/contactanos 500 ()]

Could anybody help me please? This is in vinoexpres .com

Thanks in advanced

[PrestaShop] Fatal error in module file: Module.php(1242)

PS v. 1.6.0.14

Module version 0.4.10/0.4.11/0.4.12

Theme name: Starshop

After unzipping the archive into the "modules" folder, I receive this error:

[PrestaShop] Fatal error in module file :/home/nanodemo/domains/inovatyvus.lt/public_html/classes/module/Module.php(1242) : eval()'d code:
Can't use function return value in write context

In Prestashop forums it's written that this error is being produced when trying to install modules, made for version 1.7, when having shop v 1.6.xx.
Tried all the versions 0.4.10/0.4.11/0.4.12 from Github depository, all produce the same error. Any ideas?

stf_secure_key is not defined

Hello,
0.4.10 version

problem with js with the sendtoafriend module

stf_secure_key is not defined on console
when you click the send button, so it doesn't send the message

thank you

Prevent repost form

Hello,

Our module does not work (contact form) when form refresh/repost data submited.

Regards,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.