-
-
Notifications
You must be signed in to change notification settings - Fork 14
Common issues
Click to see fix
- Right-click on the project name to open a context menu.
- In the context menu, select "Manage NuGet Packages..." option.
- This will open the "NuGet Package Manager" window.
- Click on the "Restore" button in the top-right corner of the "NuGet Package Manager" window.
Click to see fix for Linux
- Run
ifconfig | grep -oE 'inet [0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' | awk '{print $2}'
orip addr | grep -oE 'inet [0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' | awk '{print $2}'
- Copy your IP Address.
- Click on Admin in the panel navbar.
- Click on IP Whitelist.
- Add the IP Address you copied before.
Click to see fix for Windows
- Run the bot on the same server as the api. or
- Go to IP Chicken on the device on which the bot should run.
- Click on Admin in the panel navbar.
- Click on IP Whitelist.
- Add the IP Address from IP Chicken.
The panel needs certain functions that are only available in PHP 8.0.x
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 uses apache and 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. (and check the setup.php)
This error means the MySQL user lacks the necessary database permissions. Check the username, password, and permissions.
The panel doesn't work with xampp. Please use a free hoster if you want to test it.
The hosters infinityfree and epizy can NOT be used to host the panel.
000webhost
awardspace
byte-host
Click here to submit a bug report or feature request