Thanks for a very cool pies of work, I'm impressed of what you have accived with Espo.
I choose EspoCRM as I am currently on a shared hosting invironment. And it seems to be the only CRM out there (that are still very active on the development front), that is possible to install on a shared hosting environment with only the most basic PHP modules installed and limited access to server configs. But:
I don't have access to shell or crontab, my host only provide a very limited cron job feature (Once a day a script can go to a specified file path). So, is there any way around this?
* * * * * /usr/bin/php -f ../espo/cron.php > /dev/null 2>&1
Thanks in advance
Rune
I choose EspoCRM as I am currently on a shared hosting invironment. And it seems to be the only CRM out there (that are still very active on the development front), that is possible to install on a shared hosting environment with only the most basic PHP modules installed and limited access to server configs. But:
I don't have access to shell or crontab, my host only provide a very limited cron job feature (Once a day a script can go to a specified file path). So, is there any way around this?
* * * * * /usr/bin/php -f ../espo/cron.php > /dev/null 2>&1
- Could I have an external script go to mydomain.dk/espo/cron.php
- Or make/upload another script and call it externaly scheduled cron like service.
Thanks in advance
Rune
Comment