Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Convert
Wordpress to Elxis
with
Elxis importer
!
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Administration
»
Problems on administration panel after activation SSL switch
« previous
next »
Print
Pages: [
1
]
Author
Topic: Problems on administration panel after activation SSL switch (Read 10797 times)
perseas
Jr. Member
Posts: 97
Problems on administration panel after activation SSL switch
«
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
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Problems on administration panel after activation SSL switch
«
Reply #1 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.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
chongbing
Full Member
Posts: 137
Re: Problems on administration panel after activation SSL switch
«
Reply #2 on:
December 06, 2015, 14:36:59 »
Hi datahell,
As the same problem 1 & 2 with me.
Thanks
Logged
Make it a better world,
https://EasyApps.Biz
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Problems on administration panel after activation SSL switch
«
Reply #3 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
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
perseas
Jr. Member
Posts: 97
Re: Problems on administration panel after activation SSL switch
«
Reply #4 on:
December 06, 2015, 15:29:27 »
Datahell, Keep the great work.
many thanks
Logged
chongbing
Full Member
Posts: 137
Re: Problems on administration panel after activation SSL switch
«
Reply #5 on:
December 06, 2015, 22:45:42 »
Cool, Thanks Datahell !
Logged
Make it a better world,
https://EasyApps.Biz
chongbing
Full Member
Posts: 137
Re: Problems on administration panel after activation SSL switch
«
Reply #6 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.
Logged
Make it a better world,
https://EasyApps.Biz
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Problems on administration panel after activation SSL switch
«
Reply #7 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
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
chongbing
Full Member
Posts: 137
Re: Problems on administration panel after activation SSL switch
«
Reply #8 on:
December 07, 2015, 12:23:08 »
Well done ! webgift !
Logged
Make it a better world,
https://EasyApps.Biz
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Problems on administration panel after activation SSL switch
«
Reply #9 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.
«
Last Edit: December 07, 2015, 18:10:03 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
chongbing
Full Member
Posts: 137
Re: Problems on administration panel after activation SSL switch
«
Reply #10 on:
December 07, 2015, 21:37:36 »
Yes, you are right, Thank you !
Logged
Make it a better world,
https://EasyApps.Biz
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Administration
»
Problems on administration panel after activation SSL switch