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

[bitnami/magento] Module Code changes dont take effect until VM reboot. #23422

Closed
mSIESTE opened this issue Feb 14, 2024 · 3 comments
Closed
Assignees
Labels
magento solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@mSIESTE
Copy link

mSIESTE commented Feb 14, 2024

Name and Version

bitnami-magento-2-2.4.6-r21-debian-11-amd64

What architecture are you using?

amd64

What steps will reproduce the bug?

  1. Start Container
  2. Install or create a Module with Events/Observer
  3. Make changes to that Module (Observer Class) [I added a new log output]
  4. Test the Module

Are you using any custom parameters or values?

No response

What is the expected behavior?

I would except that the new Log Output was written.

What do you see instead?

I dont see the new Output in my Logfile

Additional information

My changes that dowsnt work until VM reboot:

Old Output(Works !):
$this->logger->info("test1");
I added this Line:
$this->logger->info("test2");

Given Output:
[2024-02-14T08:32:32.193660+00:00] main.INFO: test1 [] []

Expected:
[2024-02-14T08:32:32.193660+00:00] main.INFO: test1 [] []
[2024-02-14T08:32:32.193660+00:00] main.INFO: test2 [] []

I´m in Dev Mode.
I tried many Commands like:
sudo php bin/magento setup:upgrade;sudo php bin/magento setup:di:compile;sudo php bin/magento setup:static-content:deploy -f;sudo chmod -R 0777 var/ pub/ generated/;sudo php bin/magento cache:flush;

sudo rm -rf pub/static/frontend/ var/cache/;sudo php bin/magento s:up;sudo php bin/magento s:di:c;sudo php bin/magento setup:static-content:deploy -f;sudo php bin/magento indexer:reindex;sudo php bin/magento c:f;sudo chmod -R 777 generated/ var/cache/ pub/static var/

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

The issue may not be directly related to the Bitnami container image or Helm chart, but rather to how the application is being utilized or configured in your specific environment.

Having said that, if you think that's not the case and are 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.

If you have any questions about the application itself, customizing its content, or questions about technology and infrastructure usage, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology.

With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.

Copy link

github-actions bot commented Mar 1, 2024

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Mar 1, 2024
Copy link

github-actions bot commented Mar 7, 2024

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@github-actions github-actions bot added the solved label Mar 7, 2024
@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
magento solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

3 participants