805 comments found.
Hey Ridwan,
i cannot change the language. Also it does not save the selected language when I change it in the settings menu. Also does not work in /application/config/config.php – file.
Regards
Hi. You change on setting page ? And user change language on header deopdown ?
not working. Also the settings is not saved, although it says “success! Your setting has been successfully updated. “
Closed on Direct message follow this issue https://github.com/ridwanskaterock/cicool/issues/310
Hi Ridwan, you once gave me a code snippet to add to code, but I forgot where to add it. This was the code
public function filter_avaiable() {
if (!$this->aauth->is_admin()) {
$this->db->where('user_id', get_user_data('id'));
}
return $this;
}
I have 3 groups (customer, employee, admin) and many users. I want to add some products for customer and customer only have to see his own products. How do I do this ?
thx
Further questions:
- is it possible to set input type “file” refering to another table and field? (like the “select” input type)
- is it possible to link 2 cruds together? eg. set a input type and refer to another table and field. the data is clickable and shows the detail page of the data
regards
Yes i think possible to make custom for that for input type select
Hi Ridwan, where can I change the row count globally? I want to show 50 rows for a crud. thanks
Hi you can change limit_page on /application/core/My_Controller.php
http://prntscr.com/oujhlyThanks
perfect! Thanks
mas di saya tidak muncul field join tabel nya
Pakai versi berapa mas ?
bisa liat di browser consolenya XHR responsenya mas ?
versi 3.0
Uncaught SyntaxError: Unexpected token o in JSON at position 1 at JSON.parse (<anonymous>) at Function.n.parseJSON (jquery-2.2.3.min.js:4) at Object.success (crud.js:100) at i (jquery-2.2.3.min.js:2) at Object.fireWith [as resolveWith] (jquery-2.2.3.min.js:2) at z (jquery-2.2.3.min.js:4) at XMLHttpRequest.<anonymous> (jquery-2.2.3.min.js:4) add:1 Uncaught SyntaxError: Unexpected token o in JSON at position 1 at JSON.parse (<anonymous>) at Function.n.parseJSON (jquery-2.2.3.min.js:4) at Object.success (crud.js:121) at i (jquery-2.2.3.min.js:2) at Object.fireWith [as resolveWith] (jquery-2.2.3.min.js:2) at z (jquery-2.2.3.min.js:4) at XMLHttpRequest.<anonymous> (jquery-2.2.3.min.js:4)
bagaimana mas?
coba update ke versi 3.0.2
atau ikuti step perbaikan di github issue mas
download versi 3.0.2 di mana? saya langsung dapat dari codecanyon versi 3.0.0
HI.
I just bought the program but it doesn’t work when adding CLUDs, APIs or FORMs, It shows in the title “Database error” and it stops.
Please indicate how the error is fixed.
Hi can you share for problem and screenshoot on ridwanskaterocks@gmail.com
thanks
I’m trying to generate x-token after following your video https://www.youtube.com/watch?v=PI07LbPwEds I did the same but i get Status : undefined OK undefined error. I’m hosting on wamp how do i get the X-token code?
You can follow this issue https://github.com/ridwanskaterock/cicool/issues/293 or use latest version for it
Now i Get 500 Internal Server Error with details: { -“errors”: [ -{ “type”: “Whoops\\Exception\\ErrorException”, “message”: “Call to a member function login() on null”, “file”: “C:\\xampp\\htdocs\\lra_ogsm\\application\\core\\My_Controller.php”, “line”: 829 } ] }
what do I do to fix this error
Please I don’t understand
make sure you use latest version for this application you can download latest version on codecanyon
because have update in my controller for /application/core/My_Controller.php (3.0.2) http://prntscr.com/op2n0j
I have the latest version installed. Yet it’s still the same error.
Oh sorry I wasn’t aware that there’s another update just after the last update I had. I just downloaded the newest and I was able to generate the x-token. It’s working now thank you
Great!, Ok wellcome
Is it possible to do mathematical calculations on columns in Cicool tables for example a select dept_name, score, kpi, score/kpi * 100 AS weight_score FROM Result;
Yes that’s possible you can modify model in module
mas, kalo dipakai untuk database mssql cara konfigurasi awalnya gimana?
bisa di coba mas ganti dbdriver ke mssql application/config/database.php
sama ini di sesuaiin ke msslql
http://prntscr.com/ons40imas, file wizardlokasinya dimana?
udah dicoba tapi masih error Peringatan.! Unable to connect the database, please check the database configuration
yang wizzardnya juga sudah di ganti mas ke mssql ?
wizard sudah diganti juga mas
coba buat 1 file dlu mas terus ambil kode di wizzardnya sesuaiin sama settingan dbnya udah betul apa blm
Hello,
I still have problems, can you definitely help me?
Hi. Yes can you describe your broblem
Ok closed for this on email
GREAT NEWS your update works wonderfully!!! Now, how can I use a form I created to enter the email only from visitors to an Existing Webpage inside the same domain where Cicool is hosted. Is that possible?
Hi yes for public you can embed form on page builder
https://www.youtube.com/watch?v=OoK8XeHcErcThanks
Pas dipasang di live server ko 404 Page Not Found?
halo apa sudah di aktifkan mod rewrite di apache nya ?
kalo di akses dengan index.php apa tampil ?
misal domain.com/index.php
mohon di periksa juga settingan database di
application/config/database.php
sama folder modules/web/controller coba di rubah ke lowercase
Having getting this error:
Error Number: 1140
In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column ‘gdc_cicool.cc_block_client.id’; this is incompatible with sql_mode=only_full_group_by
SELECT , count() as count FROM cc_block_client WHERE ip_address = ”::1” AND blocked_status = “active”
Filename: D:/www/cicool/system/database/DB_driver.php
Line Number: 691
you need set full group first can you call url
yourdomain.com/web/set_full_group_sql
or run this query on PHP myadmin
set 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’;
i just bought the stock manager, and the “Product – EDIT and alsoe PRODUCT – VIEW or DETAILS” does not work. Editing Product information does not work…
it gives an error message: “localhost is currently unable to handle this request. HTTP ERROR 500”
can you see log error on application/logs ? and
change environtment to development on index.php
hello tried to install & got this error A PHP Error was encountered Severity: Warning
Message: mysqli::real_connect(): (28000/1045): Access denied for user ‘root’@’localhost’ (using password: NO)
Filename: mysqli/mysqli_driver.php
Line Number: 201
Backtrace:
File: /home/kucingki/kutamaya.com/api/application/third_party/MX/Loader.php Line: 109 Function: DB
File: /home/kucingki/kutamaya.com/api/application/libraries/Cc_app.php Line: 76 Function: database
File: /home/kucingki/kutamaya.com/api/application/third_party/MX/Loader.php Line: 173 Function: _ci_load_library
File: /home/kucingki/kutamaya.com/api/modules/not_found/controllers/Not_found.php Line: 17 Function: library
File: /home/kucingki/kutamaya.com/api/index.php Line: 339 Function: require_once
A Database Error Occurred Unable to connect to your database server using the provided settings.
Filename: core/Loader.php
Line Number: 1285
Hello sorry for that news update is just approved can you try download again for version ?
Thanks
x-api-key not working
try use X-Api-Key , case sensitive
i used rest tool and ..administrator/rest/view/..also pasted the api key, both not working ResponseStatus : 404 Not Found { “status”: false, “message”: “
The page you requested was not found.
” }Can you share email and FTP for it ? i will check for quick thanks
or try for it https://github.com/ridwanskaterock/cicool/issues/295
Even with the new files, I am still not getting the installer, I am getting:
A PHP Error was encountered Severity: Warning
Message: mysqli::real_connect(): (HY000/1045): Access denied for user ‘root’@’localhost’ (using password: NO)
Filename: mysqli/mysqli_driver.php
Line Number: 201
Oke please wait for that the news update is under review by envanto team you can wait for this 1×24 hours
If you need quick you can sen me an email i will share for news update
Thanks
Just share to your mail
Thanks
I don’t get user data and token
I have some problem, I can’t get user data and token. Every time I request, I get Unable to load the requested file: error_404.ph(From Postman) or undefined in dashboard as error messages. How can I solve this problem?
Can you share for screenshoot for errors ?
this last version error. https://ibb.co/VWp7n1x
can you follow first for test on cicool for API ?
https://www.youtube.com/watch?v=PI07LbPwEdsalso you have create environtment and variable for endpoint on postman ?
Looks the the new release not getting setup wizzard package error please check
Yes i will check again on other server, what’s your environtment ?
Exactly the same error posted inglés universal, I use hosted server of hostinger have all prerequisites have older version running on the same server. This look like package are not in the order. When I compared the folder file structure of older versions but I may be wrong as ur the best person to know the issue. Waiting for your update thanks
Ok sorry for that you can try again download latest files on envanto just missing for it thanks
Same error with new package
A PHP Error was encountered Severity: Warning
Message: mysqli::real_connect(): (28000/1045): Access denied for user ‘root’@’localhost’ (using password: NO)
Filename: mysqli/mysqli_driver.php
Line Number: 201
Backtrace:
File: /home/u449846697/domains/xxxxxxxxxxxxxx.com/public_html/silambam/application/third_party/MX/Loader.php Line: 109
Sorry for update is under review by envanto team
http://prntscr.com/ol08n6if you need quick download you can send me an email
np you can send me a copy to sdeskapp@gmail.com i can test your beta 
Just share for it
Thanks you
Works fine
Thanks ridwan
OK great. If It works well 
How can I change the name of the php session? example: session_name (“session_name”);
You can try use $this->session->userdata(‘name’);
Read this for detail https://www.codeigniter.com/user_guide/libraries/sessions.html
salam, baru coba v 3.0.0 nih, error ini mas di wizard
https://prnt.sc/oke6gzPakai php versi brapa mas ?
Presales: Hi is it possible to custom api endpoint not refer to db table name?
Hi. do you mean that the specified endpoint from the table config or route API is specified from table config?
Hi, yes .I mean for the endpoint after generate crud API. Is it possible?
yes is possibe for custom route after create with API builder custom on route config or on controller API
I am trying to install thi script and i am getting this error. You have a mcrypt extension. warning.
mycript is no longer available
you can follow this https://github.com/ridwanskaterock/cicool/issues/279 thanks