806 comments found.
When will cicool have the ability to create master-detail form? Can you make an example of how to do this with two forms on a page? And what code to insert and where?
when i click on crud builder then i got this screen , not working proporly
https://prnt.sc/n4yg3wcheck this error i got in the second query
MySQL said:
#1193 – Unknown system variable ‘NO_ZERO_IN_DATE’
how to change url to link click
https://prnt.sc/n4aciiHi you can edit it on
application/views/backend/standart/administrator/product/product_list.php for example
thanks.
how to create google Oauth step by step pls
i have error setup step 3
Whoops \ Exception \ ErrorException (E_WARNING) is_file(): open_basedir restriction in effect. File([internal]) is not within the allowed path(s): (/home/surrealh/:/tmp:/var/tmp:/usr/local/lib/php/:/usr/local/php56/lib/php/)
ok i change to php 7.1 but i have a new error
https://prnt.sc/n3zky1Hi you can try to follow this issue https://stackoverflow.com/questions/34125849/php-7-user-sessions-issue-failed-to-initialize-storage-module/35430886
or you can set php session save path or PHP ini
or if problem still occour you can change session save path like
$config[‘sess_save_path’] = APPPATH.’/logs’;
on application/config/config.php line 373
and make sure permission allowetd to writeable
Thanks
i use share host DirectAdmin don’t edit php ini
i changed to $config[‘sess_save_path’] = APPPATH.’/logs’;
but problem still occur
I think I found the problem
i changed to $config[‘sess_save_path’] = APPPATH.’/logs’;
but i install wizzard $config[‘sess_save_path’] change to default
Bingo
i change $config[‘sess_save_path’] in core_template config_template
i have installed how to disable Wizzard install
and redirect to administrator
Ah don’t clear cache
Hi now problem is solved ?
no easy script and clean code
Great thanks you
I heard that you are a joke and take money without do end the works you get payed. Is that true?
Not like that, I’ve been working freelance for years, if you have a few questions please send me an email
Thanks
I head other things. It was last year.
Do you mean which of your friends?
hi every one i have been succesed in adding prefix for the database for this script ,so now you can lunch this product with other product if any one want that i can help
Yes I will add a prefix to the database in future features,
for now I’m focusing on making the system change to modular thanks
I have two tables
states: id, name cities: id, state_id, name
When I created the crud builder for the table cities I have some problems. On the cities crud builder options for the field state_id I set a select with table reff: states, value field: Id, label field: name. It creates everything right but the table for the see section displays the same name value for example:
Table cities state_id: California name: California instead of San Diego
¿How can I correct this. And also do you have some documentation for many to many relationships?
Yes, for relationship, you need to define it on select type on CRUD builder.
It is strongly recommended that the corresponding field fields do not have the same name including the same primarykey name, so you do not need to adjust if there is an ambiguous field in displaying data
Do you mean I cannot have two tables with the same name? For example id? Then this is useless don’t you thing so. Almost all use cases need a proper id for each record.
How do I adjust or what do you mean by adjusting? You should know how to adjust it.
yes maybe naming can be different like id_book etc.
for that you can share FTP access to me
having rea issues trying to get this just to open. Ive gone through the instructions and save itand still the same message.
can you describe for issue here
thanks
I am getting this error before install: Unable to load the requested language file: language/en-gb/web_lang.php
how can I fix this problem?
Hi file on application/language/en-gb/web_lang.php is exist on your application ?
I had to create the folder and copy all languages files. Seems very weird. I believe all the files and folder should be on the correct place and order. I did now change anything from the downloaded zip.
*not
yes if you add new languange or make a new lang, make sure for en-gb folder and all files like other language files is exist
I did not add any new language. You should change the default code so it works on first installation.
Can you install to server and i will see for that and you can share ftp access if you can
THanks
Sales question: Is it possible to use a template and views without the page builder. I mean use Cicool as an admin panel but add my own controllers and views for the public website?
Hi yes you can make for some website without page builder
i make some example page on cc-content/themes/cicool for front end
Halo kang, mau tanya, cara enable public masuk ke aplikasi tanpa login gmn caranya ya? jf diapa aja bisa lihat tabel crud nya, makasih kang.
maaf typo, mksdnya jadi siapa aja pengunjung bisa lihat data tabel crud nya tanpa register/login
saat ini kalo mau lihat crud harus login dlu kang, soalnya ada di backend cuma bisa di ilangin di controller
$this->is_allowed('blog_list');
misal kalo mau publik akses
udh coba pake itu tp tetep harus login hehe, btw kang coba kirim sy wa, ilang lagi wa nya, padahal udh save contact nya, maaf ngerepotin kang….
sudah ya kang
I have 3 separate Cruds such as Contact, Address & Info. Is it possible to build a Form that writes to the Crud tables in the database. So build a Form containing fields from the 3 Cruds and see the entries in both the Crud tables and form?
Is it possible or not or do I need to find another solution?
Possible but you need to custom it, on UI it’s not possible
Hi,
I’ve test multiple files file type but doesn’t work just show one text field, How to setting multiple file upload field type?
Thanks.
YOu can change field type on crud with multiple files thanks
http://prntscr.com/muxgigBro, kalo misal mau masukin html buat bikin template gimana caranya ya
bisa di liat mas dari contoh htmlnya yang udah ada di folder
cc-content\page-element\portofolio misalnya
di situ ada file about.php
bisa di buat sample coba.php
setelah itu di register di el.json
buat config di sesuaiin
I see your script is not so good. There is missing some things.When will you update it?
Hi for which problem?
Hi. I already have a mysql db with several tables and populated, serving a PHP web app. I need to create a rest API on top of it to feed a mobile app that I will build. Is this script suitable for that?
Yes this API can build rest API from exist table on database, se example video https://www.youtube.com/watch?v=PI07LbPwEds
How to create cascading relation between two dropdown (select -tablereff?), like Select State and than City (the city select must be based on state selection.
Any update, we are looking for country, state, city selection as well as few options like category selection and subcategories based on category selection, cascading
Just a where kind of clause of sql
it must be custom when the chained is not available, you can learn about chained reflexes that are made using codeigniter
https://www.youtube.com/watch?v=_9J3z_7mrUw https://www.youtube.com/watch?v=bxA6M9LYrPki can’t install see the ERROR screenshot https://snag.gy/eZTtjU.jpg
if your server is low peformance you can set php.ini for
max_execution_time = 10
to
max_execution_time = 100
Problem not solve see the new ERROR https://snag.gy/n6dgmE.jpg
My server configure : RAM- 4GB, Processor= Core i3
We just installed cicool, 1) we created a form 2) Placed form on a new page (backyard) using shortcode 3) When accessing that backyard page, not able to fill anything in the form text box etc.. nothing working.
Our purpose of buying cicool is to created admin panel based application which we can also use in mobile apps using api options.
You can embed cicool to the front page
if you see the form on the backend you can see by clicking on the button view on the form builder
Wait, i wanted to place the form on a backyard page only. The purpose is that a user will login to dashboard, will open a page (holding a form) and fill information using that form.
When even with admin login, we opened the form on page in backyard… it does not take any keyboard input, means cannot fill the form data. Check attached screenshot. https://snag.gy/JYdiOn.jpg
Any update, we are eagerly waiting for this to work
for form on backend you can see like that
https://cicool.go-moment.com/administrator/form/view/3thank you very much for the committed support, we are placing the form url now, it is working well
...
Now another problem that we are facing, we want to setup manage form link in menu, so that each login user can see the posted form and export. I will appreciate, if this can be that quick
We copied the url of manage form which is administrator/formname https://snag.gy/ZGStqj.jpg But when user trying to access it… it says permission denied.https://snag.gy/1TUasz.jpg
We sorted this out by giving “Menu Dashboard” Access, but menu dashboard also shows Dashboard, Blog and Extension (which we do not want to show user) https://snag.gy/X4Ijp3.jpg
If we remove access “Menu Dashboard”, it shows permission issue on “Manage form”. We would like something like this to happen – So that user has only those menus that we want https://snag.gy/mAr3F0.jpg
Hi yes for permission you can assign an member to allow permission on menu auth/access