Search found 9 matches

Go to advanced search

by Anna G.
Wed Jun 26, 2013 2:33 pm
Forum: Issues
Topic: Databases aren't working?
Replies: 0
Views: 1225
 
Jump to post

Databases aren't working?

When I try to load the database page it gives me a 500 error page.

by Anna G.
Tue Jun 25, 2013 2:13 pm
Forum: Issues
Topic: jQuery and object database error (storing info in database)
Replies: 20
Views: 3908
 
Jump to post

jQuery and object database error (storing info in database)

Hello Anton, That's completely fine - I just wanted to make sure the topic didn't get buried! The alert gives {"filename":"nameoffile.jpg"} with "nameoffile.jpg" being the name of the file in the database. No, we didn't. We didn't know we had to. But this fixed our erro...
by Anna G.
Mon Jun 24, 2013 2:06 pm
Forum: Issues
Topic: jQuery and object database error (storing info in database)
Replies: 20
Views: 3908
 
Jump to post

jQuery and object database error (storing info in database)

Is there any way to fix this new error?

Thanks,
Anna

by Anna G.
Fri Jun 21, 2013 8:47 pm
Forum: Issues
Topic: jQuery and object database error (storing info in database)
Replies: 20
Views: 3908
 
Jump to post

jQuery and object database error (storing info in database)

Hi Katya, I replaced the first code with the second and now I get a different error: {"code":"DBSC216","description":"Emptyobjectscan'tbecreated.Pleasespecifyatleastonefield."}. We also added an alert for the stringify function and it gave us the correct outpu...
by Anna G.
Fri Jun 21, 2013 7:10 pm
Forum: Issues
Topic: jQuery and object database error (storing info in database)
Replies: 20
Views: 3908
 
Jump to post

jQuery and object database error (storing info in database)

Sorry, I just realized that you only asked me to share it if it showed something weird. Oops...

by Anna G.
Fri Jun 21, 2013 7:09 pm
Forum: Issues
Topic: jQuery and object database error (storing info in database)
Replies: 20
Views: 3908
 
Jump to post

jQuery and object database error (storing info in database)

Hi Katya,

Adding the alert showed the file name as it shows up in the file database. I shared the file with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a. Our app is called "installers".

Thanks,
Anna

by Anna G.
Fri Jun 21, 2013 6:12 pm
Forum: Issues
Topic: jQuery and object database error (storing info in database)
Replies: 20
Views: 3908
 
Jump to post

jQuery and object database error (storing info in database)

Hi Katya, Yes, I think so. Here is the current code: codevar file; function fileSelectHandler(e) { var files = e.target.files || e.dataTransfer.files; file = files[0]; previewFile(); } function userData(filename) { var url = 'https://api.appery...
by Anna G.
Fri Jun 21, 2013 4:23 pm
Forum: Issues
Topic: jQuery and object database error (storing info in database)
Replies: 20
Views: 3908
 
Jump to post

jQuery and object database error (storing info in database)

Hi Katya,

I added the session key code for the file name (we already have it for saving the file, right?). But I'm still getting the error, because I'm not sure how to change the mapping/variables for the datasource after doing that.

Thank you,
Anna

by Anna G.
Fri Jun 21, 2013 2:16 pm
Forum: Issues
Topic: jQuery and object database error (storing info in database)
Replies: 20
Views: 3908
 
Jump to post

jQuery and object database error (storing info in database)

Hello, We're trying to use an object database with jQuery to store information, and we're getting this error: {"code":DBSC007", "description":"serializationerror"} Can you please explain what this error means and how we should fix it? Here is our js code: code var ...

Go to advanced search