News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Joomla 3.4.4 - see below for fix

Started by Knuddelesel, 10.09.2015 20:16:00

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Knuddelesel

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
  •  

mkhde

#1
Hey arno i have the same issue




on joomla 3.4.3 it works fine

[gelöscht durch Administrator]
  •  

pippo8765

#2
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!
  •  

schmatzler

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.
  •  

ColinM

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
Colin M
  •  

Knuddelesel

@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!
  •  

pippo8765

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.
  •  

Knuddelesel

Yes, but it solved not the problem
  •  

Arno

#8
Hi,
i will publish in the next hours a changed version to solve this issue.

Edit:

Please install the newest version 3.2.37 !!!
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

pippo8765

Thnx for quick reaction, Arno! All ok now!
Cheers!
  •