Welcome Guest, Not a member yet? Register   Sign In
ajax validation in CI with 'jQuery validation plugin'
#2

[eluser]PhilTem[/eluser]
You receive a different error message than a "page not found". What you get is an internal server error

Quote:NetworkError: 500 Internal Server Error

In most cases this happens when you have some line of code that makes your sever go like "ermahgerd".
I think the problem causing line(s) are somewhere else because your posted lines look pretty good and faultless. Though there might be an error emerging from
Code:
if (array_key_exists('benutzername', $_POST)) {

Try changing it to
Code:
if ( $this->input->post('benutzername') ) {

and see if it works.


Messages In This Thread
ajax validation in CI with 'jQuery validation plugin' - by El Forum - 08-01-2012, 03:43 AM
ajax validation in CI with 'jQuery validation plugin' - by El Forum - 08-01-2012, 04:38 AM
ajax validation in CI with 'jQuery validation plugin' - by El Forum - 08-01-2012, 11:49 PM
ajax validation in CI with 'jQuery validation plugin' - by El Forum - 08-02-2012, 12:04 AM
ajax validation in CI with 'jQuery validation plugin' - by El Forum - 08-02-2012, 09:26 AM
ajax validation in CI with 'jQuery validation plugin' - by El Forum - 08-04-2012, 04:49 AM
ajax validation in CI with 'jQuery validation plugin' - by El Forum - 08-04-2012, 07:07 AM
ajax validation in CI with 'jQuery validation plugin' - by El Forum - 08-04-2012, 07:59 AM
ajax validation in CI with 'jQuery validation plugin' - by El Forum - 08-04-2012, 08:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB