ifm icon indicating copy to clipboard operation
ifm copied to clipboard

Invalid argument supplied for foreach

Open stefanarsicdev opened this issue 1 year ago • 1 comments

Hi, when i get your project to install on local with xampp so i can test it i get this error displayed in my browser.

#!/usr/bin/env php bool(false) Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\ifm\compiler.php on line 38

stefanarsicdev avatar Mar 12 '24 11:03 stefanarsicdev

You are not supposed to call compiler via the apache webserver. The compiler is only for building the tool. You can either download the compiled releases here or you can build the IFM yourself using this example.

misterunknown avatar Mar 12 '24 12:03 misterunknown