805 comments found.
I feel is more complex to downgrade my server to 7.1 than to wait for your update to work on 7.3 LAMP server. When do you think you will have that update? Regards
hello sorry for php 7.3 and newer is on progress.
Thanks you for waiting
Please, I urgently need to solve this problem in order to move forward with the project.
https://github.com/ridwanskaterock/cicool/issues/356Hello i just replied this issue you can following for the top link for it
thanks you
cara munculin tab ‘form’ gimana mas https://prnt.sc/r27vt9
harusnya di klik tampil mas atau bisa masuk ke module form dan replace rubah sesuai shortcode
Ini kenapa ya mas, tadi barusan download trus install, tau2 muncul begini http://prntscr.com/r22wb0
paki php versi berapa mas ?
php 5.6 mas
saya coba pake php 7.4 bisa tapi tampilnya jadi begini https://prnt.sc/r272jj
akhirnya saya pakai php7.2 dan sekarang sudah lancar
saya mau embed form kenapa ditempat yg saya lingkari merah ga ada tab ‘form’ ya? https://prnt.sc/r27vt9
coba kalo ga muncul bisa di rubah mas replace with idnya dengan id form yang di buat
mas Ridwan, apakah bisa dibantu untuk custom menggunakan template yang saya punya (kalau bisa nanti japri)? kedua apakah bisa ditambahkan ke cicool ini, aplikasi yang lama yang pakai MVC ?
emailnya sudah saya balas ya mas
hello, is there anyway i can download the older version as 3.1.0 really much bugs..version 3.0.4 is recommended
Hi if you have problem with your environtment please create issue on this
https://github.com/ridwanskaterock/cicool/issuesyour feedback will help for development
Thanks
okay will do, thanks
error installing latest version!!!
You can renewal support for it, if support hasbeen expired
Read top comment thanks
Tumben hari ini install update yg terbaru kok malah error pas install, padahal biasanya baik2 aja. https://prnt.sc/qwap2w
Iya mas file application/config/site.php malah ke upload Bisa di hapus mas file itu
ok sip
kalo ini ngatasinya gimana ya https://prnt.sc/qwrkeb
problem solved, ternyata karena mysql hang
siap mas
Hello,
Reading another ppl here about the upgrade, do you think i must apply the upgrade to my project? I wont lost any part of my work…
In fact, working with the php files o found many parts where the texts are not using the cclang function, so i must translate for my self, i think all this can be lost, so dont know if you can make a list of the files what have been modified, then I can have controled that part.
PS. about the missing parts for the cclang function, if you agree i can do a text file with all the missing calls im founding and send to you for the next upgrades…
Greetings
Yes it seems I have to make a module feature for automatic updates via the site to make it easier when actually if you don’t want to need a new feature don’t upgrade it doesn’t matter
I get an error Installing the latest version:
A Database Error Occurred Error Number: 1146
Table ‘kodecrud.cc_options’ doesn’t exist
SELECT * FROM `cc_options`
Filename: libraries/Cc_app.php
Line Number: 194
Can you try remove application/config/site.php
The new cicool doesn’t work on localhost? It’s giving an error during installation. Error says: The action you have requested is not allowed
Thank you I followed the step and it works but this bring me to another issue whenever I try to create CRUD The create crud page loads without the css the page is distorted not presenting properly any fix for that too?
can you send for acess on my email ridwanskaterocks@gmail.com more fast for debugging if possible i will remote your pc thanks
after the application is ready to download the source code to install on a server?
yes right you can install on local first or direct setup your application on server
Mas Tidak bisa add rest API
coba follow issue ini mas
https://github.com/ridwanskaterock/cicool/issues/270 / run sql query iniset global sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'; set session sql_mode=’STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION’;
Hello Ridwanskater,
Im step by step building all the backend Im needing, aplying the fixes you telling me all is going on…
Ok, for the moment, when im testing the 1 crud i did to manage users, another users table with the clients, i reliced 1 error using the editor to choose an avatar (ckeditor). The error/problem is that it ask me for login, and login in an external domain where i dont have accunt. I think this is an error ocurring when crud try to access to this plugin for use images:
/ckeditor/plugins/imageuploader/imgbrowser.php?CKEditor=avatar&CKEditorFuncNum=1&langCode=es
Can you please do a test and tell me what to do? for the moment ckeditor is useless when trying to upload image and press the server button
Greetings!
Hi you can set the password on this
ckeditor\plugins\imageuploader\pluginconfig.php you can hash password by md5 http://prntscr.com/qr5t5dThanks
if you no need user login you can add it on
if (!isset($_SESSION[‘username’])) { $_SESSION[‘username’] = 1; header(“Location: imgbrowser.php”); } on imgbrowser.php
http://prntscr.com/qr5x2m but for that is not recomendedBoth solutions worked good. Now all its working thank you very much!
Greetings
Nice
you’re wellcome
bang bs sharring via WA
bisa bg silahkan wa.me/6281213109812
hi, help me…... its was ok with local, i tried to upload to hosting. and good. but when i try to click SIGN IN ->acces www.xxxxxxx.com/administrator/login. 404 NOT FOUND. could u help me. thanks
Hi can you try add index.php like www.xxxxxxx.com/index.php/administrator/login
if ok you must enable mod_rewrite on your server
Thanks
hi ridwan, thanks, www.xxxxxxx.com/index.php/administrator/login succes, but when i fill user and password -> 404 again. need help. btw mod_rewrite is on
note : SUCCESS i add .htaccess in filemanager
<IfModule mod_rewrite.c> DirectoryIndex index.php RewriteEngine on
RewriteCond $1 !^(index\.php|assets|robots\.txt|favicon\.ico) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ ./index.php/$1 [L,QSA] </IfModule>
hope can help other…btw thanks ridwans
ok thanks you for sharing 
Hello, creating the options I need on my backend I will need to create some screenies to connect with Onesignal API and now I just noticed that maybe this kind of things I cant doit with Cicool.. So my question is, Is it possible to add screenies to connect with and external API like, in this case Onesignal API?
How do you suggest to me to do that?
Greetings
you can actually customize the controller part just like you have a blog module
and you can change some code in modules/blog/controllers/api/ blog.php
in this file have function add update delete and detail, also if you need add some api you can make function like that
THanks
I will try that… Thank you very much
ok nice 
Hello Again 
Finally I decided to use forms to implement the part to Sent to Onesignal the push messages. As i was testing the form options that come with cicool, so i thougth it was better to use forms to create the view and collect from user the options to send push message and then create a library to just connect and send the message with Onesignal.
Ok, my problem is that dont know why i just cant load the library i have created, i put it on aplication/libraries/Push_onesignal.php then from the form_file controller Im trying to load the library but it just wont work,I cant see the library is loading, and the other problem Im getting is that i just cant read a var from the form_file_view, and i cant find which is the controller that is loading the form_file_view, so dont know how to sent the vars to the form view.
Can you tell me:
1.- If there are somthing that I must consider to create a library and it can work togeather with cicool?
2.- Where is the file that is loading the views in the forms we can create with cicool?
I have found the controller, model and view files for the new forms created, but cant find the place where new form controllers load the view.
3.-If from your experience and knowing your cicool tool you think its not good idea to use forms for this, please let me know…
Im getting crazy with this part…
thank you very much for your assintant.
Hello
for make library you can follow this https://codeigniter.com/user_guide/general/creating_libraries.htmlfor view location you can find on
http://prntscr.com/qsxczx modules/form/views/public/form_nameThanks
Hello, yes I knew about codeigniter help documents i was before there , maybe because my bad english i was not so clear.
I wanted to know wich is the part on the code you are making the call for the view for the forms created with cicool.
I was trying to find the call but just cant found it, for the crud files i found it and i was able to do some adjust but for the forms i just cant, so Im not able to add the vars I want to send to the view part of the forms created with form builder…
If you agree i cant write to your email.. In fact dont know if you are able to ask you for some custom codes on this and other projects…
Greetings
Hi, i am installing cicool. I try create module using crud generator. I get problem when i click on detail page, on detail page show error like this https://paste.pics/3ba6fcb203ee10668b3d08fbbbefc75c how to solve it? Thank you
Hi you use relation table for it ?
can you give me access for detail ? or you need remote for it tell me ridwanskaterocks@gmail.com thanks
okay, i continue in email. Thanks
.
Hello, Im having troubles trying to test API, i have followed the instructions and video example and nothing, then i have installed again a clean copy and try again the api but getting the same error, cant understand what is happening…
The error is: Status : 406 Not Acceptable
{ “status”: false, “message”: “Key may not be empty”, -“error”: { “classname”: “InvalidArgumentException” } }
In the server console log im getting this: 406 GET /panel2/api/blog/all?X-Api-Key=9AE3C7FC03EB14AF8ACAAD96ADDCD8A4&X-Token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjp7ImlkIjoiMSJ9LCJpYXQiOjE1NzY5MzY5NTAsImV4cCI6MTU3NzAyMzM1MH0.0axH_Uk6pdjV6bJSXuXoLxb4-ZLryllrHhOyXf_U0Cs&filter=&field=&start=&limit= HTTP/1.1
What can be the problem, Im needind this to work urgently for a work….
Edit. I just download the last version but in the backend it says version: Versión 3.0.0Copyright © 2016-2019 , why?
Seems only for label for it
for API you can follow for it https://www.youtube.com/watch?v=PI07LbPwEds you must login with api and place token on headersthanks
Hello Ridwanskater…
1.- As I said, i already followed that video tutorial and did all the steps, then I installed another copy, clean copy of the Cicool tool in another folder and try again, and again… But im getting always the same error…
If you want i can give to you an user & password and you will see the same error when try tu access the API…
2.- Why I download the lates version and it says version 3.0? this is not the latest version if Im not bad…
Hope you can help me because im needing with urgently the API working…
Greetings
PD If you see the log i posted here you can see the key and token…
yes on codecanyon is latest version
you can give me an access for your web to ridwanskaterocks@gmail.com
Thanks
Ok, you have now your user created…
Reading your email I think you confused my case with the idmetafora, who is needing help with crud, but im not im having error with API…
Ok issue closed, problem was solved by email
Thanks You
API is now working,
Thank you very much!
hi, i want use in Crud Generator Another Database it’s possibile? Thanks
yes that’s possible you use it on existing database
ok, but how, it’s use default db and i have another db, i have finally 2 db to use
oh if use 2 db you must custom some code on model
you can see for detail https://stackoverflow.com/questions/8268853/codeigniter-multiple-database-connections
if you need customize i am avaiable for it
Thanks