Replies: 8 comments
-
Thank you for your interest in Deming and for taking the time to test it! The issue you’re describing might be related to one of the following points. Let’s troubleshoot step by step:
If none of the above steps resolve the issue, could you please provide additional information? For example:
Let me know how it goes, and I’ll be happy to help further! |
Beta Was this translation helpful? Give feedback.
-
Thank you for your detailed response and the clarity of your troubleshooting steps. They were very helpful, and I greatly appreciate the speed and quality of your assistance! After reviewing the setup, the issue was indeed related to user permissions. Your suggestion regarding folder permissions helped resolve it. Additionally, I noticed a small point in the documentation: the command sudo a2dismod php8.3 results in the error: Error: Module php8.3 does not exist sudo apt install libapache2-mod-php8.3 Lastly, I have a question: is it possible to replace the MySQL database with PostgreSQL in Deming? If so, are there specific steps or considerations for making this change? Once again, thank you for your excellent support and for taking the time to assist with these issues! Best regards, |
Beta Was this translation helpful? Give feedback.
-
Thank you for your kind words! I'm glad to hear the troubleshooting steps were helpful. Regarding your note about the documentation, you're absolutely right—thank you for pointing that out! I'll make sure to update the documentation to include the As for your question about replacing the MySQL database with PostgreSQL in Deming: Yes, it is possible to use PostgreSQL. Deming is built on Laravel, which supports multiple database systems, including PostgreSQL. Here are the key steps to make the switch: Modify the
If you're starting with a new PostgreSQL database, run the migrations to set up the schema: php artisan migrate --seed |
Beta Was this translation helpful? Give feedback.
-
I’ve successfully set up the PostgreSQL database for Deming as per the instructions. However, I wanted to highlight one additional step that may be necessary for some users: installing the PostgreSQL driver for PHP. This can be done with the following command: I’m currently exploring and getting familiar with your tool. Once I’ve had the chance to fully understand its functionalities and use it more extensively, I’ll get back to you with detailed feedback to help improve it further. |
Beta Was this translation helpful? Give feedback.
-
Thank you for pointing this out and for your suggestion! You're absolutely right that the I really appreciate your efforts to explore Deming and look forward to your feedback. 👍 |
Beta Was this translation helpful? Give feedback.
-
Hi, Interestingly, I don’t experience this issue when using the MySQL database. It seems to only happen with the PostgreSQL database. Best regards, |
Beta Was this translation helpful? Give feedback.
-
An issue has been created : #243 |
Beta Was this translation helpful? Give feedback.
-
Fixed here : 0e1ba3a |
Beta Was this translation helpful? Give feedback.
-
Hello, I would like to test the solution. I installed it on an LXC container with Ubuntu 24.04 LTS. However, after following the documentation you provided, I started the server using php artisan serve --host 0.0.0.0 --port 8000. But when I try to access the site, the page keeps loading indefinitely.
Beta Was this translation helpful? Give feedback.
All reactions