Notice: Undefined index: sEcho in C:\Users\Niko\Desktop\GIT\A-www\lic\application\api\apic.php on li

Notice: Undefined index: sEcho in C:\Users\Niko\Desktop\GIT\A-www\lic\application\api\apic.php on li

Niko9911Niko9911 Posts: 3Questions: 1Answers: 0

Hello!

I have small problem. If you need live link, please let me know. But you need to understand I'm hosting that page on my personal PC and my PC & WAMP needs to be up on that moment.

Notice: Undefined index: sEcho in C:\Users\Niko\Desktop\GIT\A-www\lic\application\api\apic.php on line 166

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,815Questions: 1Answers: 10,517 Site admin
    Answer ✓

    I guess the question is, why are you getting a variable called sEcho? That is part of the legacy server-side processing for DataTables 1.9-. The current parameters are documented here, assuming you even need server-side processing (you typically only would if you have tens of thousands of rows).

    Allan

  • Niko9911Niko9911 Posts: 3Questions: 1Answers: 0

    Hi allan!

    Yep, I was using legacy stuff. I'm now going to test new script.

    I do need server-side processing. It just fits better way to this application, also it makes future extension possible!

    I will let you know if that new sciptp works. I found it here!

  • Niko9911Niko9911 Posts: 3Questions: 1Answers: 0

    Thanks allan! It's solved with right php script.

This discussion has been closed.