Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Error on closing discussion

Hi,

I get: DiscussionController->Discussion not found. When I close a discussion (Gear > Delete). When I refresh, the discussion is closed. Any suggestions ?

Comments

  • R_JR_J Ex-Fanboy Munich Admin
  • piotrpiotr New
    edited January 2015

    Thanks for the response @R_J, I'm not using any SEO addons.

    My .htaccess (for redirecting old links from my old forum)

    # Modified
    # If you modify this file then change the above line to: # Modified
    <IfModule mod_rewrite.c>
       RewriteEngine On
       # Certain hosts may require the following line.
       # If vanilla is in a subfolder then you need to specify it after the /.
       # (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
    
       RewriteRule (?<=post)(.*)(?=.html) /discussion/comment/$1 [L] [R,301]
       RewriteRule ^(.*?)-t([0-9]+)\.html$ discussion/$2/$1 [L] [R,301]
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
    </IfModule>
    
  • R_JR_J Ex-Fanboy Munich Admin

    Which plugins do you use? Simplest thing is to copy the list of Enabled Plugins from out of /conf/config.php

  • update: found it. Error is caused by the AutoExpire addon. Disbabled. Back to normal.

  • R_JR_J Ex-Fanboy Munich Admin

    @x00 might be interested to hear that

  • I haven’t updated that plugin for 2.1 yet.

    grep is your friend.

Sign In or Register to comment.