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

Can Not connect to any database engine #14957

Closed
devtrix opened this issue Dec 27, 2023 · 9 comments
Closed

Can Not connect to any database engine #14957

devtrix opened this issue Dec 27, 2023 · 9 comments
Labels

Comments

@devtrix
Copy link

devtrix commented Dec 27, 2023

I just cloned & opened it in VS 2022. I have MSSQL, Postgres, MySql & MariaDb installed. No matter which server I use and what connection string I use it keeps saying "The provided connection string is invalid or server is unreachable.". I have tried all combinations. With MS SQL, I even tried Trusted_Connection=true and still no luck.

I can connect to them just fine with all my other projects, both .net & node.
All the database servers are local to my machine.

What am I missing?

@MikeAlhayek
Copy link
Member

did you check the log file for more info about the error?

@MikeAlhayek
Copy link
Member

MikeAlhayek commented Dec 27, 2023 via email

@devtrix
Copy link
Author

devtrix commented Dec 27, 2023

It's been a while since I used Orchard. I saw the logs and I saw that I needed to precreate the Db.
I have one more unrelated question. I am missing the Gallery Tab in the Themes. Thanks in advance.

@hyzx86
Copy link
Contributor

hyzx86 commented Dec 27, 2023

@devtrix Have you tried this option ? ;TrustServerCertificate=True

@devtrix
Copy link
Author

devtrix commented Dec 27, 2023

@devtrix Have you tried this option ? ;TrustServerCertificate=True

Hmm, I had forgotten that too. But I needed it to work with Postgres and got it to work. I had to procreate the Db. Thank you.
Do you also know why I don’t see the gallery tab in the themes?

@MikeAlhayek
Copy link
Member

Which tab are you referring to?

@devtrix
Copy link
Author

devtrix commented Dec 27, 2023

Which tab are you referring to?

When I go to Themes, I used to see Gallery tab and the Installed tab. This is in the way past. I don’t see them now.

@MikeAlhayek
Copy link
Member

Not sure. Maybe that was in Orchard. I don't recall seeing it in OC.

@devtrix
Copy link
Author

devtrix commented Dec 27, 2023

Not sure. Maybe that was in Orchard. I don't recall seeing it in OC.

You are correct sir. But it’s also in this doc for orchardcore.
https://docs.orchardcore.net/projects/O1/en/latest/Documentation/Installing-themes/
Anyways, thanks for all the quick responses. Happy holidays and happy new year to everyone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants