Recent content by jdeel

  1. J

    ExeOutput 2 Beta 1 is ready for testing - 12/01/15

    I don’t even know how to send PM in this weird forum. Why don’t you just release this version? Because it probably contains bugs? Well, version 1.7 also has many issues and I reported them like 3 years ago, but nothing was ever changed since then. People are joking about this “a matter of weeks”...
  2. J

    Accessing external image file and storing in database

    With my program I can save files on the local filesystem using file_put_contents. There can be some troubles if UAC is enabled, because the output .exe file is not 100% ready for this. I always use custom made .bat file to modify it’s manifest, but Resource Hacker can do it as well. I don’t know...
  3. J

    Accessing external image file and storing in database

    Where do you want to save that image and from where does it come from?
  4. J

    Failed to compile php script

    When there are errors, it’s good idea to put at least one of them as example. In ExeOutput for PHP go to “PHP Settings” and uncheck “Display PHP error messages at runtime”. I think this is checked by default, but in fact it does not help. Then, if needed, control PHP errors via php.ini. “PHP...
  5. J

    $_POST is empty via Ajax

    I have the same problem as well. Ajax workaround worked successfully in version 1.5 and 1.6, but in 1.7 this is not the case. Now what I can see in Developer Tools is that if I send two or more posts to the same address, only the first one is actually sent, and for the next posts “success” part...
  6. J

    Class 'COM' not found [SOLVED]

    “COM” is not enabled in this newer version of PHP. Download PHP from here http://windows.php.net/download/ and find “php_com_dotnet.dll” file in “/ext” subfolder of the archive. Extract that file in “/PHPRuntime/ext” of ExeOutput, then run ExeOutput and enable that extension in “PHP Settings ->...
  7. J

    PHP to work with undefined variables and indexes (SOLVED)

    One of my favorite forum posts are those where the answer appears just after the poster sends the post… this is so amazing :!: error_reporting (E_ALL ^ E_NOTICE); I found this code somewhere. Never needed before. But now my php errors are gone… so I’m redirecting my mind to heal the jquery errors.
  8. J

    PHP to work with undefined variables and indexes (SOLVED)

    Hello! I just installed ExeOutput for PHP today. I think it’s what I need and it looks like you have made a very good job with it. I’m testing it for my web-app right now and I get many “Undefined variable” and “Undefined index” errors. If “Display PHP error messages at runtime” is unchecked -...
Back
Top