partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.38k stars 400 forks source link

Could not open input file: .../app.console - Cron issue #1255

Closed mrkylegp closed 2 years ago

mrkylegp commented 2 years ago

New installation, everything seems to be fine except for my crons are not working.

For these examples, I have simply added mysite.net instead of my real domain.

When I try to run it manually, I receive "Could not open input file: " for the console file.

It has appropriate permissions set on the file so I don't know why it isn't working.

To test manually, I'm using: /usr/bin/php7.1 /home/mysite.net/domains/stock.mywebsite.net/public.html/app/console partkeepr:cron:run --verbose

Any ideas why this is happening?

mrkylegp commented 2 years ago

Doh. I had a dot for publichtml instead of .

This is why I shouldn't wake up too early...