Memory exhausted when downloading zipped folder
@rbarriuso have you attempted to increase available PHP memory in the php.ini? There are some other ways to optimize memory settings including swap files and Apache memory limits. Which DF version are...
View ArticleMemory exhausted when downloading zipped folder
Yes, we've tried to increase the memory in php.ini but it never seems to be enough. We're using DF 2.2.0 from Bitnami installer.
View ArticleBuilding a mini version of monster.com
Impressive I didn't check back for some time sorry for that however I will take a serious look at the project and try on a small machine I'm using loopback for now but will try to repeat the same...
View ArticleFinding the public IP address from a hosted account
Hello, I am trying to figure out what the IP address of the server I am using is, in order to authenticate it with a 3rd party vendor I am using, which is requiring us to provide an IP address. Thanks!
View ArticleCORS setting done via DSP admin console: select * from "cors_config" where...
It seems a bug/issue in dreamfactory 2.3.0-4 or laravel that CORS setting are not being persisted when using postgresql as the system/default database. Maybe an issue with field type mismatch. I am...
View ArticleIs there support for filtering WHERE x LIKE y?
released last wednesday github.com dreamfactorysoftware/dreamfactory dreamfactory - DreamFactory 2.0 Application be sure to watch our github for new releases
View ArticleNodeJS scripting & async operations
@rbarriuso, To set script response from an async operation use the method below... event.setResponse(content, statusCode, contentType) So in your case it will be like ... myApi.authentication...
View ArticleHelp with my nodejs scripting service
@jeebee, To set script response from an async operation use the method below... event.setResponse(content, statusCode, contentType)
View ArticleInform client about changes
Hey guys, I've got a little question..maybe i searched with the wrong keywords but i couldn't find anything. My scenario is, that there is a client which stores data from the rest api. Now when some...
View ArticleCORS setting done via DSP admin console: select * from "cors_config" where...
Looking at logs and some fiddling, I came to know that before receiveing a request, dreamfactory instance queries its system database(which in my case is postgresql 9.5.x) using the below SQL query :...
View ArticleUse cache service for all requests
Hi, Is there any examples for implementing automatic caching for all requests to the cache service?I'm guessing this will need to be done in the server-side scripting, but can't find any examples or...
View ArticleCORS setting done via DSP admin console: select * from "cors_config" where...
This is a bug in Dreamfactory 2.3.0-4. I filed a bug report here.
View ArticleI am umable to solve the problem at console
Thanks for mattschaer, i am new to dreamfactory i follow the tutorial on youtube https://www.youtube.com/watch?v=DVmhvsPn0CQ&index=1&list=PL2nQn3mpqAp78977XESJ59qoqJL9UGOo5. Sample application...
View ArticleNodeJS scripting & async operations
You're totally right, it seems to work properly with event.setResponse(). Thanks!
View ArticleLookup key for the url/domain from which request came
Hi Is there a lookup key to use in email-templates which can provide value of the current URL or domain from which the request came? My DSP instance is hosted at a vps and the url which invokes dsp...
View ArticlePOST to a table that has a belongs_to relationship no longer working in 2.3
Can you provide a sample payload. What exactly are you posting to the pictures table?
View ArticleCORS setting done via DSP admin console: select * from "cors_config" where...
Thanks @abhinavg for keeping this thread updated and filing a bug! - @AlexBowen
View ArticleUse cache service for all requests
Hey @goblin, We have a github requesting a repository for scripting examples. Perhaps you can add your request there? If you have any examples you'd like to add, we'd appreciate it as well....
View ArticleTrying to Filter field using LIKE but getting Yahoo Copyright error?
Hey @Tynan_Davis, It is closed now. github.com/dreamfactorysoftware/df-mongodb DF-834 #resolve #comment Use latest Regex object instead of MongoRegex. by leehicks on 09:22PM - 14 Sep 16 changed 2...
View ArticleGet docs/swagger JSON for single endpoint
Hey @jraiche, Thanks for posting! However, I'm not sure I understand the question. It would help to know what service you're talking about....a database, remote http API, something else?...
View Article