Page 1 of 1

files are corrupt

Posted: 25 May 2012, 09:40
by manuelgut
Hello,

I read a few topics about that and didn't found a solution.

I use phoca download (1.3.9) on two different websites and after a update to Joomla 1.5.26 the pdf Files are corrupt.
The download works, but i can't open it. It says file is corrupt (bei all 80 Files).

When I pickup a file directly per ftp the file is still ok.

I didn't change anything at the webserver.

What can I do?
Thanks
Manuel

Re: files are corrupt

Posted: 27 May 2012, 19:33
by manuelgut
Is anybody there with the same problems or a salution?

I must fix this for my clients until the next 2 days.

I don't know what to do. Only to switch to another download tool, but I love Phoca Extensions :-)

Re: files are corrupt

Posted: 30 May 2012, 14:48
by Jan
Hi, testing now without any problem, really no idea what happened on your server. The upgrading of Joomla! should not have any influence on how the documents will be downloaded :idea:

Jan

Re: files are corrupt

Posted: 21 Jun 2012, 09:40
by manuelgut
Hello Jan,

i have still the problem and my clients are angry.

I find out: when I switch off in Joomla configuration SEO friendly URLs the downloads will work correct. What can I do?

Thanks, Manuel


This is my htaccess

Code: Select all

RewriteBase /
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

Re: files are corrupt

Posted: 26 Jun 2012, 22:49
by Jan
Hi, unfortunatelly, I am not .htaccess expert, really no idea there. The links are created by Joomla! JRoute methods, so maybe there something needs to be modified :-( :idea:

Jan