Concrete 5.5.7 Images Upload Error HELP
Permalink
Hi Everyone,
Have tried everything and for some reason our nonprofit's website can't upload images! This is crucial to our operations. I have tried everything, but I can't update to 7. I use dreamhost server. Any ideas?http://www.empirepipeband.org
I keep getting the same error when trying to upload:
37622720_2111958132355658_1204761132804341760_n.jpg
Declaration of Carbon\Carbon::setTime($hour, $minute, $second = 0) should be compatible with DateTime::setTime($hour, $minute, $second = NULL, $microseconds = NULL)
Have tried everything and for some reason our nonprofit's website can't upload images! This is crucial to our operations. I have tried everything, but I can't update to 7. I use dreamhost server. Any ideas?http://www.empirepipeband.org
I keep getting the same error when trying to upload:
37622720_2111958132355658_1204761132804341760_n.jpg
Declaration of Carbon\Carbon::setTime($hour, $minute, $second = 0) should be compatible with DateTime::setTime($hour, $minute, $second = NULL, $microseconds = NULL)
Problem Solved! Thank you TooqInc! Downgraded to PHP 7.0 and now we are able to update our site!
Hi Empire,
Greetings for the day !!
Just sent you a PM. Kindly check it.
Waiting for your quick response.
Regards
Gabriel A.
Greetings for the day !!
Just sent you a PM. Kindly check it.
Waiting for your quick response.
Regards
Gabriel A.
Change line 671 of concrete/vendor/nesbot/carbon/src/Carbon/Carbon.php from this
To this
public function setTime($hour, $minute, $second = 0)
To this
public function setTime($hour, $minute, $second = NULL, $microseconds = NULL)
I'll be up for another hour or so if you get stuck and could probably help you out.