1

I need to use gettext in my new application, but when I try to use this

<input type="submit" value='<?php echo _('Enviar'); ?>'>

The Browser show my this legend

ERR_EMPTY_RESPONSE

It didn't show me an error, even when I call a function that doesn't exist, show me this, but if I remove the functions, the form load fine

jacr1614
  • 1,250
  • 2
  • 14
  • 23
  • 1
    clear the cache from browser and restart xampp[what ever] you are using this may help – Linus Oct 10 '15 at 15:09

1 Answers1

1

different factors cause Error net::ERR_EMPTY_RESPONSE, there is no one answer for everyone.

While searching On internet it's seems that you get this error in chrome browsers.

I have suggested very common way to solve this problem[in comment], i am including some links have look on them.

https://productforums.google.com/forum/#!topic/chrome/E9OS9mS6yc8

https://productforums.google.com/forum/?hl=en#!category-topic/chrome/report-a-problem-and-get-troubleshooting-help/2EDWkwK2Go8

PHP error, no data received

What does this error actually means?

The message indicates a data transfer issue that is sometimes difficult to correct as it may not always be caused on your end.

Why this error is Caused?

have a look upon this

For more details have a look on this LINK

Community
  • 1
  • 1
Linus
  • 899
  • 3
  • 19
  • 33