Zender v3.8.5


Dear Valued Customers,
We are delighted to announce the release of our latest version, which addresses several bugs identified in the last version. 

Update Instructions

Your zender must be on v3.8.4 for this update!

1.  Download the update zip file from here: 

You do not have access to download files from our server

2. Go to admin panel. Find the SYSTEM widget then click the UPDATE button.
3. Select the update.zip file you downloaded from first step then submit.
4. Re-save your theme settings.
5. Click the clear Cache button in the admin panel.
6. All done.

Changelog v3.8.5

  • New Urdu Language
  • Fixed social login error
  • Fixed minimal theme color issues
  • Fixed edit plugin error
  • Refactor error reload page
  • 4 912

Comments 91

  1. Offline
    niyalnagar [Customers] 22 May 2024 15:03
    0

    When will be fixed Indian Numbers logging off issue.

  2. Offline
    freefugga [Customers] 22 May 2024 15:28
    0

    Please add a fix for Indian Numbers team please. our clients are getting angry AF!  😥 

  3. Offline
    karthickrama [Customers] 22 May 2024 19:19
    0

    Qr code shows buy not able to login for indian numbers

  4. Offline
    spidometrs [Customers] 22 May 2024 23:18
    0

    File /system/controllers/reques.php in line 393 contains a record:

    response(200, false, titansys_api . "/authenticate");


    It is possible that you need to change to:

    response(200, false, titansys_api . "/auth");

    1. Offline
      Rere2018 [Customers] 29 May 2024 21:45
      0

      It will only make your system unable to enter the Titan community via the support button in the admin dashboard menu.


      --------------------
      WAMANAGER (Indonesia)
      https://wa.raditek.co.id
      WA : (+62) 819-1400-5555
      Email : [email protected]
  5. Offline
    voneialmeida [Customers] 23 May 2024 00:26
    0

    Olá, por favor apoiem a documentação, estou testando a versão 3.8.5, mas a conexão com o VPS não está ocorrendo, ou seja, os servidores do WhatsApp ficam sempre offline.

    Eu tenho uma versão antiga funcionando corretamente


    - Não é autoexplicativo. Dúvida

    Ao criar um novo servidor WhatsApp onde devo criar a ‘CHAVE SECRETA’, é um código aleatório, devo usar uma chave API ou o próprio token Zender?


    ====Como estou correndo

    Nova instalação

    Pare serviços no VPS

    Descompacte o arquivo Zender

    'Cron Jobs' no cPanel


    ===Atropelar SSH


    cd /seu/wa/binário/local/

    wget --no-cache https://cdn.titansystems.ph/wa/linux.zip && unzip -o linux.zip (na pasta raiz)

    sudochmod -R777.

    sudo chmod +x ./titansys-whatsapp-linux


    Usando

    URL: http://0.0.0.0

    PORTO 7001

    CHAVE SECRETA ?????


    Imediatamente após a execução

    ./titansys-whatsapp-linux --pcode="licence" --key="?????" --host="0.0.0.0" --port="7001" &


    É exibido pelo terminal que está rodando mas o portal zender não o identifica.


    O que estou fazendo de errado?

    1. Offline
      voneialmeida [Customers] 23 May 2024 21:29
      +1


      After completing the configuration and after several tests using version 3.8.5, it was found that it is necessary to include

      URL: 0.0.0.0

      Rather than:

      URL: http://0.0.0.0

      This resolved it and the zender portal connected to the server

      Now, I get the message that it is not possible to generate the QrCode to connect a WhatsApp account

      Has anyone managed to resolve this?

    2. Offline
      ehoffbr [Customers] 5 June 2024 01:10
      0

      Oi Volnei,

      Legal saber de mais um usuário BR que conhece o Zender.

      Se quiser manter contato, fique a vontade!

      Eduardo (Interativx)

  6. Offline
    tasaddaqrana [Customers] 23 May 2024 01:41
    +2


    QR cod is not working using API.

    1. Offline
      EmbedStuff [Customers] 25 May 2024 15:53
      0

      This because of Php version

    2. Offline
      mohamedtitofd [Customers] 25 May 2024 16:40
      0

      any help for this did u fix it

      1. Offline
        tasaddaqrana [Customers] 25 May 2024 19:48
        +1

        This error was due to update in "endroid" library.

        You can easily fix this issue by changing code from class to enum.

        or just update code in system>controllers>api.php file as given bellow.

        Updated line 5 and 9:
        use Endroid\QrCode\ErrorCorrectionLevel;
        use Endroid\QrCode\RoundBlockSizeMode;

        line 4558 and 4561 as
        ->setErrorCorrectionLevel(ErrorCorrectionLevel::Low)
        ->setRoundBlockSizeMode(RoundBlockSizeMode::Margin)

  7. Offline
    imcoder_official [Customers] 23 May 2024 12:51
    0

    Paypal payment option not showing may i know what issues there

  8. Offline
    tasaddaqrana [Customers] 23 May 2024 19:01
    0

    Still having problem with Indian numbers.

  9. Offline
    norielle [Engineers] 23 May 2024 21:56
    +4

    If anyone can give us an indian number, it can help us make a solution for the WhatsApp disconnection issue. Please create a ticket in the support center if you have a spare indian number in WhatsApp.

    1. Offline
      EmbedStuff [Customers] 24 May 2024 17:40
      0

      Hi, please check the number in ticket id: 1278


    2. Offline
      yashdyhb [Customers] 24 May 2024 22:27
      0

      Yes, you may use our number 91-7389912008

    3. Offline
      mohammadbharmal85 [Customers] 25 May 2024 22:33
      0

      shared on ticked 1259

    4. Offline
      socialstudio1 [Customers] 28 May 2024 21:13
      0

      i can provide u number

  10. Offline
    mohamedtitofd [Customers] 24 May 2024 06:41
    0

    QR code is not working using API.

    EXCEPTION FOUND

    Message: Class "Endroid\QrCode\ErrorCorrectionLevel\ErrorCorrectionLevelLow" not found at line 4558
    File: 

    Reload Page

    1. Offline
      Rere2018 [Customers] 29 May 2024 21:52
      0

      This error was due to update in "endroid" library.

      You can easily fix this issue by changing code from class to enum.

      or just update code in system>controllers>api.php file as given bellow.

      Updated line 5 and 9:
      use Endroid\QrCode\ErrorCorrectionLevel;
      use Endroid\QrCode\RoundBlockSizeMode;

      line 4558 and 4561 as
      ->setErrorCorrectionLevel(ErrorCorrectionLevel::Low)
      ->setRoundBlockSizeMode(RoundBlockSizeMode::Margin)


      According to the answer from @tasaddaqrana above. it works fine.

      --------------------
      WAMANAGER (Indonesia)
      https://wa.raditek.co.id
      WA : (+62) 819-1400-5555
      Email : [email protected]
  11. Offline
    simone95me [Customers] 24 May 2024 17:23
    0

    Prestashop Addon for Zender?

  12. Offline
    cencomcloud [Customers] 24 May 2024 23:55
    0

    Do you have an SMS gateway for Africa's Talking?

  13. Offline
    rihtak [Customers] 25 May 2024 00:40
    0

    any update on Indian number ?

  14. Offline
    G_Tech_Group [Customers] 25 May 2024 19:00
    +1

    QR Code not work, i try many things but not work 

  15. Offline
    Justintj [Customers] 25 May 2024 22:13
    0

    Error while enabling social authentication:


    Message: Using explode is deprecated. Use split, using the array first, separator second. at line 523

    File: /public_html/vendor/smarty/smarty/src/Extension/DefaultExtension.php

  16. Offline
    spidometrs [Customers] 26 May 2024 02:59
    0

    If the user is in Theme Color "Dark" and wants to bind the Whatsapp account, then he will fail.
    The QR code should have a couple of white pixels around.
    To fix this, in the file /templates/dashboard/assets/css/style.min.css add:

    #wa_link #wa_qrcode{background-color:#fff!important;border-color:#fff!important;border:4
    px solid #fff;max-width:265px;text-align:center;display:inline-block;border-radius:4px;}


    1. Offline
      Justintj [Customers] 26 May 2024 16:08
      0

      Yes, there should be a white border on the sides of the QR code for better Reading

  17. Offline
    yashdyhb [Customers] 27 May 2024 02:49
    0


    Any update on Indian number ?







  18. Offline
    rihtak [Customers] 27 May 2024 20:57
    0

    Any update on Indian number?

  19. Offline
    yashdyhb [Customers] 27 May 2024 21:16
    0

    We are waiting impatiently for any update on Indian number. 

  20. Offline
    niyalnagar [Customers] 27 May 2024 22:17
    0

    Waiting for Indian number connection issue fix 

  21. Offline
    Itsme_coder [Customers] 29 May 2024 00:12
    0

    Any update on indian number ?

  22. Offline
    Rere2018 [Customers] 29 May 2024 21:56
    0

    According to the answer from @tasaddaqrana above. it works fine.

    This error was due to update in "endroid" library.
    You can easily fix this issue by changing code from class to enum.
    or just update code in system>controllers>api.php file as given bellow.

    Updated line 5 and 9:
    use Endroid\QrCode\ErrorCorrectionLevel;
    use Endroid\QrCode\RoundBlockSizeMode;

    line 4558 and 4561 as
    ->setErrorCorrectionLevel(ErrorCorrectionLevel::Low)
    ->setRoundBlockSizeMode(RoundBlockSizeMode::Margin)

    --------------------
    WAMANAGER (Indonesia)
    https://wa.raditek.co.id
    WA : (+62) 819-1400-5555
    Email : [email protected]
  23. Offline
    polluxmarkom [Customers] 3 June 2024 12:21
    +1

    can run more than one whatsapp binary on one server?,


    I tried 3 binaries on one server, and one of them often died.


    cron doesn't work well to handle this (because the process names all have the same 'whatsapp').


    is there a solution?

  24. Offline
    ehoffbr [Customers] 5 June 2024 01:23
    0

    3) I added a logo following the recomendation of pixels, but the logo is not in dashboard.

  25. Offline
    ehoffbr [Customers] 5 June 2024 01:28
    0

    4) In the setup admin dashboard, instead what I do, the status still "not sent".

  26. Offline
    sanyto [Customers] 5 June 2024 16:18
    0

    Asking to anyone know about my concern.

    including link on sms are not sending is there a way to this?

  27. Offline
    tasaddaqrana [Customers] 6 June 2024 16:22
    0


    Getting this error "You must input atleast 1 keyword" while adding whatsap Actions. I want to create a menu to choose from 1 to 10. How can I do that ?

  28. Offline
    ehoffbr [Customers] 6 June 2024 20:40
    0

    5) The customers' WhatsApp numbers appear truncated (incomplete, with '...') making it impossible for me to see what the customer's number was.

    Could you reduce the font or readjust the columns so that the number appears complete?

  29. Offline
    ehoffbr [Customers] 7 June 2024 22:32
    0

    6) On the Dashboard, the RECEIVED messages graph is being represented incorrectly. You can see in the image below that only 13 messages were received, but the pink graph is larger than the orange one, which has a much larger number of messages.

    1. Offline
      Justintj [Customers] 28 August 2024 12:26
      0

      File : /templates/_assets/js/functions.js

      change : stacked: false, 

  30. Offline
    freefugga [Customers] 14 June 2024 00:36
    0

    Hello Guys, I have created Paytm Payment Gateway Plugin for Zender 3.8.5. If you want it, please connect with me.

Information
Users of Guests are not allowed to comment this publication.
  • Contabo
  • Envato Market