-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
500 Internal Server Error The XML file "../config/dbal.xml" is not valid #822
Comments
I tested if the file is even there where it should be by running
I then asked chat gpt and it told me to do I get this back:
I then tried to clear the cache by doing
I dont know whether this has anything to do with my network config of the container since i didnt change anything and it just stopped working after testing out the backup function. I also find it extraordinarily strange strange that the issue persist even after repulling the container image and deleting all files not containing any database data. |
I seem to have fixed the issue: I did the following things to make it work:
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
DONE! I now can use the app again as intended. |
If anybody has any Idea what caused this i would be more than interested. |
I never encountered such an error and don't quite understand what's happening there. However, I do not really think that this is related to this file itself. This is part of doctrine itself, it would be very unlikely that it is erronous. |
Describe the bug
I was trying to set up backups and ran into this issue. I am running the PartDB via Portainer docker-compose and had no issues until now. I already stopped, deleted, restarted all the containers involved (SQL container and the app container). I also already deleted the container image for the app as the issue does not seem to be related to the My-SQL container.
Screenshots
Versions
I am using the newest versions of everything. I just pulled the latest docker image
Docker Compose
The text was updated successfully, but these errors were encountered: