-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
language problem! #274
Comments
The 404 not found page is not the standard 404 generated by Vvveb, it looks like the page is generated by the http server and the request does not reach Vvveb's index.php. Other pages like about This is probably caused by missing mod rewrite module, or .htaccess not loaded if you are using apache, if you are using nginx you need to use the included nginx.conf to redirect all requests to index.php nginx-nocache.conf You can check some solutions from previous similar issues. |
When installing a new language pack the files are downloaded from github, maybe your hosting is blocking access to external sites like github and php timeouts (504 error) trying to download the files. You can manually download the files from https://github.com/Vvveb/zh_CN and put the files in msgfmt vvveb.po Sometimes php might cache .mo files and you need to restart php-fpm to reload. |
From the error messages it seems that for nginx tries to open urls like Maybe there is a conflicting rule/configuration somewhere in the current nginx.conf or user.conf, try to temporarily use the included Vvveb nginx.conf and see if it works. |
Is Qunhui's nginx a simplified version? The corresponding files in this directory have all been modified, but it still doesn't work |
Thank you, God. I think I've taken care of it. Can you provide a detailed explanation of PHP's extensibility and directory permissions? |
The warning generated by Directory permissions are standard, files should be owned by nginx user/group which is usually user = www-data Folders that need permission are You can use the docker init script to set permissions https://github.com/Vvveb/docker/blob/main/latest/php8.3/fpm-alpine/init.sh#L18-L23 The system can be extended through plugins, there is an event system that can be used to run code when certain actions are performed to override or extend default functionality. |
Location of language pack,locale\zh_CN\LC_MESSAGES\vvveb.po
`
General
The text was updated successfully, but these errors were encountered: