Simplest server-side processing project not working
Simplest server-side processing project not working
The first link displays a table created using editor and PhP. editor works fine. I want to deploy the same table withiout the editing functionality. The simplest of all uses of the same database. But following the directions in the simple example fails. Returns the Ajax error 500. See second link.
This discussion has been closed.
Answers
Thanks for your question and the links.
Could you have a look at the server's error log please? A 500 error means that something has gone wrong there and there is no data in the return indicating what it might be.
Allan
maybe try this:
enable error output in php config file
call the php script directly and see if replies with any details on your error