CMS MADE SIMPLE FORGE

GBFilePicker

 

[#9473] [SOLVED] Doesn't load properly when SSL is enabled for Admin console

avatar
Created By: Eduardo Martinez (hexdj)
Date Submitted: Thu Aug 15 03:05:42 -0400 2013

Assigned To: Georg Busch (nan)
Version: GBfilePicker 1.3.3
CMSMS Version: None
Severity: Critical
Resolution: None
State: Open
Summary:
[SOLVED] Doesn't load properly when SSL is enabled for Admin console
Detailed Description:
When SSL is enabled, GBFilePicker won't load, it will display the spinning wheel
as seen here:
http://d.pr/i/2ojt

As soon as SSL is disabled it works normally.

-------

See my post from Nov. 17 2015 for solution.


History

Comments
avatar
Date: 2014-09-04 10:57
Posted By: Mark Steer (markSt)

Hello,

This is still an issue almost a year later, with the latest version of cmsms. 
Are there any plans to resolve this?


Regards,

Mark.
      
avatar
Date: 2015-06-26 15:01
Posted By: John Beatrice (mww)

This is partially solved by removing the .htaccess file located in
modules/GBFilePicker.
Using the AJAX admin seems to work for me with FF and Chrome using CMSMS ver
1.12. The FileTreeBrowser interface does not seem to work well.
      
avatar
Date: 2015-11-17 19:15
Posted By: Eduardo Martinez (hexdj)

End of 2015 and still not fixed. 

@mww:
I do not have that .htaccess file, the AJAX upload form does not work.
      
avatar
Date: 2015-11-17 20:27
Posted By: Eduardo Martinez (hexdj)

OK Guys, I figured it out

Go to this file:
/modules/GBFilePicker/lib/class.gbfp_smarty_plugins.php

Find line 15: and replace $config['root_url'] with $config['ssl_url']

So your line 15 should now look like this:
return '<script language="javascript" type="text/javascript" src="' .
$config['ssl_url'] . '/modules/GBFilePicker/js/jsLoader.js"
defer="defer"></script>';

Obviously you have to define $config['ssl_url'] in your config.php

Hope this helps someone else!
      
Updates

Updated: 2015-11-17 20:42
description: When SSL is enabled, GBFilePicker won't load, it will display the spinning wheel as seen here: http://d.pr/i/2ojt As soon as SSL is disabled it works normally. => When SSL is enabled, GBFilePicker won't load, it will display the spinning wheel as seen here: http://d.pr/i/2ojt As soon as SSL is disabled it works normally. ------- See my post from Nov. 17 2015 for solution.
summary: Doesn't load properly when SSL is enabled for Admin console => [SOLVED] Doesn't load properly when SSL is enabled for Admin console
cmsms_version_id: 30123 => -1

Updated: 2013-11-08 15:36
resolution_id: => 5
assigned_to_id: 100 => 3991