The solution, that I found here: http://stackoverflow.com/questions/5588639/php-include-once-not-working
seems to work, and does not register as error after I place the code sample:
include_once (dirname(__FILE__) . '/../file.php');
Thank you, to the person who shared the answer.