Hallo,
i’m traing find solution for sessions problem. After publish I can’t edit pages, i can’t logout too.
I try change chmod to 777 for site/sessions and files but it doesn’t work.
In localhost everything works fine. How can I do this?
Exception: undefined
session_start(): The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in file: /domains/.../public_html/kirby/vendor/getkirby/toolkit/lib/s.php on line: 64
I usually see this error message if I try to log into Kirby 2 while a Kirby 3 session is still active (on localhost, if not using virtual hosts). So keeping your 2 Kirby installation separate should fix the issue.
I run website on test subdomain. Alert doesn’t show now, but i can’t save edits and logout. What wrong now can be?
I see fun face in right top corner, but changes are don’t saved
Its server log
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
Creating new pages works fine, but problem is with publish. When I try, I have a error: The JSON response from the API could not be parsed. Please check your API connection.
I tried with php_value opcache.revalidate_freq 0 in httaccess, but doesn’t work.
I try install starterkit - still does’t work
I turn off mod_security on domain
i add to htaccess:
php_value opcache.revalidate_freq 0
<IfModule mod_expires.c>
ExpiresActive off
</IfModule>
I clean media, cache and sessions folders
really i don’t know what more can i do. Still i can’t logout, edit and publish pages. I can create drafts, thats all. I have a problem with PATHS. when i try edit page title i get: No route found for path: "site/title" and request method: "GET"