Search results

  1. H

    After upgrade PHP Hook Error

    I’ve just ungraded to 2020.2 from 2018 and I’m getting the error below. PHP Hook Error Duplicates not allowed Then after clicking ok it says No input file specified I don’t have UwAmp or anything like that running.
  2. H

    Blank page after redirect

    I’m currently experiencing blank pages after a redirect. It doesn’t happen every time but maybe about 50% of the time. I have a script that checks urls using curl with the timer function. This is triggered via a button, also displaying the number of urls left to check via ajax. Once they’ve all...
  3. H

    Cronjobs - Application hangs

    I have an APP that pulls in some data via curl using the timer feature. The timer id set to execute php code <?php include('cron.php'); ?> at an interval of 5000. It’s working but the APP hangs and becomes unresponsive, until the timer has finished. Do have any suggestions to improve this ?
  4. H

    Exception ElnvalidPointer in module exophpext.dll

    A client is getting has started getting the following error when trying to use a compiled app. Exception ElnvalidPointer in module exophpext.dll at 00005ce9 It had been working for them but now started with the error. Any idea what could be causing this ? Using the latest version.
  5. H

    EXEC Problem in Compiled App

    The following code works fine while not compiled but when compiled it doesn’t work. No error. exec(’“C:\Users\pc\Documents\Image Folder\convert.exe” -strip “C:\Users\pc\Documents\Image Folder\image.jpg” -resize 600 “C:\Users\pc\Documents\Image Folder\image-resized.jpg”’); It seems to be because...
  6. H

    Check Running Instances Script

    Under Security>Global Protection there’s the checkbox “Only one instance of the application can be run at a time” I would like to be able to set this based on the license the app user has. Can you tell me if there’s a way I can check this with a script I can add please ?
  7. H

    Copy Compiled Files

    I have a portable app in the desktop folder I have a file image.jpg compiled in the Application root. I’m trying to make a copy of it using the following if (file_exists(“image.jpg”)){ copy(“image.jpg”, “C:\Users\pc\Desktop\image2.jpg”); } A file is created but it’s 0kb in size. I have the...
  8. H

    Possible javascript issue - SOLVED

    This script makes version 2 Beta 4 crash. Works ok with version 1.7 After the software has crashed and closed, there’s still processes running which need to be closed down through Task Manager before the software can be started again.
  9. H

    Version 2 Beta v3 error

    Hi After compiling a portable app, I get the following error at startup, preventing the app from running. Exception EArgumentOutOfRangeException dans le module TestApp.exe en 0004CAA2. Argument hors limities. The source files are from an app using version 1.7, which works fine. Thanks
  10. H

    Create a folder

    Is it possible to create a folder on the desktop, using PHP or HEScript when the software opens, if it doesn’t already exist ? I’ve had a look through docs and forum but couldn’t find anything of help. Thanks
  11. H

    Linking From External Page to an Internal Page - SOLVED

    Is it possible to link from an external page to an internal page. For instance if an internal form redirects the user to an external webpage, is it possible to add a link to that page that can link back to an internal page within the software ?
Back
Top