PHP: Warning: include failed to open stream no such file or directory on Windows
I would make it dynamic so that you can also include this file in other files and still have it work properly.
include_once(dirname(__FILE__).'/../config/eventInfoConfig.php');
Fixing the include_path()
to include the right path does the trick.