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
files are corrupt
-
- Phoca Newbie
- Posts: 3
- Joined: 25 May 2012, 09:27
Re: files are corrupt
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
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

- Jan
- Phoca Hero
- Posts: 48595
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: files are corrupt
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 
Jan

Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 25 May 2012, 09:27
Re: files are corrupt
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
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]
- Jan
- Phoca Hero
- Posts: 48595
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: files are corrupt
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

Jan


Jan
If you find Phoca extensions useful, please support the project