Quantcast
Channel: DreamFactory Forum - Latest topics
Viewing all 1524 articles
Browse latest View live

No new Releases in past 4 months?

$
0
0

@Im_PJ wrote:

There has been no new release after v2.12.0 released in Feb. Before that, there used to be new release every month. Is everything alright? Being a Dreamfactory silver subscriber makes us worry about that.

Posts: 1

Participants: 1

Read full topic


Using Global (or not) Lookup key in e-mail template

$
0
0

@evaldobarbosa wrote:

What happens when I create a Lookup Key and write a e-mail template using it?
Sometimes it works, sometimes. It stops work with no reason.

I have tried with register template and reset template too.

Someone can help me?

Posts: 1

Participants: 1

Read full topic

Https and Certificate configeration with AWS

$
0
0

@Praveen_BM_Reddy wrote:

Hi,
I am using Angular as frontend application and Dreamfactory as middleware restapi application and i have deployed all my frontend code and dreamfactory in AWS and configured Demaine name for frontend application and subdomaine for DF in Route 53. The issue is I can able to configure the Https and certification for the frontend application it worked but the same way i tried for the DF but it is unable to make Https for the DF. How do I configure Https for the DF using Aws or there any other ways to configure SSL and Https ???. Please help me out to solve this issue.
Thank you,

Posts: 1

Participants: 1

Read full topic

Failed to access using rest easy

SCHEMA API 2.12.0 return Primary key as Array earlier in DF 2.10.0 return string for Primary key

$
0
0

@rahularyansharma wrote:

Hello All,

we were using previous version of DreamFactory 2.10.0 in which SCHEMA API returns Primary key as sting but in 2.12.0 I can see that Primary key as an Array.

Earlier we are using 2.10.0 on window environment and now new instillation is done for version 2.12.0 on UBUNTU.

Is there any release notes about this change which can be refereed ?

Posts: 2

Participants: 1

Read full topic

Server-Side script not being called?

$
0
0

@gdouar wrote:

Hi everyone,

I have a bitnami instance that I use to run DF 2.12.0, on which I added a custom “Remote service” (a HTTP REST API). I would like to use server-side event scripting functionalities to pre-process request data before sending it. I wrote this pre-processing Node js test script, that is linked to the “pre_process” event of my resource :

console.log("test");

But it seems that this script is not executed, after having a look at the DF log file (see image 1)

However, all DF built-in functionalities such as the user management service seem to work with event scripting. Here is the same log file about a script linked to the user.session.get.pre_process event, that is indeed called (see image 2)

Strangely, the complete path of my main event script is netwrixapi.search.post.pre_process, but the first log file image only mentions a call to the event “netwrixapi.post.pre_process” (without my resource “search”).

I included the “X-DreamFactory-Api-Key” in my request header, which references an app with a full-access role to API and script sources for all HTTP methods (see image 3)

I also set APP_DEBUG=true and APP_LOG_LEVEL=debug in my .env file, without any luck.
Any ideas ?

Posts: 1

Participants: 1

Read full topic

REST Exception "PARAMETERS" is not supported

$
0
0

@radodr wrote:

Hi,
I’ve just upgrade dreamfactory on latest git version 2.12.0. I have Centos 7.5, nginx with php-fpm.
Now I am getting this errors multiple times:
[error] 1678#0: *277 FastCGI sent in stderr: "PHP message: REST Exception #501 > The verb "PARAMETERS" is not supported.
for request: “GET /api/v2/api_docs/radtaxidb HTTP/1.1” and referrer: “https://as77.radsolutions.sk:8003/df-api-docs-ui/dist/index.html?admin_app=1

Can you please help me, to solve that issue?
Thank you,
Rado.

Posts: 1

Participants: 1

Read full topic

MongoDB Filter without being case sensitive


User lookups in database host field

$
0
0

@tom wrote:

Hi,

Is it possible to set the database host field of a MySQL service to a user lookup field? I’m wanting to allow different users to be hosted on different back-end databases (shared databases but have a high-performing DB, or isolated DB, for select clients). The schema of the DBs are the same. I would like the database service to use the user lookup for the hostname of the DB. I am able to use lookups for the database name and the credential, just not the host, which seems strange to me. Any idea if this will be released, or if I’m doing something wrong?

Thanks,

Tom

Posts: 1

Participants: 1

Read full topic

Domine name redirecting with aws cloudfront

$
0
0

@Praveen_BM_Reddy wrote:

Hi, I have launched DF with AWS cloud but when I configuring domine name from CloudFront for DF the URL redirects from CloudFront Domine name to EC2 DNS name. It happens only for DF instance launched from Bitnami and for other instances like Node are working fine with CloudFront Domine names.
Is there any other configurations to be done for DF separately.
Plz help to solve this issue.

Thank you,

Posts: 1

Participants: 1

Read full topic

Maximum Records of Cassandra CRUD REST API

$
0
0

@musabbairat wrote:

Hi everyone,

I’ve been playing with dream factory for a while, I have successfully installed it with Cassandra driver and extension, and it works fine, but there is something really weird and unexplained happening, when I try to get a large number of records, I end up having only 5000 records, I guarantee that I have changed related configuration like limit parameter and DB_MAX_RECORDS_RETURNED and made it 100,000 record. Also this value is set in the service config in dreamdactory services dashboard .

Can anyone suggest what is happening?

Thanks.

Posts: 1

Participants: 1

Read full topic

AWS CloudFactory For DF

$
0
0

@pravin.aikshika wrote:

I am unable to create CloudFront for DF as I create CloudFront the URL redirects to DNS name.
Is there any possible ways to create CloudFront in AWS to DF.
Thank you

Posts: 1

Participants: 1

Read full topic

Is possible change user registration template?

$
0
0

@evaldobarbosa wrote:

Someone know how it works? Is possible? I am using ‘user/register’ endpoint, but I have not found any documentation about it.
I have tried modifying request payload inserting ‘template’ but nothing happened.

Posts: 1

Participants: 1

Read full topic

Alternate auth and default role assignment

$
0
0

@pascal_b wrote:

Is there a way to assign a default role when login via alternate auth service database (external mysql db) ?

For now, no role is provionned by default …

Any advice ?

Posts: 1

Participants: 1

Read full topic

PUT giving OK 200 response, but new data not showing

$
0
0

@Mark0 wrote:

I have a table in a MySQL db, in which I can create new data. When I try to use PUT to replace the data I receive a 200/OK response, but the new data does not show in the table. I have all the permissions set as I think they should be, but if the weren’t then I would get a 4xx response anyway. Any ideas please? Thanks.

Posts: 2

Participants: 1

Read full topic


PHP Include other code, How!?!?

$
0
0

@Alexr03 wrote:

Hi all!

I’m currently experiencing an issue where I need to use some PHP code outside of Dreamfactory.
I am currently unable to do so as I keep receiving this error
[2018-07-11 22:22:53] local.ERROR: Class 'SourceQuery' not found {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Class 'SourceQuery' not found at C:\\Bitnami\\dreamfactory-2.12.0-1\\apps\\dreamfactory\\htdocs\\vendor\\dreamfactory\\df-script\\src\\Engines\\Php.php(49) : eval()'d code:34)"}

This is part of the code experiencing the issues: https://i.Alexr03.com/kid39sG88284.png

How would I use the require and use that class as so I have heard Dreamfactory will not allow you to use require or use statements.

Many Thanks!

Posts: 1

Participants: 1

Read full topic

Bitbucket Support for Git Services - that great unknown

Does DreamFactory support upsert for MySQL?

$
0
0

@schox wrote:

Hi,

I’m a DreamFactory newbie. All going well so far!

I have 2 questions:

  1. Does DreamFactory support upsert for MySQL?

  2. If so, do I use PUT or PATCH to do an upsert?

Thanks, Andrew

Posts: 1

Participants: 1

Read full topic

PHP Script using gd with no result

$
0
0

@escriou wrote:

Hello,
I try to use gd to make a small image in a get post process but i don’t success
Something to do to use gd ?

     $thumb = imagecreatetruecolor(80, 100);

// list($new_width, $new_height) = getimagesize($thumb);

    $text_color = imagecolorallocate($thumb, 233, 14, 91);
    imagestring($thumb, 1, 5, 5,  'text to show', $text_color);

     $b64 = base64_encode($thumb);

     $record['bitmapdata'] = $b64;
     $content['resource'][$k] = $record;

Bitnami dreamfactory 2.12

Thanks for advices

Posts: 1

Participants: 1

Read full topic

SQLSTATE[hy000][2054] The server requested authentication method unknown to the client

$
0
0

@Gunnar_Swan wrote:

Using MySQL version 8.0.11, latest version of Dreamfactory.
Got the above error with root and an admin account I created.

Posts: 1

Participants: 1

Read full topic

Viewing all 1524 articles
Browse latest View live