Search results

  1. L

    UTF-8 configuration errors

    One thing you could try is to ensure that your Python environment is also set to use UTF-8. You can do this by adding these lines to the top of your Django settings file: import sys sys.setdefaultencoding('UTF-8') Also, check if your OpenLiteSpeed server is correctly set to handle UTF-8. You...
  2. L

    Google cloud pricing

    I totally understand your frustration with GCP's pricing. While GCP does offer a free tier, it can be tricky to navigate, especially if you’re not keeping a close eye on the resources you’re using. Sometimes, small changes in your instance type or additional services can lead to unexpected charges.
  3. L

    How can I backup data from my WP site to my HDD because my site is on Google Cloud?

    I didn't upload, I just on GC created VM instance and connected it to LitespeedCashe and started editing my WP site. Now I made a mistake in one line of code and wanted to edit but I can't even log in to WP. Error 404. My plan is to access that file by Filezilla for example, but it is so hard to...
  4. L

    How can I backup data from my WP site to my HDD because my site is on Google Cloud?

    Hello everyone, I published my site online using Litespeed and Google cloud. Now, because my site is broken I want to get my files on my local hardware and start again. Do you know how to do that? Thanks in advance
Top