Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method [honeypot] does not exist. #5

Open
Rimman2000 opened this issue Apr 8, 2013 · 1 comment
Open

Method [honeypot] does not exist. #5

Rimman2000 opened this issue Apr 8, 2013 · 1 comment

Comments

@Rimman2000
Copy link

hello
really need your help ... Honeypot work great on localhost but I upload to server it giving me error

http://www.shiateachings.com/public/ilm/article/20/3

when i remove this line of code from the page it works fine
" {{ Form::honeypot('honey_field_name', 'time_field_name') }} "

this is whole form

{{ Form::open('comments', 'POST', array('class' => 'adminf')) }}
name, email, text box field
{{ Form::submit('Post Comments') }}
{{ Form::honeypot('honey_field_name', 'time_field_name') }}
{{ Form::token() }}
{{ Form::close() }}

Unhandled Exception

Message:

Method [honeypot] does not exist.

Location:

/home/mirlabs/public_html/shiateachings/laravel/form.php on line 615
Stack Trace:
#0 /home/mirlabs/public_html/shiateachings/laravel/view.php(366) : eval()'d code(179): Laravel\Form::__callStatic('honeypot', Array)
#1 /home/mirlabs/public_html/shiateachings/laravel/view.php(366) : eval()'d code(179): Laravel\Form::honeypot('honey_field_nam...', 'time_field_name')
#2 /home/mirlabs/public_html/shiateachings/laravel/view.php(366): eval()
#3 /home/mirlabs/public_html/shiateachings/laravel/blade.php(71): Laravel\View->get()
#4 [internal function]: Laravel{closure}(Object(Laravel\View))
#5 /home/mirlabs/public_html/shiateachings/laravel/event.php(199): call_user_func_array(Object(Closure), Array)
#6 /home/mirlabs/public_html/shiateachings/laravel/event.php(138): Laravel\Event::fire('laravel.view.en...', Array, true)
#7 /home/mirlabs/public_html/shiateachings/laravel/view.php(337): Laravel\Event::until('laravel.view.en...', Array)
#8 /home/mirlabs/public_html/shiateachings/laravel/view.php(570): Laravel\View->render()
#9 /home/mirlabs/public_html/shiateachings/laravel/response.php(246): Laravel\View->__toString()
#10 /home/mirlabs/public_html/shiateachings/laravel/laravel.php(178): Laravel\Response->render()
#11 /home/mirlabs/public_html/shiateachings/public/index.php(34): require('/home/mirlabs/p...')
#12 {main}

Thank You..

@hauthorn
Copy link

I have the same problem.. Did you find any solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants