Thats just the directories showing you where PHP was looking for your file. Make sure that cron1.php
exists where you think it does. And make sure you know where dirname(__FILE__)
and $_SERVER['DOCUMENT_ROOT']
are pointing where you'd expect.
This value can be adjusted in your php.ini file.