Portugao / MUFlash

MUFlash will handle flash files
http://www.webdesign-in-bremen.com
1 stars 0 forks source link

MUFlash bei https "SSL" kein Flash #4

Closed Alexalter closed 9 years ago

Alexalter commented 9 years ago

Hi,

MUFlash modul zeigt kein Flash bei https "SSL", gibst ein Lösung oder was zu ändern :-? sehe bitte auch hier https://al-werner.de/muflash/movie/id.11.html zeigt sowas "Für diese Webseite ist der Flashplayer mit der Version oder höher notwendig".

SSL Umleitung über htaccess, StartCom Ltd Zikula 1.3.9 Host All-Ink.com

Schöne Grüße Alex

Portugao commented 9 years ago

@Alexalter Should be fixed. Please check actual repository.

Alexalter commented 9 years ago

Hi Portugao, aber wo Server oder wie? kein SSH oder so was GIT auf Hosting all-inkl PriwatPlus :cry:

Portugao commented 9 years ago

Nutze auf der Hauptseite von MUFlash (https://github.com/Portugao/MUFlash) den 'Link Download Zip', um die aktuelle Version herunter zu laden.

Alexalter commented 9 years ago

ist drin

Portugao commented 9 years ago

:+1:

Alexalter commented 9 years ago

aber Flash immer noch nicht angezeigt :cry:

Portugao commented 9 years ago

Ich weiss nicht, woran es liegt; die Kommunikation zwischen uns ist nicht optimal. Woran liegt das? Sollten wir uns besser in englisch austauschen?

Alexalter commented 9 years ago

ich denke habe ich genug erzählt warum es geht.

Guite commented 9 years ago

FireBug zeigt, wo das Problem liegt:

Laden von gemischten aktiven Inhalten "http://al-werner.de/userdata/MUFlash/movies/flashfile/swfobject.js" wurde blockiert.
Portugao commented 9 years ago

@Alexalter Nun ist meine Verwirrung komplett.

Wieso schließt du den Issue. Geht es jetzt doch mit https?

@Guite Yo, das habe ich schon ermittelt.

Alexalter commented 9 years ago

Geht doch :+1: Danke euch

Portugao commented 9 years ago

Fine! :+1: So i close this issue.

Alexalter commented 9 years ago

Problem ist noch offen. Muss mann noch was ändern in MUFlash Modul, Fehler korrigieren oder so was

Portugao commented 9 years ago

Oh mann....

Portugao commented 9 years ago

Ich steige nicht mehr durch Geht doch, dann wieder Problem ist noch offen....

Alexalter commented 9 years ago

Ist ok mach ich selbe

Alexalter commented 9 years ago

ich habe doch Tema geschlossen

Alexalter commented 9 years ago

und geht doch Fehler aus suchen

Portugao commented 9 years ago

Mein Interesse ist, einen Fehler, der gemeldet wird, auch zu beheben!

Ich verstehe Deine Aussage nicht: "und geht doch Fehler aus suchen " Was willst Du damit sagen?

Alexalter commented 9 years ago

Vergiss es

Portugao commented 9 years ago

Nein! ich werde, es nicht vergessen. Warum beantwortest Du meine Frage nicht? Ich möchte Dich gerne verstehen und den Fehler für alle Nutzer beheben. Dafür bin auch auf Deine Informationen angewiesen, da ich keine Testumgebung mit https habe.

Alexalter commented 9 years ago

Oh mann....

Alexalter commented 9 years ago

modules\MUFlash\lib\MUFlash\Entity\Movie.php in Zeile 78 und 79 "http://" umbenennen "https://" bei SSL

Portugao commented 9 years ago

Yo, danke. Kannst Du bitte ausprobieren, ob es damit in Zeile 78 und 79 auch funktioniert?

        $url = $host . '/userdata/MUFlash/movies/flashfile';
        $url2 = $host . '/userdata/MUFlash/movies/flashfile/' . $flashfile;
Alexalter commented 9 years ago

leider nicht funktioniert in Zeile 78 und 79. aber funktioniert auch so in Zeile 78 und 79 :tada:

    $url = 'userdata/MUFlash/movies/flashfile';
    $url2 = '/userdata/MUFlash/movies/flashfile/' . $flashfile;
Portugao commented 9 years ago

Danke; ist in die nächste Version 1.1.0 des Moduls eingearbeitet.