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?
[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?
Yes, I'm having the same problem over here.
Just tested on one of our develop sites.
I see no problem or error when clicking the update button.
I see no problem or error when clicking the update button.
I can attach a screen snapshot image if you think that it would help. Thanks.
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.
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.
Screenshot
I had this issue as well, running a new Concrete5 instance on a new Ubuntu server.
I was able to solve by running
Maybe this library needs to be checked for by the installer.
Hope this helps.
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.
Just to confirm. I had the same issue and this worked for me too. Thanks.