Search results

  1. H

    After upgrade PHP Hook Error

    I managed to fix the error by copying everything over to a new project in ver 2020.
  2. 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.
  3. H

    Blank page after redirect

    I’ve PM’ed you a download link, hope that’s ok.
  4. H

    Blank page after redirect

    I’ve upgraded to ExeOutput for PHP 2019 but looks like the problems still exist. Also when compiling my app to use PHP 7.3 I get the message “No input file specified.” I’ll email you a download link to my app.
  5. H

    Blank page after redirect

    Yep, hope V2019 fixes things as I can’t release my app as it is.
  6. H

    Blank page after redirect

    Should I email you the files then ?
  7. H

    Blank page after redirect

    A few errors I’ve experienced at different times.
  8. H

    Blank page after redirect

    I’m not able to do this. Why is it using a javascript redirect sometimes causes a blank page ?
  9. H

    Blank page after redirect

    Thanks but how I have things set up header() won’t work, as there’s output before it. I don’t need PHP to do the redirection. Can you suggest an alternative solution please ?
  10. H

    Blank page after redirect

    In account_checker.php I have the following: <script type=“text/javascript”> function suspendedAccountsTable() { $.get(‘account_checker_include.php’, {}, function(data) { var $response = $(’<div />’).html(data); var $contentSuspendedTable = $response.find(’#contentSuspendedTable’)...
  11. H

    Blank page after redirect

    I’m using ver 2018.3.
  12. H

    Cronjobs - Application hangs

    Thanks for the help. I’ve managed to improve things a bit.
  13. 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...
  14. H

    Cronjobs - Application hangs

    The cron job run a script that checks urls for redirect using curl. Just one url is checked each time the cron is fired.
  15. 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 ?
  16. H

    Libcef.dll missing

    It happened while using version 2018.3
  17. H

    Libcef.dll missing

    I’ve started seeing this error message. Using Avast Antivirus
  18. H

    StartTimer, StopTimer, OnTimer - any working example?

    I’ve been trying to find a work around for this. What I’ve tried is in a index.php have a link to a script to run in the background. Start Cron I added the following code, taken from http://php.net/manual/en/features.connection-handling.php#112843 to cron.php ignore_user_abort(true)...
  19. H

    EXEC Problem in Compiled App

    Using PHP version 7.2.
Back
Top