Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path to cron script is wrong #73240

Open
nanderson opened this issue Oct 15, 2024 · 3 comments · May be fixed by #73549
Open

path to cron script is wrong #73240

nanderson opened this issue Oct 15, 2024 · 3 comments · May be fixed by #73549
Assignees
Labels
suitecrm tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@nanderson
Copy link

nanderson commented Oct 15, 2024

Name and Version

bitnami/suitecrm

What architecture are you using?

amd64

What steps will reproduce the bug?

The cron job never runs because of an error in /etc/cron.d/suitecrm which is generated in this script:

local -a cron_cmd=(cd "${SUITECRM_BASE_DIR};" "${PHP_BIN_DIR}/php" "-f" "cron.php")

It's not referencing the proper path to the

What is the expected behavior?

It should indicate the proper path to the cron.php script:

local -a cron_cmd=(cd "${SUITECRM_BASE_DIR};" "${PHP_BIN_DIR}/php" "-f" "public/legacy/cron.php")

What do you see instead?

Currently, the crontab never runs.

@nanderson nanderson added the tech-issues The user has a technical issue about an application label Oct 15, 2024
@github-actions github-actions bot added the triage Triage is needed label Oct 15, 2024
@carrodher
Copy link
Member

Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

@JoshMcCullough JoshMcCullough linked a pull request Oct 23, 2024 that will close this issue
@JoshMcCullough
Copy link

Fixed with PR: #73549

@carrodher
Copy link
Member

Thank you for submitting the associated Pull Request. Our team will review and provide feedback. Once the PR is merged, the issue will automatically close.

Your contribution is greatly appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suitecrm tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants