Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: url brocken / become /2F
Post: RE: url brocken / become /2F

What if you install clean v4.3.1 and run? PHP Code: -- echo form_open('gestion/login/logincheck'); --> Reinstallation a clean new CI4.3.1 and it works. I don't know what was the cause of this pro...
1,634 Views
8 Replies
02-11-2023, 08:08 AM
cb21
    Thread: url brocken / become /2F
Post: RE: url brocken / become /2F

@kenjis do you think I have a wrong version and I should reinstall CI 4.3.1 properly ? I started to change the code but if you say that should not be like this now I doubt that something is wrong in m...
1,634 Views
8 Replies
02-05-2023, 07:07 AM
cb21
    Thread: url brocken / become /2F
Post: RE: url brocken / become /2F

My source code looks like I found a workaround // echo form_open('gestion/login/logincheck'); $url = base_url('index.php/gestion/login/logincheck'); echo form_open($url); base_u...
1,634 Views
8 Replies
02-04-2023, 12:29 PM
cb21
    Thread: url brocken / become /2F
Post: RE: url brocken / become /2F

The version is from this morning  I installed it with composer Maybe my configuration has something wrong
1,634 Views
8 Replies
02-04-2023, 06:24 AM
cb21
    Thread: url brocken / become /2F
Post: url brocken / become /2F

I upgraded from CI4.1 or 2 (not sure) to CI4.3 I install a fresh installation and copy views, models controllers etc... I noticed that lot of change break the code specialy the url. Before I had s...
1,634 Views
8 Replies
02-04-2023, 02:58 AM
cb21
    Thread: Connection different kind of database
Post: Connection different kind of database

Hello I would like to create an application where the database is mysql or sqlite  (maybe other) What is your advice for that. can I use .env like this #uncomment this part if you want mysql ...
625 Views
1 Replies
06-05-2022, 11:26 PM
cb21
    Thread: CI4 and php8.1
Post: RE: CI4 and php8.1

llyimo1920 Wrote: (03-13-2022, 08:47 AM) -- Have you tried to update your project via 'composer update' ? no I don't know how to do it. I never used composer --
2,095 Views
3 Replies
03-14-2022, 10:57 AM
cb21
    Thread: CI4 and php8.1
Post: CI4 and php8.1

Accidentaly I update my system and from php8.0 I arrived at 8.1 and I have many errors like. "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated " What is your adv...
2,095 Views
3 Replies
03-13-2022, 08:26 AM
cb21
    Thread: ErrorException gzuncompress(): data error
Post: RE: ErrorException gzuncompress(): data error

I can add one more information. I dont know if that helps But my table already had 127 recored and the key was tinyint(4) I notice that when I test on other environement. I change this to int May...
2,445 Views
3 Replies
07-07-2020, 07:06 AM
cb21
    Thread: ErrorException gzuncompress(): data error
Post: RE: ErrorException gzuncompress(): data error

InsiteFX Wrote: (07-07-2020, 03:24 AM) -- Did you download and install the newest version of CodeIgniter 4 ? -- Displayed at 06:22:59am — PHP: 7.3.18 — CodeIgniter: 4.0.0-rc.3 It is not really...
2,445 Views
3 Replies
07-07-2020, 04:24 AM
cb21
    Thread: ErrorException gzuncompress(): data error
Post: ErrorException gzuncompress(): data error

I am using an application that I write and all works well and today I have a strange error that I don't understand ErrorException gzuncompress(): data error SYSTEMPATH/ThirdParty/Kint/kint.php a...
2,445 Views
3 Replies
07-07-2020, 01:11 AM
cb21
    Thread: deployment
Post: RE: deployment

InsiteFX Wrote: (06-12-2020, 02:47 AM) -- This depends on your hosting provider. On my host I can just take and FTP all files to my server. On others some have a way to upload files through the...
2,675 Views
3 Replies
06-12-2020, 02:49 AM
cb21
    Thread: deployment
Post: deployment

Hello I am using and develpping with CI4 and now I really start to like it.  I am still not an expert and have many questions but I am learning step by step. Now My question here is about deploy...
2,675 Views
3 Replies
06-12-2020, 02:39 AM
cb21
    Thread: sending mail in html
Post: RE: sending mail in html

Thank you! It works That would be nice to have an example in the documentation. I didn't find it.
2,117 Views
2 Replies
05-28-2020, 12:53 PM
cb21
    Thread: sending mail in html
Post: sending mail in html

I try different code but none works with me I am using CI4 PHP Code: -- $email = \Config\Services::email(); $email->setFrom('[email protected]'); $email->setTo($sendto); $email->setSubject($subject...
2,117 Views
2 Replies
05-27-2020, 05:09 AM
cb21
    Thread: CodeIgniter 4.0 is here!
Post: RE: CodeIgniter 4.0 is here!

I just notice the the main web page of ci is still old for example the The latest is Version 3.1.11 and when you click download, you have 404: Not Found. Will this be corrected. This is so importan...
215,277 Views
132 Replies
03-10-2020, 06:04 AM
cb21
    Thread: Installation CI4 on laragon
Post: RE: Installation CI4 on laragon

I found my error On the .env I had app.baseURL = 'localhost/ci4' It was wront. I change on  app.baseURL = 'http://localhost/ci4' And it works. Sorry for this post but maybe that will help ...
7,614 Views
2 Replies
02-27-2020, 03:34 AM
cb21
    Thread: Installation CI4 on laragon
Post: Installation CI4 on laragon

Hello First congratulation for the new version 4.0.0. I wanted to test it and not possible to download it from the home page. I think it is just a temporary problem. I found it https://github.c...
7,614 Views
2 Replies
02-27-2020, 03:20 AM
cb21

Theme © iAndrew 2016 - Forum software by © MyBB