FuelSDK-PHP
FuelSDK-PHP copied to clipboard
realpath("config.php") returns false
The current config.php include isn't working, realpath("config.php") is returning false.
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.