Closed GoogleCodeExporter closed 8 years ago
Little confused, at issue 505
(https://code.google.com/p/mollify/issues/detail?id=505) you say it worked, and
now again not? The DAV plugin released with 2.4.4
(https://bintray.com/samuli-jarvela/mollify/Mollify) should be the same as
attached in issue 505.
Like I said, the error comes from the SabreDAV plugin. Don't know why the
$ENABLE_TEMPORARY_FILE_FILTER don't work for you, but you could just edit the
mollify_dav.php and comment out line 260.
Original comment by samuli.j...@gmail.com
on 4 Feb 2014 at 2:05
I actually said:
"it seems it does not matter if i set the temporaryfilefilter to TRUE or FALSE,
it works both ways now, after using the changes you made in the 2 files."
which means that the option was broken for me already, meaning both ways worked
fine. Something must have changed as it was working before and now it's not.
I'll try to compare the 2 files with my previous backups and see if they are
similar or not.
Original comment by Logic...@gmail.com
on 4 Feb 2014 at 2:13
Found out the problem:
In your new WebDAV Module release, you have not included, for whatever reasons,
.htaccess file with the following content:
RewriteEngine on
RewriteRule ^(.+) index.php [L]
I Simply copied that file and placed it where it was with the old installation
and everything works now.
Original comment by Logic...@gmail.com
on 4 Feb 2014 at 2:23
OK, that's due to the new build tool, Grunt. For some reason recursive copy
does not include "hidden" files like .htaccess, I'll fix that.
Original comment by samuli.j...@gmail.com
on 4 Feb 2014 at 2:46
Fixed in http://dl.bintray.com/samuli-jarvela/mollify/mollify_webdav_2.4.6.zip
Original comment by samuli.j...@gmail.com
on 19 Feb 2014 at 3:44
For me it's still not fixed.
After downloading the webdav module, the .htaccess file is still not present in
it.
Original comment by Logic...@gmail.com
on 20 Feb 2014 at 2:22
It's weird, I explicitly added the .htaccess file in the grunt build tool, and
made sure it is copied in the dist package, but it did not make into zip
package. Had to add it there as well.
Original comment by samuli.j...@gmail.com
on 20 Feb 2014 at 6:16
Original issue reported on code.google.com by
Logic...@gmail.com
on 4 Feb 2014 at 1:18