JQuery Issues
JQuery Issues
Hi I am using VestaCP on Ubuntu 16.04. I have some scripts that I have used on my previous install of Ubuntu 14.04 and I also have them running on a shared hosting platform with no issues. The script uses a Jquery at one point an this appears to be returning a 500 error on this build. Can anyone help me track down and resolve the issue?
I have tried using an earlier PHP version but it is the same error. Sorry my skills are basic so not sure where to start
I have tried using an earlier PHP version but it is the same error. Sorry my skills are basic so not sure where to start
Re: JQuery Issues
I Don't understand. jQuery has nothing to do with the server. Do you mean when you include the jQuery script or when you make ajax calls (for example using jQuery.post() ) ?
Re: JQuery Issues
Doesn't sound like VestaCP issues, because the response of 500 errors tell us that your jQuery actually made the calls already. How about copy session cookie/key, and use other tools (other then your website, such as postman) to make ajax calls? In this way you can determine where's the issue, ie. opening routes or functions in your webapp..