If you encounter any problem with MushRaider, head to our support forum. Before posting please read all our advices below.
If you have ideas for the application and want to share it, please head to our feedbacks forum.
Frequent problems
I have a white page or errors instead of the auto installer
This can happen if you have permission issues. Make sure your app can write to the following folders :
/app/Config
/app/tmp
I can’t upload background image or my logo
Make sure that your image isn’t too big (depends on your php settings) and that your app can write to the following folder :
/app/webroot/files/theme
My host is “1and1”
1&1 as some rare host services have some weird configs that can disturb MushRaider.
If you have already followed the previous advices and you still have errors like a 404 or bad redirect you have to edit the 3 .htaccess files of the app. Replace their contents with the following (respectively) :
/.htaccess
<IfModule mod_rewrite.c> RewriteEngine on RewriteBase /path/to/mushraider/in/url RewriteRule ^$ app/webroot/ [L] RewriteRule (.*) app/webroot/$1 [L] </IfModule>
/app/.htaccess
<IfModule mod_rewrite.c> RewriteEngine on RewriteBase /path/to/mushraider/in/url RewriteRule ^$ webroot/ [L] RewriteRule (.*) webroot/$1 [L] </IfModule>
/app/webroot/.htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /path/to/mushraider/in/url RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,L] </IfModule>
PS : Don’t forget to change “/path/to/mushraider/in/url” to your own path to mushraider in your url. For example if the raid planner is accessed by http://monsite.com/mushraider you have to replace by “/mushraider” in the .htaccess files
Where can I find the error log ?
Here :
/app/tmp/logs
How can I display the PHP errors ?
By default PHP errors are hidden If you want to show them follow the steps :
- Open the file /app/Config/core.php
- Find the row with Configure::write(‘debug’, 0);
- Change it with Configure::write(‘debug’, 2);
How can I empty the application cache
- Delete the following folder content : /app/tmp/cache/models/
- Delete the following folder content : /app/tmp/cache/persistent/