[Resolved] [Plugin] Clan Management 2.0 -- Page Not Found Error

  • Hey guys,

    I'm looking for someone who has experience with the Clan Manager 2.0 plugin. :



    The plugin installed perfectly fine, but I'm getting an error: "Page not found" when adding a clan. Any page I try to access relative to the clan system is unavailable.

    Example:

    I can Add a Clan from this page:



    And then upon hitting that button:




    I am just seeking out people who have experienced the same issue as this and can help me out while I hopefully wait for a response from the developer. From what I have seen, the developer does not appear to be very active and several other people have reported this same issue.

    Best,

    Jonathan Weinberger

  • To be more specific Add the following lines to your .htaccess file, if the application is installed in /clan/. Change this to the path you installed it on your site in line 1 (just cosmetic) and 4 (two times)


    # Rewrite application /clan/

    RewriteCond %{SCRIPT_FILENAME} !-d

    RewriteCond %{SCRIPT_FILENAME} !-f

    RewriteRule ^clan/(.*)$ clan/index.php?$1 [L,QSA]

    Viele Grüsse aus Stuttgart, Kind Regards from Stuttgart
    TheSonic


  • Hey there,

    I added that to my htaccess file and i'm getting a fail on the clan.

    I saved mine in path: /studio

    and updated the names accordingly.


    # Rewrite application /studio/

    RewriteCond %{SCRIPT_FILENAME} !-d

    RewriteCond %{SCRIPT_FILENAME} !-f

    RewriteRule ^studio/(.*)$ studio/index.php?$1 [L,QSA]

    • Official Post

    GameDevJon Please insert the above rules before the last block that reads # Rewrite application /, because that last one will effectively catch everything that has not been handled upon reaching it. The instructions in the .htaccess are evaluated by your webserver from top to down and the order does matter in this case.

    Alexander Ebert
    Senior Developer WoltLab® GmbH

  • GameDevJon Please insert the above rules before the last block that reads # Rewrite application /, because that last one will effectively catch everything that has not been handled upon reaching it. The instructions in the .htaccess are evaluated by your webserver from top to down and the order does matter in this case.


    That fixed it!! Thank you :)

  • GameDevJon

    Changed the title of the thread from “Clan Management 2.0 -- Plugin” to “[Resolved] [Plugin] Clan Management 2.0 -- Page Not Found Error”.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!