Missing toolbar after moving website over

Permalink
Hi,
I just moved my website from one server to another. Tried to replicate the apache configuration; modified what needed to be (I think) in the config/site.php; dump and restored the database.
After working around a few issues it seems to be mostly working but when I try to login, I cannot see the dashboard / toolbar on top of the screen.
I have not made any change in the theme or web pages (and it is still working properly on the old server)...
If it is relevant, I am using concrete5 version 5.5.2.1
I'm still pretty new with all this though, taking over the support of that site.

Would somebody know what I am missing?

Thanks a lot of the help,
Matthieu

 
djense2000 replied on at Permalink Reply
Adding some simple PHP code, I checked that the login succeeded ($u->isLoggedIn () is true).
Anything else I should check?
djense2000 replied on at Permalink Reply
Actually I see a black bar showing up, but there is no button or content on it.... :/
djense2000 replied on at Permalink Best Answer Reply
Found it...
The apache2 error log was showing:

Call to undefined function curl_init()

Installing curl and php5-curl resolved it...