Administration section link missing after upgrade

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
mrfb
Posts: 3
Joined: Tue Dec 02, 2014 11:54 am

Administration section link missing after upgrade

Post 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?
Thorsten
Posts: 15559
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Administration section link missing after upgrade

Post by Thorsten »

Hi,

it's now in the upper right dropdown.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
mrfb
Posts: 3
Joined: Tue Dec 02, 2014 11:54 am

Re: Administration section link missing after upgrade

Post by mrfb »

DOH! ;)

Thanks Thorsten.
Post Reply