Node.js PHP Fatal error on Windows installation
@AndreyLuchkin yes, it will require Node.js be installed. A few things in the service_matrix doc don't jive with the wiki. For most up to date info you can always ask in the forum or reference the...
View ArticleHow to execute custom query?
@mariappan can you please post custom query here or provide some additional info?
View ArticleDF and Mongodb agregation $sum , $inc
Thanks Drew definitely looking forward to it! May I suggest if custom script can use actual mongodb direct command or mongo script call it would be super awesome! I may not speak for everyone, but...
View ArticleManual installation with nginx on ubuntu 14.04 lts
Hi Dreamfactory Team, I followed Drew's instruction and checked my browser console and this is the response i have on the browser console. "Synchronous XMLHttpRequest on the main thread is deprecated...
View ArticleFile upload and custom script service
Hi, I have a custom script and with postman I upload a file(image) to this service.How can I access the upload data with a custom script? I dont receive nothing in content, payload or parameters. I'm...
View ArticleFile upload and custom script service
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleAdd new items to a list in mongodb
Consider this: {"_id": "some unique id"," username": "hedisam"," followers": ["david", "sam"]} How can I add a new follower to the followers list? PATCH action will remove the existing items from the...
View ArticleLaravel remote web service caching: Whoops, looks like something went wrong
I turn on caching and I get "Whoops, looks like something went wrong." I turn off caching and there is no issue. I turn back on caching and get the Laravel message. DreamFactory Version: 2.1.1 on...
View ArticleLaravel remote web service caching: Whoops, looks like something went wrong
In php-error.log, I get: [20-Apr-2016 21:42:19 UTC] PHP Fatal error: Call to a member function toArray() on a non-object in...
View ArticleDreamfactory 2.1.1-2 post installation error running...
i am trying to install dreamfactory 2.1.1-2 in centos 7 core but i am getting Error as below.... Warning: Problem running post-install step. Installation may not completecorrectly Error running...
View ArticleGet the session token in headers
Hi I'm having a hard time trying to get the session token in the header. Here is what I tried: var test=event.request.headers.x-dreamfactory-session-token[0]throw test It throws...
View ArticleGet the session token in headers
Mathieu_Gauthier: var test=event.request.headers.x-dreamfactory-session-token[0] var test=event.request.headers['x-dreamfactory-session-token'][0]
View ArticleWhy does this really simple script fail to add a MySQL record?
Hi been at this all night, now time to ask the wise! What is wrong with this?! I have set privileges to everything for POST GETS, API and SCRIPTS. The idea is to add some data to an external database...
View ArticleGet the session token in headers
Still a couple more weeks to go with the resort open and then a few more weeks after that with some backcountry spring skiing!
View ArticleWhy does this really simple script fail to add a MySQL record?
That looks about right. Have you done a var_dump or some such thing just to see if the script is actually executing? Sridhar
View ArticleTrouble with JSON (string) conversion as IN Param to MySQL SPROC
Hello, I am using POSTMAN to send requests to MySQL stored procedures. The ones with simple input parameters work fine, but inputting a JSON array is giving me trouble. I'm running DF 2.1 on a Bitnami...
View ArticleAllowing Unsecure Connections - M2M device doesn't support HTTPS!
Hello, I've been struggling to get an IOT device I've been working on to send calls to the API. Unfortunately, the hardware I have doesn't support HTTPS... at all... With this limitation, I would only...
View ArticleWhy does this really simple script fail to add a MySQL record?
Yes it does...I get this [2016-04-23 19:14:17] local.DEBUG: Resource event: user.register.post.pre_process[2016-04-23 19:14:17] local.DEBUG: Resource event: user.register.post.post_process[2016-04-23...
View Article