Update field using PreProcess scripts
Hi Todd Script definitely active and I am using post to add a new record.It wouldn't be appearing in my logs otherwise. I can modify the resource object but not what gets added to mysql table. What...
View Article'sqlsrv' is not installed or loaded
I have used bitnami-dreamfactory-2.0.4-0-windows-installer and continue to pump my head against the "Required extension or module 'sqlsrv' is not installed or loaded." error. I have combed through...
View Article'sqlsrv' is not installed or loaded
This is a known issue.Check out the discussion from Unable to using OCI8 Oracle connection - (Bitnami Windows Installer) for work around. This issue affects both the oracle and sql driver.
View Article'sqlsrv' is not installed or loaded
Thank you for the reply. Is there a link to the Dreamfactory 2.0.2 installer? I've only been able to find this.
View ArticleUpdate field using PreProcess scripts
I confirmed there is an issue here. I'm working with the dev team to resolve and will report back here with updates.
View ArticleHow to authenticate with v8js script?
Thanks @mrjohny, the link is to our post I can register a user (user/register), list them (system/user).The problem is when i try to authenticate a user (user/session), I get an exception. I explain...
View Article'sqlsrv' is not installed or loaded
2.0.2 download: https://bitnami.com/redirect/to/84004/bitnami-dreamfactory-2.0.2-0-windows-installer.exe?bypassauth=false&fb=1&with_popup_skip_signin=1Git Bash: https://git-scm.com/downloads
View ArticleContent in response can not be resolved to acceptable content type
Hi, I am having this same issue. I installed df2 via its git repository and I just updated to the latest version (2.0.4) today to make sure it was not related to the same 2.0.2 bug documented...
View ArticleHow to check if user email/name is taken
Hello, I would like to check if a user email or user name has already been registered. It looks like /system/user has the information I need, but when my app needs to check DF system for a specific...
View ArticleHow to check if user email/name is taken
Hi, When using the API Docs and you would test this functionality (POST /user/register) you will find out that it will throw and error when creating a user with a username that is already taken. If...
View ArticleHow to check if user email/name is taken
I will look into the guest user role. GET on /user/profile only returns information about a user that is already logged in as far as I know. From what I found only /system/user can check every user in...
View ArticleHow to check if user email/name is taken
True. Guess you have 2 options: 1: Create another table with userdetails that is not part of the User part of the database. For example a list of all usernames / first names taken. Obviously for every...
View ArticleMultiple CORS Origins to Paths *
Hi, It seems that it's not possible to define 2 origins where the Paths is *. For example I have a production and development environment using the same backend. This means that I will need to give...
View ArticleSQL database connection error
Just upgraded to Admin Application Version: 2.0.6 DreamFactory Version: 2.0.4 Getting almost the same error: Failed to query database schema.SQLSTATE[42S22]: Column not found: 1054 Unknown column...
View ArticleServer-side filter returns SQL error when using "contains" or "starts with"...
@Elvis_Fernandes I have a similar problem with MySQL using the "contains" or "starts with" clauses. Did you find a workaround? Is is a bug? Thanks, Tunde
View ArticleSQL database connection error
When you upgraded did you run php artisan migrate --seedand did it complete successfully?
View ArticleContent in response can not be resolved to acceptable content type
your accept header is asking for javascript DreamFactory will only process json or xml
View ArticleCannot log in using LDAP Active Directory
We have installed the Ubuntu Dreamfactory 2.0 VM and succesfully connected it to an MSSQL Server. We then created a simple login page (index.html) that does an API call to log in a user that exists on...
View ArticleServer-side filter returns SQL error when using "contains" or "starts with"...
@tunde To me it looks like a bug, and I didn't find a workaround yet. Currently I'm installing DF in my local machine to try to debug the code and possibly find the error - or to understand what I'm...
View Article