How can I fix this ajax error ( data tables warning)? - ajax

Http://datatables warning.net/tn/7
When I want to select the course when trying to apply for scholarship. This problem keeps appearing- Data Tables warning: data table-id=ajax error.
And they keep telling me that there is an error from the server side please refresh and try again.
This problem has been disturbing me since yesterday please can you help me fixed this?

Related

oracle apex Error handling function not working properly

I am trying to use the oracle's apex_error package to implement error handling in my app.
test app: https://apex.oracle.com/pls/apex/f?p=145329:2:11482099171656::NO:::
table created: constraint_lookup
function provided by oracle "apex_error_handling_example". https://docs.oracle.com/database/apex-18.1/AEAPI/Example-of-an-Error-Handling-Function.htm#AEAPI2216
The solution works fine except when you click on the error it gives error in console instead of taking you to the tab of the IR report.
Now click on the message so it should take you to the duplicate DeptID, but it just gives you error in the console.
I have tried to handle this at page level, application level also I tried to set the column_alias manually so I don't have to use the APEX_ERROR.AUTO_SET_ASSOCIATED_ITEM but all in vain.
Any help and your time will be much appreciated.

Connecting to Oracle with PowerQuery - UI not working but SQL works fine

I´m trying to connect to an Oracle database using PowerQuery. The connection works fine when I specify my own SQL (even something like select * from table); however when I select any table using the UI, PowerQuery just keeps trying to query the data, but the information is never displayed. I don´t get any error message or anything.
I´m interested in using the UI, because it´s easier and to take advantage of query folding.
I appreciate your thoughts on how to get this working properly. Thanks!
Try turning off "Include relationship columns" (under advanced options, when creating the connection).
If that doesn't work, you can "Send a frown" to the product team.

hortonwoks sandbox hcatalog error when creating table from file

Hi I am trying to do tutorial from hortonworks; i was able to upload nyse.tsv.gz into sandbox hue
and view the data
but the step of creating table from this file with HCatalog fails with error 500 timeout
it seems many users ran into this problem but i could not understand the solutions suggested
can any one please advice me how to resolve this problem
Try to enable Ambri (first tab) and then disable it back.
It works for me.

Error Displaying Error page:Application installation Error in joomla 3.0

I am facing the problem in Joomla Component. I have attached the Screen in which I am facing the error.
I have made my own component for show time. When I add show using my component it works fine.Everything goes right but sometime I am getting this error.
When my client see this error, he gets hyper.
but do not know why this error comes.
Is there any solution?
Please help me guys.
Here is the screen shot of Error.
Thanks in advance.
Looking that screen, I suppose the error is on the instance of the controller (that call the particular action) ... check if is it istantiate proprely. Also check the action calling... I suppose that is here the error..

codeigniter session data gets lost

i already posted this question but still wasnt able to resolve this issue.
seems that everyone has this problem with codeigniter .
When i set my session in a controller it works perfectly and i can display it.
WHen i move to another controller, the (CUSTOM) session data is completely lost.
i tried changing my cookie_domain in config.php. Since i am on localhost i tried localhost with without / and localhost/codeigniter and sodeigniter all did not work. i am lost
btw, i read somewhere that this happens when 2 ajax requests happen at the same time. could that be the problem?
Or maybe tell me how you resolved the problem if you had same issues
screw this, i am swithing to php native sessions. if anyone wants to do that,
http://codeigniter.com/wiki/PHPSession
Check and double-check your code or any external libraries you are using for a stray sess_destroy(). I ran into a similar problem where I was storing an id in the session for reference but if the user then logs in the SimpleLogin library I was using for logins just destroys the entire session including data I did not want to lose.
This is what I get for not writing my own code.

Resources