jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Bugs => Topic started by: Knuddelesel on 10.09.2015 20:16:00

Title: Joomla 3.4.4 - see below for fix
Post by: Knuddelesel on 10.09.2015 20:16:00
Since update to joomla version 3.4.4 uploads not working anymore.

there are some changes in   JOOMLAROOT/libraries/joomla/filter/input.php

I think in funktion JFile::upload

Please can you fix this

Regards Thomy
Title: Re: Joomla 3.4.4
Post by: mkhde on 11.09.2015 10:19:40
Hey arno i have the same issue




on joomla 3.4.3 it works fine

[gelöscht durch Administrator]
Title: Re: Joomla 3.4.4
Post by: pippo8765 on 11.09.2015 15:50:01
Same goes for many other things, such as updates for extensions...Ryan Demmer of JCE pointed it out here: https://github.com/joomla/joomla-cms/pull/7814 If it's any help - Arno, please use it, though I think we need new joomla update now!
Title: Re: Joomla 3.4.4
Post by: schmatzler on 11.09.2015 16:41:24
Also, since the Joomla update tooltips are not working on component pages anymore.

You can see it on my homepage http://www.i-war2.com - if you hover over "Last Downloaded" you get a tooltip with the description.

That tooltip doesn't work on the forum pages (Kunena) or JDownloads itself anymore.
Title: Re: Joomla 3.4.4
Post by: ColinM on 11.09.2015 17:54:26
Hi
As you can see from above this is a Joomla 3.4.4 Bug - it is not a jDownloads bug.

I have just downloaded Joomla! 3.4.4 and the latest version from Joomla! has the fault below fixed.  So check to see if all is well by checking out the edit below

To fix you need to edit Joomla!  file  libraries/joomla/filter/input.php
Line 442 mistakenly is  just
array_reverse($explodedName);
It should be
$explodedName = array_reverse($explodedName);

Colin
Title: Re: Joomla 3.4.4 - see below for fix
Post by: Knuddelesel on 11.09.2015 18:13:40
@colin

This was a bug in Joomla 3.4.4 RC version.
We have this corrected line with final joomla, but uploads with jdownloads not working.


"If we use JFile::upload, we will have to set the $allow_unsafe argument to true or explicitely pass $safeFileOptions with the correct options as @Bakual mentioned."

.. I think this is the point!
Title: Re: Joomla 3.4.4 - see below for fix
Post by: pippo8765 on 11.09.2015 23:47:48
Quote from: Knuddelesel on 11.09.2015 18:13:40
@colin

This was a bug in Joomla 3.4.4 RC version.
We have this corrected line with final joomla, but uploads with jdownloads not working.


"If we use JFile::upload, we will have to set the $allow_unsafe argument to true or explicitely pass $safeFileOptions with the correct options as @Bakual mentioned."

.. I think this is the point!
Now this is true! Line 442 in named file is
$explodedName =   array_reverse($explodedName);
I am talking about stable 3.4.4 version.
So it's up to JDownloads.
Title: Re: Joomla 3.4.4 - see below for fix
Post by: Knuddelesel on 12.09.2015 01:29:22
Yes, but it solved not the problem
Title: Re: Joomla 3.4.4 - see below for fix
Post by: Arno on 12.09.2015 03:08:44
Hi,
i will publish in the next hours a changed version to solve this issue.

Edit:

Please install the newest version 3.2.37 !!!
Title: Re: Joomla 3.4.4 - see below for fix
Post by: pippo8765 on 12.09.2015 19:46:14
Thnx for quick reaction, Arno! All ok now!
Cheers!