Cloudpanel running on Debian 11 arm64 gives errors while installing wordpress. #433

Closed
opened 2026-04-05 20:27:52 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @nixyogi on 2/17/2023

CloudPanel version(s) affected

2.2.0

Description

Cloudpanel running on Debian 11 arm64 gives errors while installing wordpress.

  1. Installing wordpress gives the error below

    Screenshot_20230215_202755

  2. Out of 5 tries 1 works and was able to install wordpress but the site is not online
    Screenshot_20230216_075051

  3. Investigating, found that the nginx configuration by cloudpanel has an error in the line

    access_log /home/wordpresss/logs/nginx/access.log main;
    error_log /home/wordpresss/logs/nginx/error.log;
    

    main should not be present at the end of access_log

How to reproduce

Installing Cloudpanel

  1. Following the steps given in the documentation here - https://www.cloudpanel.io/docs/v2/getting-started/other/

  2. Ran the commands

    sudo apt update && sudo apt -y upgrade && sudo apt -y install curl wget sudo
    
  3. Then to install cloudpanel ran the commands

    curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh
    echo "f25e3fe3dc028ef8eda281868ab606b5b80bc6ba74a253ae54ab5fd1e61c287d install.sh" | sha256sum -c && sudo DB_ENGINE=MARIADB_10.9 bash install.sh
    
  4. Try installing wordpress using Cloudpanel UI

Possible Solution

No response

Additional Context

Cloudpanel is running on Debian 11 on Brainypi (arm64) device.

*Originally created by @nixyogi on 2/17/2023* ### CloudPanel version(s) affected 2.2.0 ### Description Cloudpanel running on Debian 11 arm64 gives errors while installing wordpress. 1. Installing wordpress gives the error below ![Screenshot_20230215_202755](https://user-images.githubusercontent.com/25745488/219722775-99530e49-1f0e-4e41-a55d-f782f51d3c19.png) 1. Out of 5 tries 1 works and was able to install wordpress but the site is not online ![Screenshot_20230216_075051](https://user-images.githubusercontent.com/25745488/219722555-49fa0670-8bba-42e3-91d5-bf82d3a96e1c.png) 1. Investigating, found that the nginx configuration by cloudpanel has an error in the line ```sh access_log /home/wordpresss/logs/nginx/access.log main; error_log /home/wordpresss/logs/nginx/error.log; ``` `main` should not be present at the end of `access_log` ### How to reproduce # Installing Cloudpanel 1. Following the steps given in the documentation here - https://www.cloudpanel.io/docs/v2/getting-started/other/ 1. Ran the commands ```sh sudo apt update && sudo apt -y upgrade && sudo apt -y install curl wget sudo ``` 1. Then to install cloudpanel ran the commands ```sh curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh echo "f25e3fe3dc028ef8eda281868ab606b5b80bc6ba74a253ae54ab5fd1e61c287d install.sh" | sha256sum -c && sudo DB_ENGINE=MARIADB_10.9 bash install.sh ``` 1. Try installing wordpress using Cloudpanel UI ### Possible Solution _No response_ ### Additional Context Cloudpanel is running on Debian 11 on [Brainypi](https://brainypi.com/) (arm64) device.
Sign in to join this conversation.