Hi,
I had the same issue and had no clue of what was happening. I finally found the answer : I had a syntax error in my PHP file.
Just run a “php -l YourFile.php” in order to ensure that you syntax is correct.
Ensure also that the default callbacks are present in the file, it won’t work otherwise.