Hello, updating aapanel will not affect the operation of the website. aapanel is an independent service.
Please check the logs and error logs of the website and troubleshoot errors based on the logs
Also check if you need to set URL rewirte
can i switch back to previous version of aapanel
aaPanel_Kern I still get the error of not being able to add new sites to aapanel after pressing the "fix" button on the Home page
Hello, what version of nginx are you using?
will trying to update to the latest version 7.0.2 solve the problem?
Or use the ssh tool to log in to the server and execute the following command with root privileges:
curl -k https://node.aapanel.com/install/update_7.x_en.sh | bash
- Edited
aaPanel_Kern I have used version 7.0.2 that you instructed. However, the Nginx error not displaying 404 page still persists. All of my sites in aapanel from Laravel to Wordpress cannot display a 404 page even though I have coded that page.
----- Here is the URL Rewrite configuration for my WordPress website:
location /
{
try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
----- Here is the URL Rewrite configuration for my Laravel website:
location / {
try_files $uri $uri/ /index.php?$query_string;
}
Hello, please check if the file exists in the website directory? You can also check the access log and error log of the website
I have problems with the latest update on the mobile web version, before I could see the file manager and manage it without complications, now I can't even view the files.
I have also tried with Vista desktop version but it doesn't work either.
your help please
aaPanel_Kern
it appears aapanels area of apache/nginx being installed is set incorrectly
yet apache installed, manually showing my www/wwwroot dir websites(through apache, not through aapanel website section)
Hello, thank you for your feedback. This issue will be optimized in the future.
Hello, please check if apache in the app store is available normally?
aaPanel_Kern in the appstore it says installed
Hello, is the problem solved? If not, please provide the aapanel information.
The server makes a snapshot backup first, if possible, please send it to kern@aapanel.com.
It is recommended to fill in the following
Post link:
SSH IP address, account password and port:
aapanel login link address and account password:
Detailed problem description:
No post link will not be able to know which user's information is, and the problem will not be processed
aaPanel_Kern The 7.x version of the panel is a complete mess; I can't even describe it. Its functionality has been altered beyond recognition. I don't think I'll use any aPanel anymore.
aaPanel_Kern when I switched from Nginx to Apache the error was fixed. But now I can't access PhpMyadmin page to check the tables in the database