michaelctorres / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

Widgets on the dashboard don't load #348

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Log in Admin
2.Redirected to the dashboard
3.

What is the expected output? What do you see instead?
The Widgets do not load and stay on the loading status. But aside from the 
dashboard everything works.

What version of the product are you using? On what operating system?
r412

Please provide any additional information below.
I use the translation files fr.po and fr.mo.
I also use the ssl protocol.

Original issue reported on code.google.com by thommer...@gmail.com on 18 Jul 2013 at 10:06

GoogleCodeExporter commented 8 years ago
Here is my bug :

Original comment by thommer...@gmail.com on 18 Jul 2013 at 12:11

Attachments:

GoogleCodeExporter commented 8 years ago
It seems to be a javascript issue. Do you have access to the console to check 
the error? YOu could install firebug for example.

Original comment by i...@subwaydesign.com.ar on 18 Jul 2013 at 3:27

GoogleCodeExporter commented 8 years ago
Okay, I installed firebug and the page loads this is achieved :

Original comment by thommer...@gmail.com on 18 Jul 2013 at 3:36

Attachments:

GoogleCodeExporter commented 8 years ago
The only solution I've found is to force https to http with this :

if($_SERVER['SERVER_PORT'] != 80) die(header('Location: 
http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']));

This is crap but i can see the graphes.

Original comment by thommer...@gmail.com on 19 Jul 2013 at 7:32