Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field 'Authentication type' is required #155

Open
mharzihoussine opened this issue Sep 22, 2024 · 6 comments
Open

Field 'Authentication type' is required #155

mharzihoussine opened this issue Sep 22, 2024 · 6 comments

Comments

@mharzihoussine
Copy link

i installed the script for test i get this error : Field 'Authentication type' is required
error type

@wrombit
Copy link

wrombit commented Sep 25, 2024

Hello,
Same here, fresh install:

  • Dolibarr 20.0.0
  • Woocommerce 9.1.4
  • Woosync 14.0.13
    Same issue with any authentification type.
    Thanks

@fanhtech
Copy link

Hello,
@mharzihoussine , @wrombit ,
Did you find a solution? I'm facing the same problem.

@fanhtech
Copy link

fanhtech commented Sep 30, 2024

I think I've found a solution by replacing in the file "ecommerceng/admin/setup.php"
$object->authentication_type = GETPOST('site_authentication_type', 'az09'); with
$object->authentication_type = GETPOST('site_authentication_type', 'alphanohtml');
(line 78).

@fanhtech
Copy link

fanhtech commented Sep 30, 2024

Replace also
$object->wordpress_authentication_type = GETPOST('wordpress_authentication_type', 'az09'); with
$object->wordpress_authentication_type = GETPOST('wordpress_authentication_type', 'alphanohtml'); (File "in the file "ecommerceng/admin/setup.php", line 237)

@medtr-git
Copy link

Hi,
Please check this
#156

@wrombit
Copy link

wrombit commented Oct 1, 2024

Thanks to fanhtech and medr-git, for me it work fine now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants