Check dir and change dir accordingly or enter full path from the location of main php file.
echo '<br>'.__DIR__; echo getcwd(); chdir(__DIR__);