Packets out of order. Error retrieving data from MariaDB
This appears to be an issue caused by using a cursor in the MySQL stored procedure you are calling. As a workaround, rather make use of a temporary table instead of a cursor, if possible.
View ArticlePackets out of order. Error retrieving data from MariaDB
Just to add to this, rather use a temp table with an auto-incrementing id field. Then you can use a while loop if you know the size of the table (select count(1) as numRecords from tbl_x). (Pseudo...
View ArticleAPI calls to internal resources via queued nodeJS script
Hi, I opened an issue on Github as there are some problems when calling internal resources on a DF instance which is available via https only. This only affects queued nodeJS scripts.
View ArticleMissing user_lookup_by_user_id
Hi, I have git installation of DreamFactory Version: 2.8.0. I would like to have all user lookup keys after login. I whould like to add it in post response script. I found that it can be retrieved by...
View ArticleHelp to others when installing DF in a VPS, problems & solutions
Hello Jose, Sorry later reply! I can’t figure your problem, always use a linux server (online vps hosting) to install DF, locally never try to do this installation. Allways have problems with the...
View ArticleFine tuning non-admin access to api_docs
drewpearce: Confirmed this is not behaving as it should. Filing a bug/feature request. For now, you will need to grant access to the whole service for it to be visible in API Docs. Sorry. Is this...
View ArticleSwagger API for limited user
Is this feature added in DF? As I am not able to see this in latest DF version
View ArticleFine tuning non-admin access to api_docs
This is fixed, as well as some additional features to API Docs that got pushed in version 2.8.1. Please update and enjoy.
View ArticleCorrect count from group by query
Hi, Is it possible to get correct count of rows from query with group by? I am using db service connected to MySQL. Now it returns ‘standard’ count before grouping rows. When I wnat to get correct...
View ArticleWriting To External In PHP Custom Script Service
Hi everyone. I am trying to write data to file that is outside the dreamfactory dreamfactory/storage and this doesn’t seem to work. Are there particular permissions I need to give dreamfactory....
View ArticleFacebook Oauth mobile phone
Hello, does someone knows how DF FB Oauth is handling if Facebook only has the mobile phone number and not the email address of a user? I’m currently using the solution but it returns to me: “The...
View ArticleFacebook / Google OAuth Service register/login
Hi, I am using the Facebook and Google oAuth providers to create users and log them in. It seems that the endpoint always returns full user (name, mail, sesstion, oauth token) information after a...
View ArticleUnable to access uploaded file on s3
i am getting below error to access a file AccessDenied Access Denied
View ArticleApi does not list table after adding or removing tables from Mysql
Hi, I think the only way to DF know if exist (or not) tables is using the Schema option and press the “Refresh” button to update the information, isn’t automatic DF discover changes if you update the...
View ArticleMissing user_lookup_by_user_id
Hello, Is the first installation? Verify if this can help you: http://community.dreamfactory.com/t/help-to-others-when-installing-df-in-a-vps-problems-solutions/3863/2?u=lbat Best regards, LB
View ArticleApi does not list table after adding or removing tables from Mysql
Yes I think you are correct, it’s no problem to do that I just didn’t know. Thanks LB
View ArticleAdmin login fails on all instances
Hi, I have a very strange and urgent issue. I wanted to login into DF Admin and what was not possible due to the following message: “Sorry, it appears you have no active applications. Please contact...
View ArticleUnable to access uploaded file on s3
@abhishek this question has no real context. Are you doing a GET to retrieve a file or are you trying to access file location in the browser? All calls to DF need to be authenticated. Again, if you...
View ArticleWriting To External In PHP Custom Script Service
@Larry_Parker when installing DF we advise the user to set the permission on the storage and cache directories as follows: $ sudo chown -R www-data:dfuser storage/ bootstrap/cache/ $ sudo chmod -R...
View ArticleAPI calls to internal resources via queued nodeJS script
Engineers have added this as an .env option in next release, commit is in develop branch here.
View Article