Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to fix codeigniter 4.6 run xampp with php 8.4.4
Post: How to fix codeigniter 4.6 run xampp with php 8.4....

today i test codeigniter 4.6 on xampp with php 8.4.4 , it show error below: Code: -- Fatal error: Uncaught Error: Call to undefined function CodeIgniter\Autoloader\mb_strpos() in E:\HELPER\SERVER\XA...
449 Views
5 Replies
02-28-2025, 09:36 PM
startup
    Thread: xml_convert error in long space and end content in javascript 4.5.4
Post: RE: xml_convert error in long space and end conte...

kenjis Wrote: (09-04-2024, 09:08 PM) -- I don't know what is wrong. -- Currently xml_convert function is not wrong, but to improve the helper better, the dev can  remove long spaces including the beg...
1,025 Views
3 Replies
09-04-2024, 09:25 PM
startup
    Thread: xml_convert error in long space and end content in javascript 4.5.4
Post: xml_convert error in long space and end content i...

in this case, code working PHP Code: -- $rm_question  = trim(preg_replace('/\s+/', ' ', xml_convert($cauhoi))); -- in javascript show: Code: -- learntips: '<p>Chọn <strong>đ&aac...
1,025 Views
3 Replies
09-04-2024, 12:28 PM
startup
    Thread: How to use method function modal data to view codeigniter 4.5.3
Post: RE: How to use method function modal data to view ...

captain-sensible Wrote: (08-29-2024, 12:57 PM) -- lets clarify the question ... are you saying you dont quite  get how to get data from a model  class  , which has been instantiated  in a controller ...
1,033 Views
5 Replies
08-29-2024, 07:26 PM
startup
    Thread: How to use method function modal data to view codeigniter 4.5.3
Post: How to use method function modal data to view code...

i have two table cate and subcate Modal.php below PHP Code: -- public function getCate(){} public function subCate(){} -- Controller PHP Code: -- public function getCate(){ $data[...
1,033 Views
5 Replies
08-29-2024, 12:50 AM
startup
    Thread: can you show me how match routes dont work in this case>
Post: RE: can you show me how match routes dont work in ...

thank you https://forum.codeigniter.com/member.php?action=profile&uid=52428 and https://forum.codeigniter.com/member.php?action=profile&uid=90 add is('post') work for me
1,148 Views
4 Replies
07-19-2024, 09:48 PM
startup
    Thread: can you show me how match routes dont work in this case>
Post: can you show me how match routes dont work in this...

today i test matches routes in codeigniter 4.5.3 but it don't work, someone can show me? routes PHP Code: -- $routes->match(['get','post'],'vnadmin/camera_category/addCate','\Modules\Admin\Cam\Cont...
1,148 Views
4 Replies
07-19-2024, 07:29 PM
startup
    Thread: Magic login link not working - SHIELD CI4
Post: RE: Magic login link not working - SHIELD CI4

Shield is too complicated to implement when connected to a project for a beginner
1,977 Views
9 Replies
07-05-2024, 09:24 PM
startup
    Thread: can someone show me how to run router group?
Post: can someone show me how to run router group?

i test code in codeigniter 4.5.3 in my router PHP Code: -- $routes->group('api', ['namespace' => 'app\controllers\api'], function($routes) { $routes->post("login", "AuthController::login"); $...
680 Views
2 Replies
06-26-2024, 01:30 AM
startup
    Thread: v4.5.2 bug fix
Post: RE: v4.5.2 bug fix

great news
3,581 Views
5 Replies
06-12-2024, 02:57 AM
startup
    Thread: what does codeigniter 4.6 change in the future
Post: what does codeigniter 4.6 change in the future

I'm seeing that the developers are working very hard to bring us the 4.6 code, so today I want to ask if there are any changes in 4.6 and what features to expect. thank you for reading
709 Views
1 Replies
06-12-2024, 02:55 AM
startup
    Thread: can you explain why have to add ""array" in loop array session codeigniter 4.4.1 ?
Post: RE: can you explain why have to add ""array" in lo...

kenjis Wrote: (09-11-2023, 03:11 AM) -- I don't get what you say or your code. What is $newdata? i dont know how to explain but you can explain for me how to write foreach (array($_SESSION['produc...
1,555 Views
5 Replies
09-11-2023, 06:37 PM
startup
    Thread: can you explain why have to add ""array" in loop array session codeigniter 4.4.1 ?
Post: RE: can you explain why have to add ""array" in lo...

kenjis Wrote: (09-10-2023, 11:47 PM) -- What is $_SESSION['product']? $data['product'] = $this->session->set($newdata); return view('welcome',$data); is -- in controller PHP Code: -- $data['pro...
1,555 Views
5 Replies
09-11-2023, 02:30 AM
startup
    Thread: can you explain why have to add ""array" in loop array session codeigniter 4.4.1 ?
Post: can you explain why have to add ""array" in loop a...

today i test session  codeingiter 4.4.1 code below: controller PHP Code: -- $newdata = [     'username'  => 'johndoe',     'email'    => '[email protected]',     'logged_in' => true, ]; ...
1,555 Views
5 Replies
09-10-2023, 10:46 PM
startup
    Thread: error update form 4.3.7 to 4.4
Post: error update form 4.3.7 to 4.4

i update to 4.4 , codeigniter 4.4 info message: "Fatal error: Uncaught Error: Undefined constant "CodeIgniter\ENVIRONMENT" in H:\HELPER\SERVER\htdocs\ciall\ci4\ci43\vendor\codeigniter4\framework\syste...
16,046 Views
14 Replies
08-25-2023, 12:57 AM
startup
    Thread: How to upload file .mdf,.ldf file size 1gb in codeigniter 4.3.6
Post: RE: How to upload file .mdf,.ldf file size 1gb in ...

datamweb Wrote: (06-27-2023, 10:28 AM) -- Check upload_max_filesize in file php.ini. Make sure the volume is set to 1GB. my server allow upload to 3gb --
1,722 Views
5 Replies
06-27-2023, 06:26 PM
startup
    Thread: How to upload file .mdf,.ldf file size 1gb in codeigniter 4.3.6
Post: How to upload file .mdf,.ldf file size 1gb in code...

can someone show me how to error in  code below? i am doing file backup sql in server but codeigniter 4.3.6  dont valid file upload PHP Code: -- public function multipleUpload(){       $validationRul...
1,722 Views
5 Replies
06-27-2023, 01:58 AM
startup
    Thread: zip of CodeIgnitor 1.5.4 ?
Post: RE: zip of CodeIgnitor 1.5.4 ?

2.2.6 (https://github.com/rhivent/master_codeigniter2)
1,373 Views
6 Replies
06-12-2023, 07:50 PM
startup
    Thread: Is there a CodeIgniter function for returning the first row in a query?
Post: RE: Is there a CodeIgniter function for returning ...

saratWoltya Wrote: (05-31-2023, 08:57 PM) -- Is there a CodeIgniter function available to directly return the first row when performing a database query that should only result in one row? Currently,...
2,371 Views
3 Replies
06-12-2023, 07:46 PM
startup
    Thread: How to multiupload to create zip file in codeigniter 4.35
Post: How to multiupload to create zip file in codeignit...

i have function below: PHP Code: -- public function multipleUpload()     {         $filesUploaded = 0;         if($this->request->getFileMultiple('fileuploads'))         {             $files = $thi...
795 Views
1 Replies
05-21-2023, 07:00 PM
startup

Theme © iAndrew 2016 - Forum software by © MyBB