Page 1 of 1

Administration section link missing after upgrade

Posted: Mon May 01, 2017 1:14 am
by mrfb
I have upgraded 2.8 > 2.9.7

It wasn't 100% smooth but I got there - for a start the old database.php had

Code: Select all

$DB["type"] = 'mysql';
which broke everything, fortunately I spotted that and changed it to

Code: Select all

$DB["type"] = 'mysqli';
but there was nothing to indicate that was needed.

Now that I have it working I can log in as administrator but there is no link to the admin area on the top bar like there used to be. Has that moved or is there something wrong?

Re: Administration section link missing after upgrade

Posted: Sun May 07, 2017 7:37 am
by Thorsten
Hi,

it's now in the upper right dropdown.

bye
Thorsten

Re: Administration section link missing after upgrade

Posted: Sun May 07, 2017 9:03 am
by mrfb
DOH! ;)

Thanks Thorsten.