I’ve followed the instructions for getting started but the site won’t show the panel so I can add my account details. I have a licence already.
Does the frontend work?
If you have moved the site to a remote host and want to install the Panel there, you have to allow that in your config
No, it doesn’t. I followed the instructions to download the plainkit and uploaded it to my remote host, but I can’t get the panel to show by typing mysite.com/panel – it just throws an error every time.
What do you mean by ‘allow that in your config’?
That means that you have to add this:
'panel' =>[
'install' => true
]
inside the site/config/config.php
return array, otherwise you cannot register a new account on a remote host. That’s a security feature.
In a plainkit, you have to create this folder and file first, I think.
Thanks, Pixelijn.
I think I have a problem with my host. I am trying to resolve it with them.
You can also create an account locally and then move it over to the server if that is the only problem.