Quantcast
Channel: DreamFactory Forum - Latest posts
Browsing all 5028 articles
Browse latest View live
↧

Is there support for filtering WHERE x LIKE y?

Hello, How can use the like filter without any case sensitive. Please any one help this, For your reference: _table/users?filter=username%20like%20%25Ha%25 Actual result----> **Ha*** Expected(Both)...

View Article


Is there a console to debug server side scripts?

The following is working OK from PHP script code:error_log( print_r( $var_to_dump, true ) );

View Article


How to use DreamFactory API service with Laravel Eloquent?

Hello Alex, Thanks for replying. I haven't gotten to that point yet. I'm still working on the authentication and authorization part of my admin portal with DreamFactory backend API.

View Article

Stored Procedure and Record Level Access Control with Server-Side Filters

Hello Everyone,I've been playing around with the framework and it's been amazing so far. I've come across a couple of issues that I would like to share so that you can help me resolve them.I...

View Article

Custom System Lookup Key

Hello everyone.In this topic I'm going to provide a work-around to creating a custom System Lookup Key. As mentioned here, there are quit a few system keys provided by DreamFactory. However, for my...

View Article


Size limit on dreamfactory.log

Hi, Any config option for logs, to have the dreamfactory.log split by size or by date. Thanking for the same!

View Article

V8 Custom Script + Later.js =?

Hi, Build a V8js custom service with later.js to have cron as services. However, following snippet throws error 'Array to string conversion'. Any way to validate/troubleshoot if required js file is...

View Article

How do I read my file?

handled in support. For those who stumble upon this later, you cannot stream contents of a file (which is the default action) in a script, as the scripting environment cannot properly allocate the...

View Article


Using sql "related" queries seems very slow

The number of relationships requested and the network latency between the DreamFactory server and the database server can contribute to slow response times. In DF related queries are not actual joins,...

View Article


How to get response when I POST using sql store procedure

Output parameters are usually single values. For example I may have a procedure that does some calculations based on the data in my database, and I want to return the value of that calculation. I will...

View Article

Question on creating email 'templates'

We don't currently support dividing up the segments of an email template. This may be something to consider as a future feature.

View Article

Services not updating after creation

Have not seen this issue. It seems like you're having caching problems. Not sure how you installed, but I'd recommend clearing the cache and making sure that the apache/nginx user has read and write...

View Article

Please, create at least minimal guide on how to debug DF

There was a known bug in 2.2.0 that caused an issue with role components not populating the drop down list correctly. This issue has been resolved in 2.2.1

View Article


Mail not sending to any users?

Is this a manual install? If so, did you configure your server to send mail?The built in service called email assumes you have configure a mail sending service in your environment (such as postfix)...

View Article

Setting up Permanent Session Token in DF 2.0

Don't edit df.php. Instead edit your .env file. After editing the file you need to clear the configuration cache.See: http://wiki.dreamfactory.com/DreamFactory/Tutorials/Forever_sessions You can...

View Article


2.1.1-2 to 2.2 upgrade error

Have you tried manually clearing the compiled cache and the application cache? http://wiki.dreamfactory.com/DreamFactory/Upgrades#Troubleshooting

View Article

How to use Dreamfactory OAuth in Ionic apps

I think that you need to follow a similar procedure to what the ng-cordova-oauth plugin does. That is, open a new window ($window.open("your_server_url/?service=facebook", "_blank",...

View Article


Declaring user functions in PHP scripts

The only restrictions we've seen are in function ordering.Normally in a php file, you can call function before it's defined, since everything gets loaded into memory before execution. However DF...

View Article

Is there support for filtering WHERE x LIKE y?

_table/users?filter=(username%20like%20%25Ha%25)%20OR%20(username%20like%20%25ha%25)would work

View Article

Error on tc.log file when restarting bitnami service

@AlexBowen Hi. I changed a parameter in apps/dreamfactory/htdocs/config/df.php. I changed "always_wrap_resources" to false. That was the only change I made on the default install. According to...

View Article
Browsing all 5028 articles
Browse latest View live