Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Common issues

Andreas edited this page Feb 25, 2023 · 13 revisions

setup.php: "PHP does not have read and write access to usercontent/avatar"

To resolve this issue, you can set the directory owner to the PHP user using the command sudo chown -R www-data /var/www/ on Linux. This will give PHP read and write access to the usercontent/avatar directory.

Error 500: "Invalid command 'php_flag' perhaps misspelled or defined by a module not included in the server configuration"

If you encounter this error message, it means that your web space does not support the use of the .htaccess file. To fix this issue, you should delete the .htaccess file, as it is not necessary for your web space and may cause problems. The .htaccess file is only used to configure the PHP error log.

I am always redirected to e.g /panel...

If you are experiencing issues with incorrect redirects, it is likely due to an incorrect setting in the app/core/Config.php file. Double-check that the subdirectory in this file is set correctly, as this can affect how the application routes requests.

MySQL Error: "Access denied for user 'username'@'localhost' (using password: YES)"

This error means the MySQL user lacks the necessary database permissions. Check the username, password, and permissions.

Do you still have a problem?

Click here to submit a bug report or feature request

Clone this wiki locally