-
-
Notifications
You must be signed in to change notification settings - Fork 14
Common issues
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.
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.
This error means the MySQL user lacks the necessary database permissions. Check the username, password, and permissions.
Click here to submit a bug report or feature request