2014-01-07, 11:22 AM
Just installed this Plugin -> GRA4 Social Network (http://mods.mybb.com/view/gra4-social-network) and the install went without issues.
However, when I try to actually get into the thing, I only get back routed to my Portal page. There is also only 1 Configuration entry in the entire admin thing.
In the actual folder where the Plugin files (additional files, not plugin file!) are, there is a htaccess.txt with the following content.
Is there anything I have to change to make it work ? I already changed it to .htaccess but that didn't make it work.
Any ideas ?
Wolfseye
However, when I try to actually get into the thing, I only get back routed to my Portal page. There is also only 1 Configuration entry in the entire admin thing.
In the actual folder where the Plugin files (additional files, not plugin file!) are, there is a htaccess.txt with the following content.
Quote:#This is template for .htaccess file, GRA4 will change it during the installation process.
#However, for some unusual hosting configurations you may need to adjust RewriteBase manually.
#See http://gra4.com/relatedgroups/owner/94 for support and updates.
#
#Deny from all
<Files gra4.cfg>
Order deny,allow
deny from all
</Files>
#Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*) index.php
AddDefaultCharset UTF-8
# Don't listing directory
#Options -Indexes
#Here is gonna be real value, something like /mycoolsystem/gra4
RewriteBase /
#end of file
Is there anything I have to change to make it work ? I already changed it to .htaccess but that didn't make it work.
Any ideas ?
Wolfseye