DF admin console not showing all users
The DF admin console only shows 20 users in the manage users tab. While there is a button to go to next page it is disabled. i have more than 500 users how to administer them through the console?
View Article"Required extension or module 'ldap' is not installed or loaded
Thanks for your reply. However, i still get the same error message. I am using Windows Bitnami and i think i have already enabled the PHP LDAP extension. It is located under the php/ext and the...
View ArticleAuth via External DB
Hi again, Am I right to assume that using sqlsrv here with the right credentials would allow me to install the system db to a remote MS sql server? After trying for a while I can't get past this...
View ArticleHow to read records from couchdb view
I just don't know and I didn't find in the documentation any way to do that.. I know how to do it through couchdb.. but not through dreamfactory for example:...
View ArticleHow to read records from couchdb view
It seems that some SQL are not avaiable to couchdb, like "filters" (I know, pretty obvious). Did you try to do a Service that don't need any filter or SQL, to show all record, just for test.For...
View ArticleDreamFactory 2 authorization error
Migrating back to MySql solves the problem but of course it is not a solution because I want to use pgsql for my users. PostrgreSQL log shows: 2015-11-13 14:54:37 MSK STATEMENT: select * from...
View ArticleLookup Key Value in database
Thanks @jeffreystables, it did really works. ps*. DF 1.9.4
View Article"Required extension or module 'ldap' is not installed or loaded
You can confirm whether or not the extension is working correctly by running in the command line: C:\path\to\your\bitnami\directory\php\php.exe -m See if ldap shows up in the list of installed modules.
View ArticleDate Format and Lookup keys Version 2 not working
Hi this is using the APIDOCS In the filter field i have IDX_RESSOURCE= {EMPNUM}looks like this from the APIDOCS...
View Article"Required extension or module 'ldap' is not installed or loaded
So you ensured that php_ldap.dll is located in your extension_dir as configured in php.ini, that extension=php_ldap.dll is uncommented in php.ini, restarted the web server, and after that the php.exe...
View ArticleHow to read records from couchdb view
That's correct, SQL-like filters are not available for CouchDB. How familiar are you with CouchDB? This DB implements a query language in documents called views. So we didn't attempt to implement SQL...
View ArticleAuth via External DB
No, Microsoft SQL Server is not supported for the DreamFactory system DB. Forum link here. Note that the 'sqlsrv' option has already been removed from the DreamFactory setup command. We had just...
View ArticleInvalid token: Token Signature could not be verified
Hi,I've been trying to do a load test from SoapUI to the DreamFactory (Ver. 2.01). Here is what i've done: I have login, and get the session token Set the session token to...
View ArticleDF admin console not showing all users
Confirmed. This issue is isolated to the admin app and doesn't affect the API. I am still able to return all users and paginate them as desired by calling api/v2/system/user.
View ArticleInvalid token: Token Signature could not be verified
I've truncated your stack trace in the OP for brevity. You can turn off debug logging to get only the necessary error info, which is the message and code. In this case it seems you're doing everything...
View ArticleInvalid token: Token Signature could not be verified
You are right! I've been spending hours just because a single space in header key Thanks for your help. This is a really awesome product
View ArticleApp Facebook Authentication along side Regular Authentication Workflow
Can anyone explain to me workflow for having facebook and regular authentication for an angularjs, mobile application. I'm not sure of the dreamfactory configuration, when it comes to authentication...
View ArticleApp Facebook Authentication along side Regular Authentication Workflow
I can do much better at documentation-linking than explanation. http://wiki.dreamfactory.com/DreamFactory/Tutorials/Using_OAuth http://wiki.dreamfactory.com/DreamFactory/Tutorials/Logging_in...
View ArticleProblems connecting to mongodb from windows
Hi, I am having the same problem. Did you manage to solve it?
View Article