Simplest server-side processing project not working

Simplest server-side processing project not working

craigmalcraigmal Posts: 3Questions: 3Answers: 0

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.

http://server43.azurewebsites.net/wwwroot/ControlDesc.html

http://server43.azurewebsites.net/wwwroot/index.html

Answers

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin

    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

  • algeealgee Posts: 11Questions: 2Answers: 0

    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

This discussion has been closed.