Size limit on dreamfactory.log
@Prathamesh_Gaddam The logging is done chronologically by date, splitting the logs however I don't believe is a configurable option.
View ArticleHow to use DreamFactory API service with Laravel Eloquent?
mohammad: authentication and authorization part of my admin portal with DreamFactory backend API. Hey @mohammad that's great! Keep us updated on your project - we'd love to see it.
View ArticleError on tc.log file when restarting bitnami service
Thanks @Sal for following up! Sal: I tried setting "always_wrap_resources" to true again in apps/dreamfactory/htdocs/config/df.php and the server rebooted fine again so that seems like that might be...
View ArticleIs there a console to debug server side scripts?
You will need to have debug logging turned on in order for dumping from scripts to work. http://wiki.dreamfactory.com/DreamFactory/Troubleshooting
View ArticleV8 Custom Script + Later.js =?
I'm not really familiar with later.js, but you could use console logging to dump your debug points to the dreamfactory log....
View ArticleConnect Local Postgres DB to WP-Woocommerce
@alisellou If I'm understanding correctly there are ways to do this but if the POS system reduces the stock level directly in your PostGreSQL database then another method of triggering the API would...
View ArticleQuerying records with multiple filters
I want to query records using multiple filters like sub_category_id=1 AND unit_offerprice > 1350 I am using dreamfactory version 2.1.0 as client for androidas advised in forum, I have used the...
View ArticleUser Not Logging In Through iOS Hybrid App
I'm trying to get a session_token with a user through my iOS app created in Ionic. The response is coming back with a status of -1. I am able to login through the Android app using the same code,...
View ArticleMangopay API problem to POST
@jeebee Do you have the full API call with payload to share?Also, could you share the working cURL request? Assuming you are using MangoPay like an HTTP Service then the cURL options should be passed...
View ArticleSize limit on dreamfactory.log
@mattschaer, thank you for reply. I was expecting the same however, since 4 months the logs are getting logged in the same file dreamfactory.log and NO separate file is generate. Therefore was looking...
View ArticleConnect Local Postgres DB to WP-Woocommerce
So if I create a link to my woocommerce API in Dream Factory and a Link to my Postgres DB on my local machine, I should be able to write some code to do the updates, lookups etc inside dream factory?...
View ArticleDo i need to create sql database in dreamfactory, or can I use use my...
Do i need to create sql database in dreamfactory, or can I use use my existing database hosted in my server?
View ArticleHaving trouble retreiving records
Having trouble retreiving records, error say no api key provided...
View ArticleV8 Custom Script + Later.js =?
@drewpearce thank you for the reply. From dreamfactory.log, found no stack-trace nor from Apache server logs. Any dev docs as how the custom js file in V8js scripts works with DF. Referred...
View ArticleConnect Local Postgres DB to WP-Woocommerce
@alisellou No expertise required! Check out the custom scripting tutorial in V8js here. The same logic applies but should be applicable with a little bit of tuning you should be able to use the...
View ArticleSize limit on dreamfactory.log
@Prathamesh_Gaddam yes you can split logs by date. Set APP_LOG=daily in .env file. Other options would be "syslog" and "errorlog" cc @mattschaer
View ArticleCustom System Lookup Key
mohammad: for me. I have two tables for my employees(stored in the user table) and one for my customers. I wanted my employees from a specific city to only have access to customers record from their...
View ArticleSize limit on dreamfactory.log
Thanks @philicious ! Seeing this now in .env file, I stand corrected @Prathamesh_Gaddam this is configurable.
View ArticleDo i need to create sql database in dreamfactory, or can I use use my...
You need to connect to your existing database. DreamFactory does not create databases on the fly. It merely connects to them.There is sometimes confusion about this because the Bitnami package version...
View Article