jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Bugs => Topic started by: kossel on 05.06.2014 18:12:26

Title: PLupload cannot detect runtime - [Fixed in 3.2.10 !!!]
Post by: kossel on 05.06.2014 18:12:26
Hi

I just did a clean install of joomla 3.3 and I also installed and configures following mudules:
- ldap
-multilingual
- phoca download (testing which should I stay with)
- jdownloads

but when I want to upload with jdownlods, I get error of :

Your broswer doesn't have html5,flash,gears,silverlight,browserplus,html4 runtime support. You can change the runtime in component preferences

Tried in IE and chrome both happen the same.  I press F12 for developer tab, it shows following error:


is this a bug or there is something I'm missing


[gelöscht durch Administrator]
Title: Re: PLupload cannot detect runtime
Post by: ynpmoose on 05.06.2014 19:24:00
I have the same error. My workaround was to create a download and choose a file to upload from disk via that interface. I'd like to get the actual solution as well.
Title: Re: PLupload cannot detect runtime
Post by: Arno on 05.06.2014 21:05:21
Hi,
Quotebut when I want to upload with jdownlods, I get error of :
Yes we must confirm this problem in the moment. It exist only in the jD version for Joomla 3.x. It shall be fixed in the next days.
Title: Re: PLupload cannot detect runtime
Post by: kossel on 12.06.2014 19:45:52
please fix it :(  I our website is almost finished, only the download section is missing due to this bug (or tell how to fix). and I dont like phoca download because there is no module for latest files

thanks ;D
Title: Re: PLupload cannot detect runtime
Post by: Arno on 17.06.2014 14:06:40
Hi,
sorry for the delay. But we had fixed first a few other issues.
The Plupload function is only an additional feature. You can always use the normal upload way (edt/create download page) or can upload mass files via FTP to the upload root folder.
Title: Re: PLupload cannot detect runtime
Post by: Arno on 23.06.2014 17:14:56
It seems that this problem is a 'jquery' problem. I will try to find a solution for the next beta update 3.2.8.
Title: Re: PLupload cannot detect runtime
Post by: kurim on 14.07.2014 21:44:36
Hi Arno,

ich hab möglicherweise eine Lösung für das Problem gefunden.

pluploadscript.php:
Zeile 117+119

$.noConflict();

jQuery(document).ready(function($) {

in
$(function() {

ändern.

de-DE.com_jdownloads.ini
Zeile 504
COM_JDOWNLOADS_UPLOADER_ADD_FILES_TO_QUEUE="Füge Dateien der Warteschlange hinzu und klicke auf 'Hochladen starten'."
in
COM_JDOWNLOADS_UPLOADER_ADD_FILES_TO_QUEUE="Füge Dateien der Warteschlange hinzu und klicke auf \'Hochladen starten\'."

Und siehe da es geht :)


Btw. warum lädst du die Sprache nicht aus den vorhandenen PLUpload Sprachdateien?

Ach ja in dern view.html.php (view\files\)
JToolBarHelper::custom( 'files.uploads', 'upload32.png', 'upload32.png', JText::_('COM_JDOWNLOADS_FILESLIST_TITLE_FILES_UPLOAD'), false, true );
JToolBarHelper::custom( 'files.downloads', 'downloads32.png', 'downloads32.png', JText::_('COM_JDOWNLOADS_DOWNLOADS'), false, false );

in
JToolBarHelper::custom( 'files.uploads', 'upload.png', 'upload.png', JText::_('COM_JDOWNLOADS_FILESLIST_TITLE_FILES_UPLOAD'), false, true );
JToolBarHelper::custom( 'files.downloads', 'download.png', 'download.png', JText::_('COM_JDOWNLOADS_DOWNLOADS'), false, false );

ändern damit die Icon's im backend funktionieren

Ach was mir noch aufgefallen ist, vielleicht kann man ja plupload 1.5.4 gegen 2.1.2 tauschen denn "Google Gears and BrowserPlus" braucht keiner mehr,
oder zumindest die letzte aus dem 1.x branch

[gelöscht durch Administrator]
Title: Re: PLupload cannot detect runtime
Post by: Arno on 15.07.2014 16:49:31
Hi Kurim,
vielen Dank für deine Lösung, scheint wirklich zu funktionieren so. ;)
Ich war leider zuvor noch nicht dazu gekommen. Ist dann in der beta 3.2.10 enthalten.

QuoteBtw. warum lädst du die Sprache nicht aus den vorhandenen PLUpload Sprachdateien?
Ähm... keine Ahnung, kenne mich mit plupload jetzt aber auch nicht so toll aus. Gibts dazu einen Link irgendwo?  ::)

QuoteAch was mir noch aufgefallen ist, vielleicht kann man ja plupload 1.5.4 gegen 2.1.2 tauschen denn "Google Gears and BrowserPlus" braucht keiner mehr,
Hm, werd ich sicherlich machen, kann aber sein das es im nächsten update noch nicht drin ist.
Title: Re: PLupload cannot detect runtime - [Fixed in 3.2.10 !!!]
Post by: kurim on 15.07.2014 16:53:18
Hi Arno,

schau mal hier:

http://www.plupload.com/docs/Plupload-in-Your-Language

Es muss wohl nur "js/i18n/de.js" geladen werden.
Title: Re: PLupload cannot detect runtime - [Fixed in 3.2.10 !!!]
Post by: kurim on 17.07.2014 22:06:52
Hi Arno,

ich hab dann mal 2.1.2 eingebaut :)

Ich glaub du musst noch bissel was anpassen aber generell scheint es etwas besser zu laufen als vorher.

Sprache hab ich auf .js umgestellt bisher geht nur de-DE, en-GB, es-ES, fr-FR, pl-PL und pt-BR

jQuery hab ich gegen die aktuelle Version ersetzt.

\views\uploads\view.html.php -> Dort habe ich ne menge angepasst.
\helpers\pluploadscript.php -> Dort hab ich die jscript modifiziert

Vielleicht hilft es dir ja weiter was ich da "geschraubt" hab.

[gelöscht durch Administrator]
Title: Re: PLupload cannot detect runtime - [Fixed in 3.2.10 !!!]
Post by: Arno on 18.07.2014 08:52:01
Hi Kurim,
vielen Dank für deine Anpassungen. ;)
Title: Re: PLupload cannot detect runtime - [Fixed in 3.2.10 !!!]
Post by: kurim on 18.07.2014 08:59:30
Hi Arno,

was leider noch nicht klappt ist die Festlegung der "upload"-Art, d.h. er nimmt immer HTML5 -> Flash -> Silverlight -> HTML4
Title: Re: PLupload cannot detect runtime - [Fixed in 3.2.10 !!!]
Post by: Arno on 18.07.2014 17:29:40
Hi,
das mit den Sprachfiles geht so auch nicht, da immer deutsch. Hoffe ich hab das im nächsten Update dann aber soweit fertig.

Edit:
Quotewas leider noch nicht klappt ist die Festlegung der "upload"-Art, d.h. er nimmt immer HTML5 -> Flash -> Silverlight -> HTML4
kein Wunder da du es so im script festgelegt hast.  ;)
runtimes : 'html5,flash,silverlight,html4',

Du scheinst recht viel in der \helpers\pluploadscript.php geändert zu haben. War dies für die 2.1.2 notwendig oder sind das deine persönlichen Anpassungen?
Und das wichtigste: hast du diese ausreichend getestet, so das ich sie ohne Probleme übernehmen kann?

Edit 2:
- 'Refresh Uploader' Button fehlt nach einem Upload.  :-\
Title: Re: PLupload cannot detect runtime - [Fixed in 3.2.10 !!!]
Post by: kurim on 18.07.2014 18:24:20
Hi Arno,

ich muss das mal mit deinem vergleichen, aber ja das meiste musste ich machen wegen 2.1.2 - scheint sich zwischen den beiden major versionen viel getan zu haben.
Ich hab versucht deine "Dynamischen Settings" zu übertragen aber irgendwie ging das nicht - naja ist eigentlich auch egal denn Autodetect ist ja ok und HTML5 klappt am besten :)

Chrome Developer Tools zeigt keine Fehler an, im Büro hab ich heute 5 Files hochgeladen zwischen 30-300 MB - lief alles Problemfrei.

Ich hab dir mal per PN die Login daten zu meiner Testumgebung geschickt.

gruß felix
Title: Re: PLupload cannot detect runtime - [Fixed in 3.2.10 !!!]
Post by: Arno on 18.07.2014 18:25:38
Hi Felix,
okay, danke. ;)