The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
https only for administration?
#1
It seems that GetSimple is ill fitted for using SSL for the administration only, e.g. if you access the administation with https:
  • some resources (e.g. Javascript) are loaded using http, which exposes cookies, etc.
  • inserting a (page/upload) link in a page will insert it with https (unless you manually change it)
Using self signed certificates or a shared certificate (with wrong server name),
  • the flash uploader does not work, even if the certificate was added to the browser. It has to be disabled in gsconfig.php.

The first issue can easily be solved by using relative paths or omitting http(s): from the links.
Interestingly in GS 3.3.1 (without any plugins) the jquery-scrolltofixed.js is included multiple times:
Code:
<script src="http://www.glaube-gerechtigkeit.at/admin/template/js/fancybox/jquery.fancybox.pack.js?v=2.0.4"></script>
<script src="http://www.glaube-gerechtigkeit.at/admin/template/js/jquery-scrolltofixed.js?v=0.0.1"></script>        
<script type="text/javascript" src="template/js/jquery-scrolltofixed.js?v=3.3.1"></script>        
<script type="text/javascript" src="template/js/jquery.getsimple.js?v=3.3.1"></script>
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
https only for administration? - by mvlcek - 2014-05-20, 03:27:09
RE: https only for administration? - by shawn_a - 2014-05-20, 04:27:08
RE: https only for administration? - by shawn_a - 2014-05-20, 06:41:05
RE: https only for administration? - by shawn_a - 2014-06-19, 07:51:51



Users browsing this thread: 2 Guest(s)