Search found 18 matches

Go to advanced search

by Daan
Mon Jun 29, 2015 9:26 am
Forum: Issues
Topic: https://appery.io/app/errors?code=500
Replies: 4
Views: 864
 
Jump to post

https://appery.io/app/errors?code=500

Illya, can u please explain why this error keeps showing up repeatedly ?
i did not get a reply on this post (same error as Giorgio).

https://getsatisfaction.com/apperyio/...

by Daan
Mon Jun 22, 2015 12:48 pm
Forum: Issues
Topic: Incorrect Server Configuration
Replies: 14
Views: 2915
 
Jump to post

Incorrect Server Configuration

Blair, it is explained in the multiple tutorials that Max Kats published, but here is what i did i plain text : I created an API connection under "projects" (APIExpress). (for "GET") in there i created models of all the connections i needed (to individual tables) made a copy of t...
by Daan
Mon Jun 22, 2015 9:13 am
Forum: Issues
Topic: https://appery.io/app/errors?code=500
Replies: 8
Views: 2291
 
Jump to post

https://appery.io/app/errors?code=500

yes thanks Sergiy, but what was it ? this was not the first time this occured..

by Daan
Mon Jun 22, 2015 8:14 am
Forum: Issues
Topic: https://appery.io/app/errors?code=500
Replies: 8
Views: 2291
 
Jump to post

https://appery.io/app/errors?code=500

it seems to be up and running again, @Appery, why did this happen ?

by Daan
Mon Jun 22, 2015 7:18 am
Forum: Issues
Topic: https://appery.io/app/errors?code=500
Replies: 8
Views: 2291
 
Jump to post

https://appery.io/app/errors?code=500

since last week getting lots of these : https://appery.io/app/errors?code=500 !

doesn't matter what location i am working from, also from macbook, windows desktop, chrome, safari, mozilla..

by Daan
Mon Jun 22, 2015 6:35 am
Forum: Issues
Topic: Incorrect Server Configuration
Replies: 14
Views: 2915
 
Jump to post

Incorrect Server Configuration

Glad to hear, Blair i fixed it by using the data service in the app builder, not in the API express module (i used a where just like normal rest service - Jquery app). Evgene, best thing would be if we can import view's or query's straight from dataserver instead of re-writing it in API express (but...
by Daan
Tue Jun 16, 2015 6:16 am
Forum: Issues
Topic: Mysql ApiExpress - MS009 incorrect server configuration
Replies: 5
Views: 1142
 
Jump to post

Mysql ApiExpress - MS009 incorrect server configuration

never mind, i must have had a setting wrong, after trial number so many it now works.

by Daan
Mon Jun 15, 2015 8:46 pm
Forum: Issues
Topic: Mysql ApiExpress - MS009 incorrect server configuration
Replies: 5
Views: 1142
 
Jump to post

Mysql ApiExpress - MS009 incorrect server configuration

I have set up a server and have made connection with mysql db through APIexpress. I want to use a where clause but can't get it to work. i used this as an example : https://devcenter.appery.io/documenta... But now when i test it with whatever value it gives the following error (in the APIexpress tab...
by Daan
Wed Apr 08, 2015 12:05 pm
Forum: Issues
Topic: distinct related objects from collection
Replies: 4
Views: 1230
 
Jump to post

distinct related objects from collection

nevermind, deleting and adding the service seems to have solved the problem...

by Daan
Wed Apr 08, 2015 10:47 am
Forum: Issues
Topic: distinct related objects from collection
Replies: 4
Views: 1230
 
Jump to post

distinct related objects from collection

and this is in the "where" clause "before send" ;

console.log("value = " + value);
var whereObject = {idBeoordStart:{"$inQuery":{_id: value } }};
console.log("whereObject = " + JSON.stringify(whereObject));
return JSON.stringify(whereObject);

Go to advanced search