News:

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

Main Menu
Support-Forum

PLupload cannot detect runtime - [Fixed in 3.2.10 !!!]

Started by kossel, 05.06.2014 18:12:26

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kossel

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

ynpmoose

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

Arno

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.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

kossel

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
  •  

Arno

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.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

Arno

It seems that this problem is a 'jquery' problem. I will try to find a solution for the next beta update 3.2.8.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

kurim

#6
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]
  •  

Arno

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.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

kurim

  •  

kurim

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

Arno

Hi Kurim,
vielen Dank für deine Anpassungen. ;)
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

kurim

Hi Arno,

was leider noch nicht klappt ist die Festlegung der "upload"-Art, d.h. er nimmt immer HTML5 -> Flash -> Silverlight -> HTML4
  •  

Arno

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.  :-\
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

kurim

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
  •  

Arno

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