Upgrade 2.1.1 to 2.3 ERROR the requested PHP extension mongodb is missing...
@AlexBowen I have the same issue and am not using mongodb; I have done as suggested and it has the same results that the original poster reported
View ArticleParameters in Request URl
Hey @gdp, We've got some IoT resources for you here: https://github.com/dreamfactorysoftware/df-iot...
View ArticleHow to start with dreamfactoty
I am a Team Lead by profession in Microsoft technologies i.e asp.net,c#,web services, wcf, mvc, web Api.I have to use some ready made tool where i can create middle ware restful API's instantly.I am a...
View ArticleInital configuration of SQL server in Dream factory - SAGE
Hi all, I'm new to Dream factory and was hoping I could get some help with this; Both Dream factory and SQL Server are installed on the same machine, however I cannot get them to connect.. service...
View ArticleHow to start with dreamfactoty
FYI, support for Microsoft SQL within DreamFactory is only available as a paid feature. (see https://www.dreamfactory.com/products) As far as getting started goes, I'd recommend checking out the...
View ArticleRest api > mysql proc (two params) > json post data
Hi, I'm getting the following message after make a cUrl POST to REST API: "Failed to call database stored procedure.\nSQLSTATE[42000]: Syntax error or access violation: 1318 Incorrect number of...
View ArticleRest api > mysql proc (two params) > json post data
Config > Cache > Flush System-Wide Cache Solved.
View ArticleCustomized password reset screen
[SOLVED] I realised that with the code I could get a new password with $body = array( 'email' => $email, "code"=>$code, "new_password"=> $newPassword);My mistake was I was still using...
View ArticleSQL Connection to Google Cloud SQL using SSL
Is it possible to have a script run (prior to the DF service attempting to connect to the MySQL DB) that would setup the tunnel and provide the local port number back to the service?
View ArticleInital configuration of SQL server in Dream factory - SAGE
Hello,You need to install php PDO drivers http://wiki.dreamfactory.com/DreamFactory/Installation/Databases/SQLServer
View ArticleTrouble Connecting to SQL Server
Hi I\'ve been through the set up guide for SQL Server connections but my SQL Server is reporting the following errors continuously and Logic Monitor is retrieving no data. 01/10/2012...
View ArticleSQL Connection to Google Cloud SQL using SSL
No such functionality exists within DreamFactory. This is more a question of configuring your infrastructure. I would look into autossh and cron to start and maintain the connection. Then it will...
View ArticleLikes and comments system via MongoDB
Just following up @zynchro. Did you find a solution for this? Thanks,@AlexBowen
View ArticleBest way to install DreamFactory on a VPS
Hey @stevejohnson, just checking in to see if you found a solution? Perhaps, you can try a fresh instal and see if that works? Thanks,@AlexBowen
View ArticleTrouble Connecting to SQL Server
Can you tell me more details about your DreamFactory instance and environment? Also, how did you instal DreamFactory? Why are your dates from 2012? Thanks,@AlexBowen
View ArticleCustomized password reset screen
I took the example DF javascript website and turned it into a generic password reset web app. Is there someplace I can post this example for others to use? Perhaps on github?
View ArticleNo id returned on Insert
Using the MSSQL driver, when inserting only the following is returned, {"resource":[[]]} Looks like the code here is not meeting the conditions to use the $builder->insertGetId(...) Laravel method...
View Article