tsparks
February 22, 2019, 5:07am
1
Hello
I have started by installing the “Starter Kit” I messed around trying to add a blog, but was not having the success I hoped for.
Next I purchased an inexpensive theme that looked simple and clean. I tried to swap out folders staying in the same directory structure.
Now I get an error:
"
Error
session_start(): The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and ‘-,’
"
Can anyone give me some advice and how to solve the problem? Thank you for your time.
texnixe
February 22, 2019, 7:27am
2
Try deleting the session data in /site/sessions
.
tsparks
February 22, 2019, 9:22pm
5
The site\session folder was empty.
I wonder if the problem is the site initially was made with the starter kit? I first tried to do a fresh install with the theme but soon realized having kirby in a second location was illegal.
tsparks
February 22, 2019, 9:32pm
7
Still working on the problem, I can open domain/panel without a password , I get redirected to domain/panel/install with the same error every time
I will try cleaning my browser.
tsparks
February 22, 2019, 10:11pm
8
Cleaning out the browser cleared the error. I get the panel now but Kirby doesnt recognize my license key.
Is this a syntax problem or do I need to do something else? Here is my config file:
<?php
# License
c::set('license' , 'K3-PRO-somemoreletters');
# Kirby Settings
c::set('debug' , true);
# Enable/disable adding images to XML Sitemap
c::set('sitemap.include.images' , false);
c::set('sitemap.include.invisible' , false);
c::set('sitemap.ignored.templates' , ['feed']);
c::set('panel.install', true);
return [
'panel' => [
'slug' => 'panel'
]
];
texnixe
February 22, 2019, 10:25pm
9
That is old Kirby 2 code. You have to register your K3 license via the panel, in the Startpage of the Panel you will see a Register button:
If you click on that, you can enter your license code.
Adding your license in the config.php won’t do anything.
Where does that old config code come from? Are you updating from Kirby 2?
tsparks
February 22, 2019, 10:31pm
10
Yes I did update from Kirby 2 . I do not see the key like your image shows. Do I need to re-install to get to the version 3? The maker of the theme said it was a Kirby 3 theme. Below is my setup.
Kirby info
Toolkit version: 2.5.12
Kirby version: 2.5.12
Panel version: 2.5.12
Kirby license
You are using the Kirby trial version
Please, buy a license ›
texnixe
February 22, 2019, 10:45pm
11
But that is a Kirby 2 installation, not a Kirby 3 installation. What is the theme you bought, could you provide a link, please?
Something seems to be pretty messed up.
tsparks
February 22, 2019, 11:07pm
12
Please don’t jump to conclusions I could have created these problems myself by mixing code from 2 and 3.
The theme came from : https://manuelmoreale.com/ he sells via this site:
He has been friendly and helpful I don’t want my problems to be his problem. I am not too skilled at this and could easily messed this up myself.
I think maybe I should go through the upgrade instructions again see if that sorts this out.
https://getkirby.com/docs/cookbook/migration/sites#requirements-and-installation
texnixe
February 22, 2019, 11:12pm
13
No, I’m not jumping anywhere, I just wanted to try and clarify what’s happening here.
Did the theme come with the Kirby core files?
tsparks
February 22, 2019, 11:20pm
14
That’s the folder structure I recieved.
texnixe
February 22, 2019, 11:23pm
15
That’s definitely Kirby 2, not Kirby 3. Kirby 3 doesn’t have a panel folder on the root level, nor a thumbs folder.
I think you best get in touch with @manuelmoreale and ask for the Kirby 3 version, probably the link hasn’t been updated yet.
@tsparks sent you an email
tsparks
February 23, 2019, 5:50pm
18
Manu, Sonja
Thank you for your patience, everything is working as it should. I am happy and grateful. Have a wonderful weekend!
texnixe
February 23, 2019, 5:58pm
19
Glad you could sort it out!
Have a great weekend, too, @tsparks .