Search results

  1. gdgsupport

    500 Internal Error on WooCommerce & Activation Key Format Query

    You probably have a third-party plugin in WordPress that also uses Monolog. Try identifying which one by searching for "monolog" in your wordpress directory. Sure, if you have enough PHP knowledge, you can customize the format of the activation token. The most important part is the order ID...
  2. gdgsupport

    The "data" folder is not being created

    The "Data" subfolder is by default virtual, so ExeOutput does not create it automatically. If you want to place real files inside it, you can indeed create it. It's also created if you have external files marked. It's explained here...
  3. gdgsupport

    Configuring save options

    This is exactly why we do offer two saving modes, explained in the guide here: https://www.xlspadlock.com/doc/topics/save-mode-full-or-cell-values.htm There is also a FAQ article here that should be helpful for choosing the better mode for your case...
  4. gdgsupport

    Conexao Oracle

    Essa mensagem não aparece na versão registrada. Apenas nos EXE do tipo console criados com a versão de teste gratuita.
  5. gdgsupport

    A suggestion about GSplit

    Thank you very much for your positive feedback and for your suggestions regarding GSplit. We appreciate your thoughtful insights. Regarding your request about optimizing performance by using available RAM as a buffer: we recommend using a RAM disk as an alternative solution. By creating a RAM...
  6. gdgsupport

    Conexao Oracle

    O captcha implica utilizar recursos de um servidor externo, não é? Se você criou um arquivo EXE, verifique se ele pode acessar a Internet e não está sendo bloqueado pelo captcha. Você pode usar as Developer Tools no ExeOutput para verificar o status dos scripts JS, inclusive do captcha, para ver...
  7. gdgsupport

    Formulas not working after protecting and Protect VBA greyed out

    They are indirectly linked to the BINARY format. Have you tried a normal workbook format? Any remaining issues?
  8. gdgsupport

    Implementing Pusher with exeoutput

    The error "Class Pusher\Pusher not found" typically indicates that the autoload file from Composer (usually vendor/autoload.php) is not being correctly included or accessible within your ExeOutput application. An application in ExeOutput has the "Data" subfolder as root for your web app. So you...
  9. gdgsupport

    Green error triangles in formulas

    The activation kit itself does not handle different workbooks. You must install it to a subfolder of your webroot and one subfolder per workbook.
  10. gdgsupport

    Local URL

    When the external HTTP server is enabled in ExeOutput for PHP, your application listens on a local port (like 55777), and URLs like http://127.0.0.1:55777/... will work because there is an HTTP server handling those requests. However, when you disable the external HTTP server, there is no HTTP...
  11. gdgsupport

    Link data between two workbooks

    XLS Padlock is designed to remove this warning: "Microsoft has blocked macros from running because the source of this file is not trusted." Macros work immediately without user confirmation when a compiled workbook is opened. So it shouldn't be a problem. Alternatively, you could try this...
  12. gdgsupport

    Formulas not working after protecting and Protect VBA greyed out

    Are you using an Excel workbook in binary format? If yes, then Lock VBA project is disabled. Try switching to a normal Excel workbook file format.
  13. gdgsupport

    Solution Compilaçao exeoutput php

    De fato, está faltando a extensão mbstring no seu projeto. Para ativá-la no ExeOutput, siga estes passos: Abra seu projeto no ExeOutput. Vá em PHP Settings ➔ PHP Extensions. Marque a extensão mbstring na lista. Salve e recompile sua aplicação. Para mais detalhes e imagens de referência...
  14. gdgsupport

    Green error triangles in formulas

    You can try to change the option in a normal Excel session. Then close it. This way, XLS Padlock will use the options newly defined. Are you using the activation kit or the woocommerce integration kit?
  15. gdgsupport

    XLS Padlock 2025.1 Is Here - July 10, 2025

    XLS Padlock 2025.1 is Here! We are thrilled to announce the official release of XLS Padlock 2025.1! This important update is focused on delivering a faster and more stable experience for both you, the developers, and your end-users. We've introduced some performance and stability improvements...
  16. gdgsupport

    Link data between two workbooks

    We have a sample that should help you in your case. Please find it below.
  17. gdgsupport

    Solution Compilaçao exeoutput php

    Qual versão do software você está utilizando? E que tipo de projeto é? Aplicativo com interface gráfica (GUI) ou de console?
  18. gdgsupport

    Green error triangles in formulas

    1. Green Error Triangles in All Formulas (No Formula Protection Enabled) Based on your description: You are not using XLS Padlock’s formula protection. You have enabled “Perform a recalculation at startup,” “Use Excel automation for formula protection,” and “Ignore errors when processing the...
  19. gdgsupport

    Secondary activation for expired certificates

    Activation keys themselves have no expiration date. Registration keys do have. So if someone uses their activation key and you haven't blocked their account, it's possible to activate again.
  20. gdgsupport

    Running VBA without Excel

    Currently not. But we are working on a VBA compiler and licensing tool similar to XLS Padlock. Except that it can create DLL files. And with a simple C program you could create an executable andl be able to invoke the compiled VBA macros directly.
Back
Top