Server-Side scripting on file upload not triggered in v2
Filed as a bug. Waiting to be added to a sprint.
View ArticleBug in filters (MySQL)
I am using version 2.0.4 The following gives me parsing error:filter : (agency_id = 95) and ((lat * 2) > 35) If I don't multiply the field LAT by 2, the filter works.filter : (agency_id = 95) and...
View Article2.0 & OpenShift
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleChange Confirmation code length Short while registration
Hello, I am facing one issue. When i am using /user/register REST API , i got mail with Confirmation code. But confirmation code is too much long like...
View ArticleStart Dreamfactory on system startup (Ubuntu Linux)
Hello! Thank you for your replay. I've opened rc.local using sudo gedit /etc/rc.local and added this line before exit 0. I've used Bitnami installer from Resources tab on dreamfactory.com. From what I...
View ArticleWhat is the difference between _table/ and _table/* in role Access?
Hi all, In Admin console, in menu: Role > Access When we assign a "Service Access" to a Role for a SQL connection in the Component's list, we have for table access (and other components too) two...
View ArticleWhat is the difference between _table/ and _table/* in role Access?
Think of it like a folder path, not the content that it returnsSo if you have permissions on _table/mytable/You can make calls to /api/v2/myservice/_table/mytable and nothing further down the pathIf...
View ArticleStart Dreamfactory on system startup (Ubuntu Linux)
**@Hvojntj You will need to follow these steps: **-Create a file here: /etc/init.d/bitnami-dreamfactory **The contents of the file (bitnami-dreamfactory) will be the following (replace usernames and...
View ArticleUnable to using OCI8 Oracle connection - (Bitnami Windows Installer)
What if I do need V8JS? Does this mean I am stuck?
View Article'sqlsrv' is not installed or loaded
If I need V8JS scipting this will not work for me. Is there an ETA on a fix for this?
View ArticleServer-side filter returns SQL error when using "contains" or "starts with"...
@Elvis_Fernandes @drewpearce Folks, I still need help !!! I have the following in my script checking for the filter and then appending the custom filter on a pre_process...
View ArticleWhat is the difference between _table/ and _table/* in role Access?
Ok Thanks drewpearce! That's perfectly clear now when thinking of it as a folder cheers,cesar
View ArticleEnduser Authentication - Restriction to sql Data
Hello, i have a webservice running where it is possible for endusers to signup.If they login i want, that the authentication is done via my dreamfactory instance and the user is restricted to only his...
View ArticleCreate a View over a Table using DreamFactory panel
I have created a Database Service, them created a Table and populated the Table with some data. Where can I create my own views using DreamFactory panel? I have the SQL code for the view but don't...
View Article'sqlsrv' is not installed or loaded
V8 is available in the latest Bitnami images, including Windows. https://bitnami.com/stack/dreamfactory/installer#windows
View ArticleServer-side filter returns SQL error when using "contains" or "starts with"...
There's a bug where the event script changes the request but it doesn't stick. We're trying to get this fixed for the next release next week.
View ArticleUnable to using OCI8 Oracle connection - (Bitnami Windows Installer)
Nope, V8 works in Bitnami 2.0.4-2, including Windows.
View ArticleCreate a View over a Table using DreamFactory panel
@bugdroid DreamFactory does not have the functionality for creating and editing views, functions, and procedures. To do that you'll need to use a dedicated SQL tool.
View Article'sqlsrv' is not installed or loaded
@Mike_Harvey adding on to what Todd said, the latest Bitnami release has resolved the issue with PHP compilation (so sqlsrv and oci8 will work now,) AND it has V8. So basically, everything is back to...
View ArticleRelated param is ignored when trying to access api through event script
Hello all, I’m trying to access api with related params through POST pre-process script,but the related param is ignored, no related object is returned. this is my request var filter_params =...
View Article