Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question Links to Attached PDF's all lead to 404 Page

More
7 years 10 months ago - 7 years 10 months ago #202427 by mdfavionics
This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 100M | Max file upload: 50M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : J51_Letterpress | author: Joomla51 | version: 1.2 | creationdate: June 2013

Kunena default template details : Crypsis | author: Kunena Team | version: 5.1.1 | creationdate: 2018-06-10

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 5.1.1 | 2018-06-10 [ Belinda ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: Search - Kunena Search 5.1.0

Modules: Kunena Latest 5.1.0 | Kunena Stats 5.1.0 | Kunena Login 5.1.0 | Kunena Search 5.1.0



I'm not sure what update caused my PDF links to all fail. To rule out a server change (year+ ago) I added a new PDF attachment to a post.
Same fault.
Files are present in Kunena media attachments file on server.
Last edit: 7 years 10 months ago by mdfavionics.

Please Log in or Create an account to join the conversation.

More
7 years 10 months ago - 7 years 10 months ago #202432 by mdfavionics
This browser does not support PDFs. Please download the PDF to view it: Download PDF.
The above is the message displayed on any post with a PDF. To verify the problem is not browser related, I tried with several browsers on both Linux and Windows Computers.
A post from years ago is an example, rotate.aero/forum/ata-24-electrical-gene...aircraft-power-pdf#7
I deleted the old file and reinserted a new one....... same results.
Last edit: 7 years 10 months ago by mdfavionics.

Please Log in or Create an account to join the conversation.

More
7 years 10 months ago #202444 by rich
This bug is already fixed. You can install Kunena nightly build or you change one line in the pdf.php

Path is /components/com_kunena/template/system/layouts/bbcode/attachment/pdf.php

Change the line 16
from
Code:
$location = \Joomla\CMS\Uri\Uri::root() . $attachment->getUrl();
to
Code:
$location = $attachment->getUrl();

github.com/Kunena/Kunena-Forum/commit/ab...8f8b690c7e4a63a53f6f

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: mdfavionics

Please Log in or Create an account to join the conversation.

More
7 years 10 months ago #202448 by mdfavionics
Problem solved..... Thank you.

Please Log in or Create an account to join the conversation.

More
7 years 3 months ago #207479 by Ha
Is it possible that this bug occurs again?
I use Kunena 5.1.8 with Blue Eagle 1.5.2 and in /components/com_kunena/template/system/layouts/bbcode/attachment/pdf.php the correct code

Configuration - uploads: Protect attachments
I can choose an attachment.
attachment is also placed.
However, the function of inserting the attachment into the text gives the message:
This browser does not support PDFs. Please download the PDF to view it: Download PDF.

Can there be another cause besides the above fix?

Please Log in or Create an account to join the conversation.

More
7 years 3 months ago #207486 by rich
I'm sorry, but this bug still exists. If you allow pdf, it's not possible to use the option protect attachments. It breaks the pdfs.

Important! Always create a backup before you make any changes to your website!

Please Log in or Create an account to join the conversation.

Time to create page: 0.424 seconds