โ ๏ธ Troubleshooting
All issues we think you could run into are laid out below with the necessary steps to resolve the issue.
I'm getting an HTML 406 Error, How do I fix this?
{% embed url="https://www.youtube.com/watch?v=83Jcj2lDxaA" %}
My Discord Widget is causing Cosmo to error!
Please make sure that you have enabled the "Discord Widget" in your Discord server.
You can do this by following the steps outlined below:
- Open Your Discord "Server Settings"
- Navigate to the "Widget" tab located on the left
- Check the "Enable Server Widget" slider on the top of the page.
- Open your Management page on Cosmo.
- Press "Clear Cache"
- Refresh your page/browser
- Enjoy
If for some reason you can't enter the management panel and need to remove the widget fo the following.
- Open PHPMyAdmin (Or any other MySQL Database viewer)
- Head into the database used for Cosmo.
- find the "key" named "discord_widget_enbled".
- Set the change the "value" from 1 to 0 and save.
My Server isn't showing up \&or isn't showing the correct details!
Make sure you have the following requirements enabled for the steam stats to be grabbed. If you are unsure please contact your host Provider.
- GMP PHP Module \&or 64-bit PHP
- UDP Connections ENABLED
"No Such File or Directory" / "File Get Contents" Errors.
This simply means that you have installed cosmo into the wrong working directory or that you need to clear your browser cache.
CloudFlare SSL & Links
If you are using \&or want to use Cloudflare S:on your website follow the following steps to ensure everything runs smoothly.
- Make sure SSL/TLS is set to FULL SSL.
- Enable Always Use HTTPS.
- Enable Automatic HTTPS Reqrites
Existing Directory not working.
There are a few steps that you'll need to complete in order to get those directories to work again. It's very easy and will only take a few seconds.
Steps:
- Navigate to the directory that is not visible.
- create a file within the directory called
.htaccess
. - Open the file and paste the following code within the new file
RewriteEngine off
. - Save the file.
- Your directory should now be working.
YOU WILL HAVE TO REPEAT STEPS 1-4 FOR EVERY DIRECTORY THAT IS NOT WORKING.
My Steam API Key is invalid!
Please make sure that you have a valid Steam API Key
You can replace your old Steam API Key by following the steps outlined below:
- Open your database for cosmo.
- Go into the configurations table.
- Look for a column with the name
steam_api_key
. - Change the value of the column to your new Steam API Key.
- Go into your files for cosmo and delete the data folder in
storage/framework/cache
. - You should now be able to login.