Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Call to undefined method HttpResponse::isFinished()


Go to End


2 Posts   1365 Views

Avatar
zealiod

Community Member, 5 Posts

2 September 2008 at 6:43am

Fatal error: Call to undefined method HttpResponse::isFinished() in /home/wales4je/public_html/sapphire/core/control/Controller.php on line 130

After installation I get the above line - what gives?

Avatar
Willr

Forum Moderator, 5523 Posts

2 September 2008 at 9:39am

if you look at the HTTPResponse.php file in sapphire/core/control/.. is there that file? and b) is there a function in there called isFinished()? Maybe thats using old code or new code or someones renamed that method