Search found 8 matches

by mark377
Mon Nov 15, 2010 12:29 pm
Forum: General discussions
Topic: Json/Rest api problems...
Replies: 15
Views: 12964

Re: Json/Rest api problems...

Thanks,

this has fixed my problem, i am getting a json response back!

thank you for resolving this issue so quickly,

Kind Regards

Mark
by mark377
Mon Nov 15, 2010 11:59 am
Forum: General discussions
Topic: Json/Rest api problems...
Replies: 15
Views: 12964

Re: Json/Rest api problems...

Hmm, I tried to re-install with slightly different settings, this time i selected to use mysql instead of mysqli, installed to mysql database with utf-8-bin encoding, and i'm afraid there is still a problem. There were no errors or problems mentioned by the install script during or after the ...
by mark377
Sat Nov 13, 2010 4:28 pm
Forum: General discussions
Topic: Json/Rest api problems...
Replies: 15
Views: 12964

Re: Json/Rest api problems...

Sure, I have sent you a PM about it.

Kind Regards

Mark
by mark377
Sat Nov 13, 2010 1:51 pm
Forum: General discussions
Topic: Json/Rest api problems...
Replies: 15
Views: 12964

Re: Json/Rest api problems...

Hi

I have enabled the debug in Init.php as well, and now I see debug ouput when i am in admin system and front end. However still nothing from the api.php page.

http://www.carlinginsight.com/phpmyfaq/


Kind Regards
by mark377
Fri Nov 12, 2010 9:09 pm
Forum: General discussions
Topic: Json/Rest api problems...
Replies: 15
Views: 12964

Re: Json/Rest api problems...

Hi

I currently have error reporting set to E_ALL and Display Errors On in my php.ini.

Other scripts display errors if they have them, but api.php does not.

I am not seeing any error related to this in my server event log.


Kind Regards
by mark377
Fri Nov 12, 2010 7:10 pm
Forum: General discussions
Topic: Json/Rest api problems...
Replies: 15
Views: 12964

Re: Json/Rest api problems...

if its just a get request - then this should output some information, right? but it does not:

see my page below:

http://www.carlinginsight.com/phpmyfaq/api.php?action=search&lang=en&q=works

when i do a get request to your page you provided I receive some information. With mine however, I get ...
by mark377
Fri Nov 12, 2010 6:20 pm
Forum: General discussions
Topic: Json/Rest api problems...
Replies: 15
Views: 12964

Re: Json/Rest api problems...

Hi

Maybe I am not asking the right question, actually what i want to know is how you normally would make such a call using javascript, PHP, etc. How do I get back the question and answer on the screen. What is the easiest way to do that?

Kind Regards
by mark377
Fri Nov 12, 2010 4:49 pm
Forum: General discussions
Topic: Json/Rest api problems...
Replies: 15
Views: 12964

Json/Rest api problems...

Hi

I am trying to create a flash application that sends a http get request to retrieve information from the faq database. However, i need to be able to get back the faq information in some readable and structured way such as json, etc..

You mention in your documentation that you have a json api to ...