FuelSDK-PHP icon indicating copy to clipboard operation
FuelSDK-PHP copied to clipboard

realpath("config.php") returns false

Open jrfoell opened this issue 6 years ago • 1 comments

The current config.php include isn't working, realpath("config.php") is returning false.

jrfoell avatar Mar 06 '18 14:03 jrfoell

realpath returns false if the file is not present in the current directory. I think you've located the file one level up in your project, or pwd / cwd is getting changed in your case.

phpguru avatar Mar 07 '18 00:03 phpguru