Jump to content

Downloads and


SecondSight

Recommended Posts

Hello ! :)

My error logs are full of messages linked to downloads on my board. When I click on one link, I get an error :

Quote

 

Sorry, there is a problem

The CSRF protection key did not match. This may indicate a plugin or theme is out of date. Please contact technical support for more information.

Error code: 2S119/1

 

For instance, if the link is :

mywebsite/files/file/29-séquence-sur-lélectricité/?do=download&csrfKey=7ba7b6578ac63ae2aa12ea67d8b97e26

I remove the end and I turn it into :

mywebsite/files/file/29-séquence-sur-lélectricité/?do=download

Then I get a page which is in the IPDownloads :

link1err.png

But If I click on "Download this file", I once again get the CSRF key error...

I'm trying to find more about it in order to fix this problem. What should I do/try in your opinion ?

Thank you ! :)

Link to comment
Share on other sites

Using ssh, I was able to locate the file. Here is the path to the file :

Quote

/home/myboard/public_html/uploads/idm_downloads/29-?lectricit?.zip

 

How can I fix the problem, knowing the url to download the file on my board is :

Quote

myboard/files/file/29-séquence-sur-lélectricité/?do=download&csrfKey=7ba7b6578ac63ae2aa12ea67d8b97e26

Thank you ! :)

Link to comment
Share on other sites

To fix this, I moved 29-?lectricit?.zip to the uploads directory and replaced the ? by a é, which gave :

/home/myboard/public_html/uploads/idm_downloads/29-électricité.zip

and it worked.

For some other files, where the url and the file don't have the same words, I'm still looking for a solution.

 

 

 

 

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...