Error on chekking for updates

Permalink 1 user found helpful
When I'm on the concrete5 update page and click the blue button "check for updates" I get the following error:

[code[Call to a member function getVersion() on a non-object[/code]

I am running 5.7.5.2 with almost clean install.

Anyone with the same problem?

 
kalleyne replied on at Permalink Reply
Yes, I'm having the same problem over here.
maar replied on at Permalink Reply
maar
Just tested on one of our develop sites.
I see no problem or error when clicking the update button.
kalleyne replied on at Permalink Reply
I can attach a screen snapshot image if you think that it would help. Thanks.
CarlSteinhilber replied on at Permalink Reply
CarlSteinhilber
Did this ever get resolved?

Running
Core Version - 5.7.5.2
Version Installed - 5.7.5.2
Database Version - 20150731000000

Have the same issue. Clicking on "Check for Updates" results in error:
"Call to a member function getVersion() on a non-object"

I'm unable to update.
CarlSteinhilber replied on at Permalink Reply 2 Attachments
CarlSteinhilber
Screenshot
LQYZwYyBpitIBpZUM6CbC77UP replied on at Permalink Reply
I had this issue as well, running a new Concrete5 instance on a new Ubuntu server.

I was able to solve by running
sudo apt-get install php5-curl
service apache2 reload


Maybe this library needs to be checked for by the installer.

Hope this helps.
LittleSnowman replied on at Permalink Reply
Just to confirm. I had the same issue and this worked for me too. Thanks.