I have some code, where is used Form helper. All worked well. Now I have error
Call to undefined method Form::open()
When I check SYSPATH
exist classes
Form
and Kohana_Form
This situation is in each file where is used this helper.
This is kohana 3.2
. In this files was not any changes. I tried it on PHP 5.4
and PHP 5.5
Any idea why? Thanks in advance for help.