Elxis CMS Forum

Support => Administration => Topic started by: perseas on December 04, 2015, 20:23:30

Title: Problems on administration panel after activation SSL switch
Post by: perseas on December 04, 2015, 20:23:30
There were some problems on administration panel after activation SSL switch from http to https with SSL cartificate.

1.Control panel > Elxis Download Center (EDC live) . Icons and and Screenshots thumbnails are not showing up.


2.Module Facebook Box (mod_fblikebox) not loading (fixed - line 84 of mod_fblikebox.php)
from $iframesrc = 'http://www.facebook.com/plugins/likebox.php';
to
$iframesrc = 'https://www.facebook.com/plugins/likebox.php';


3.Plugin gviewer (Google Docs Viewer) not loading (fixed - line 92 of vw.php)
from
$live_path = ($source == 0) ? 'http://docs.google.com/viewer?url='.urlencode($path).$amp.'embedded=true' : $cfg->get('URL').
to
$live_path = ($source == 0) ? 'https://docs.google.com/viewer?url='.urlencode($path).$amp.'embedded=true' : $cfg->get('URL').

4. Module Keep alive (mod_adminalive) Not working with SSL certificate and https:// mode. The icon indicator countdown timer stopped.


Have any suggestions;

Thanks in advance
Title: Re: Problems on administration panel after activation SSL switch
Post by: datahell on December 06, 2015, 13:34:04
1. You can't do anything for now. EDC is not available in HTTPS. Sorry.
2/3. Not my responsibility, ask their authors.
4. I am checking module Keep Alive right now and if needed I will release an updated version.
Title: Re: Problems on administration panel after activation SSL switch
Post by: chongbing on December 06, 2015, 14:36:59
Hi datahell,

As the same problem 1 & 2 with me.

Thanks
Title: Re: Problems on administration panel after activation SSL switch
Post by: datahell on December 06, 2015, 15:01:18
I released an updated version (1.2) of module Keep Alive. After install hit control+F5 in your browser to refresh its cache. It should work fine now (not tested). If the problem persists reply below.

Download module Keep Alive v1.2 (https://www.elxis.net/edc/administration/3.html)
Title: Re: Problems on administration panel after activation SSL switch
Post by: perseas on December 06, 2015, 15:29:27
Datahell,  Keep the great work.

many thanks
Title: Re: Problems on administration panel after activation SSL switch
Post by: chongbing on December 06, 2015, 22:45:42
Cool, Thanks Datahell !
Title: Re: Problems on administration panel after activation SSL switch
Post by: chongbing on December 06, 2015, 22:55:16
Hi datahell,

I found another issue with "Monitored websites"
If you run https://domain/modules/mod_adminwms/cron.php

It will shows up the error messages as below, Do you know how to fix it ?  Thanks,

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/easyapps/public_html/includes/version.php on line 22

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/easyapps/public_html/includes/version.php on line 22

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/easyapps/public_html/includes/version.php on line 23

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/easyapps/public_html/includes/version.php on line 23

Warning: header(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/easyapps/public_html/modules/mod_adminwms/cron.php on line 14

Warning: Cannot modify header information - headers already sent by (output started at /home/easyapps/public_html/includes/version.php:22) in /home/easyapps/public_html/modules/mod_adminwms/cron.php on line 14

Warning: header(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/easyapps/public_html/modules/mod_adminwms/cron.php on line 15

Warning: Cannot modify header information - headers already sent by (output started at /home/easyapps/public_html/includes/version.php:22) in /home/easyapps/public_html/modules/mod_adminwms/cron.php on line 15

Warning: header(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/easyapps/public_html/modules/mod_adminwms/cron.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at /home/easyapps/public_html/includes/version.php:22) in /home/easyapps/public_html/modules/mod_adminwms/cron.php on line 16

Warning: header(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/easyapps/public_html/modules/mod_adminwms/cron.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /home/easyapps/public_html/includes/version.php:22) in /home/easyapps/public_html/modules/mod_adminwms/cron.php on line 17

Warning: header(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/easyapps/public_html/modules/mod_adminwms/cron.php on line 18

Warning: Cannot modify header information - headers already sent by (output started at /home/easyapps/public_html/includes/version.php:22) in /home/easyapps/public_html/modules/mod_adminwms/cron.php on line 18
DONE! 1 sites were monitored.
Title: Re: Problems on administration panel after activation SSL switch
Post by: webgift on December 07, 2015, 11:58:58
I released an updated version (1.2) for module Facebook Box [1] and (1.1) for GViewer [2] content
plugin as well.
Keep me informed if you face any further issue.
Thank you for the update.

[1]: www.elxis.net/edc/social/9.html
[2]: https://www.elxis.net/edc/content/14.html
Title: Re: Problems on administration panel after activation SSL switch
Post by: chongbing on December 07, 2015, 12:23:08
Well done ! webgift !
Title: Re: Problems on administration panel after activation SSL switch
Post by: datahell on December 07, 2015, 18:08:31
@chongbing: regarding Watch my site module, the warning you see is not by the module or elxis, it is by php saying you to set a default timezone in your server's php.ini file (currently this setting is empty). This is required in php5 (it will change in php 7) and if it is empty php throws a warning. You dont see the warning in main Elxis because the warnings are hidden by default.
Title: Re: Problems on administration panel after activation SSL switch
Post by: chongbing on December 07, 2015, 21:37:36
Yes, you are right, Thank you !