Katz様
返信ありがとうございます。
サーバー:さくらのレンタルサーバ スタンダード
CONCRETE5の環境情報は以下の通りです。
# concrete5 Version
Core Version - 8.5.1
Version Installed - 8.5.1
Database Version - 20190301133300
# concrete5 Packages
None
# concrete5 Overrides
None
# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - On - In all cases.
Full Page Cache Lifetime - Only when manually removed or the cache is cleared.
# Server Software
Apache
# Server API
apache2handler
# PHP Version
7.4.20
# PHP Extensions
apache2handler, apcu, bcmath, Core, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, intl, json, libxml, mbstring, mcrypt, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, Reflection, session, SimpleXML, snmp, soap, SPL, sqlite3, standard, tokenizer, xml, xmlreader, xmlwriter, xsl, Zend OPcache, zip, zlib
# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - -1
max_input_vars - 1000
memory_limit - 128M
post_max_size - 8M
upload_max_filesize - 2M
mbstring.regex_retry_limit - 1000000
mbstring.regex_stack_limit - 100000
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
unserialize_max_depth - 4096
opcache.max_accelerated_files - 10000
opcache.max_file_size - 0
opcache.max_wasted_percentage - 5
よろしくお願い申し上げます。
スズタロウ
Posted on 7月 17, 2021 at 9:29 午前
|
いつもお世話になっております。
8カ月ぶりに記事更新をしようとおもったのですが、
ブロック編集して保存ボタンをクリックすると
エラー「× セッションの期限が切れました。再度ログインしてください。 body { background: url("/concrete/images/bg_login.png"); } ログイン 標準 ユーザーID パスワード 2週間ログインしたままにする ログイン パスワード再発行 div.login-form hr { margin-top: 10px !important; margin-bottom: 5px !important; } ul.auth-types { margin: 20px 0px 0px 0px; padding: 0; } ul.auth-types > li > .fa, ul.auth-types > li svg, ul.auth-types > li .ccm-auth-type-icon { position: absolute; top: 2px; left: 0px; } ul.auth-types > li { list-style-type: none; cursor: pointer; padding-left: 25px; margin-bottom: 15px; transition: color .25s; position: relative; } ul.auth-types > li:hover { color: #cfcfcf; } ul.auth-types > li.active { font-weight: bold; cursor: auto; } (function ($) { "use strict"; var forms = $('div.controls').find('div.authentication-type').hide(), select = $('div.ccm-authentication-type-select > select'); var types = $('ul.auth-types > li').each(function () { var me = $(this), form = forms.filter('[data-handle="' + me.data('handle') + '"]'); me.click(function () { select.val(me.data('handle')); if (typeof Concrete !== 'undefined') { Concrete.event.fire('AuthenticationTypeSelected', me.data('handle')); } if (form.hasClass('active')) return; types.removeClass('active'); me.addClass('active'); if (forms.filter('.active').length) { forms.stop().filter('.active').removeClass('active').fadeOut(250, function () { form.addClass('active').fadeIn(250); }); } else { form.addClass('active').show(); } }); }); select.change(function() { types.filter('[data-handle="' + $(this).val() + '"]').click(); }); types.first().click(); $('ul.nav.nav-tabs > li > a').on('click', function () { var me = $(this); if (me.parent().hasClass('active')) return false; $('ul.nav.nav-tabs > li.active').removeClass('active'); var at = me.attr('data-authType'); me.parent().addClass('active'); $('div.authTypes > div').hide().filter('[data-authType="' + at + '"]').show(); return false; }); })(jQuery); 画像は concrete5.org よりプライバシーポリシーを読む。 写真クレジット: $(function() { setTimeout(function() { var fade_div = $('
').css({ position: 'absolute', top: 0, left: 0, width: '100%' }).prependTo('body').height('200px'); fade_div.hide() .append( $('') .css({ width: '100%', height: '100%' }) .attr('src', '/concrete/images/login_fade.png')) .fadeIn(); }, 0); $(function () { var shown = false, info; $.getJSON('http://hatumou2000.com/index.php/tools/required/dashboard/get_image_data', { image: '20210710.jpg' }, function (data) { if (shown) { $('div.ccm-page-background-credit').fadeIn().children().attr('href', data.link).text(data.author.join()); } else { info = data; } }); $(window).on('backstretch.show', function() { shown = true; if (info) { $('div.ccm-page-background-credit').fadeIn().find('div.ccm-page-background-photo-credit').children().attr('href', info.link).text(info.author.join()); } }); $.backstretch("//backgroundimages.concrete5.org/wallpaper/20210710.jpg", { fade: 500 }); }); });」
と出て保存できません。
サイトの5つは、日時のみ変更した記事は保存できました。
ちょっとした具合の影響だとは思いますが、
対処の仕方を教えて頂けたら嬉しいです。
スズタロウ
Posted on 7月 10, 2021 at 3:30 午後
|