heikoS2C / fileshare

0 stars 1 forks source link

Can not download file #4

Open kryukov54 opened 3 years ago

kryukov54 commented 3 years ago

When I click on the file (https://xxxx/doku.php/filesharedownload.php?file=test.txt&something=./data/fs_test) I get message "This topic does not exist yet" instead of download. The file filesharedownload.php was copied to the dokiwiki root directory.

kryukov54 commented 3 years ago

Automatically formed reference: https://xxxx/doku.php/filesharedownload.php?file=test.txt&something=./data/fs_test includes "doku.php" part. If this part remove by hand, then download works.

kryukov54 commented 3 years ago

Hack: in file lib/plugins/fileshare/syntax/Fileshare.php In lines 187 and 197: add a slash ("/") before filesharedownload.php