Welcome Guest, Not a member yet? Register   Sign In
Not finding submit function
#1

[eluser]xtremer360[/eluser]
Okay I'm working locally with xxamp and went to my login controller and for some reason it is not finding the submit function and not quite sure why. I tried including all the code in this post but it extended pass the max.



jQuery Code

Controller Code
#2

[eluser]Massaki[/eluser]
put an
echo 'something';
in the beginning of the method submit(), to be sure that the method was called.
#3

[eluser]xtremer360[/eluser]
Why would I even both doing that if it can't even be found. So if I put that it would never echo something.
#4

[eluser]domainsvault[/eluser]
Its called dugging your code.. putting in faux concepts to even see if your script is losing traction somewhere and falling off the grid.. as for it not finding whatever try changing your path `/login/submit` for example
#5

[eluser]NeoArc[/eluser]
Code:
error_reporting(-1);
ini_set('display_errors', TRUE);


Make sure you don't have database problems (tables with pending updates?), since sometimes you will get a blank page no matter what you do.




Theme © iAndrew 2016 - Forum software by © MyBB