Search results

  1. catalinbombea

    Online activation fails

    What if Not on IIS, and not on Apache? The guide only mentions these 2. thank you
  2. catalinbombea

    Padlock.xls compiled files do not run

    What I did, in my solution, is to ask user on exe first use to select the folder where they want to save their data files. You can check then if the path provided is a onedrive path (starts with https:// instead of local drive) and prevent users from using that path. This way, exe can be in one...
  3. catalinbombea

    Validation token

    Thank you for clarifications.
  4. catalinbombea

    Validation token

    Hi, I do have a question: Assuming that the woocommerce subscription needs to be renewed on yearly basis, no trial period, is the first validation token they received permanent? My feeling is that the API GetValidationToken (XLSPadlock.PLEvalVar(“ValidationToken”)) will return a different...
  5. catalinbombea

    Web update errors

    First problem is caused by misleading documentation: As seen in the docs, the base url ends with “…/myfolder” The compiler generates the CORRECT url ONLY if the url ends with “/”, like “…/myfolder/”, otherwise it will DROP anything after the last “/” found. Second problem: solved also when...
  6. catalinbombea

    Web update errors

    Hi, We have a few problems with Web update features. First one: the url for the .cab file from .inf file does not match with the base url set for server: If you check the url, it is functional, but have to manually edit the .inf: […]/ecmversions/Ironworks.cab Second problem: Nothing happens…...
  7. catalinbombea

    Online activation fails

    Ok, I should have checked that, excellent point, it MUST be in your documentation, as most servers have such config. There are 6 rules in activation htaccess, copied them into server htaccess: RewriteRule ^(tmp)/|.ini$ - [R=404] RewriteCond %{REQUEST_FILENAME} !-l RewriteCond...
  8. catalinbombea

    Online activation fails

    Hi, Using the latest WooCommerce integration kit, we cannot complete the activation, it fails with a page not found error. Checked everything, testsetup.php returns: XLS Padlock WooCommerce Integration Kit Performing tests… Testing access to WordPress → WooCommerce was successfully found. API...
Back
Top