Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: My replies got deleted
Post: RE: My replies got deleted

You don't need very post verified - just those until you are no longer a newbie Yes, it causes problems, and probably cost us some members, but the alernative is 20+ hours per week that wr don't hav...
7,942 Views
9 Replies
01-06-2020, 07:50 AM
ciadmin
    Thread: My replies got deleted
Post: RE: My replies got deleted

The new user oolicy for our forum has new uswer posts vetted before approval. See https://forum.codeigniter.com/thread-72549.html if a new user'post violdate rhe rules, it nwill ot be approved. ...
7,942 Views
9 Replies
01-04-2020, 08:20 PM
ciadmin
    Thread: codeigniter or laravel?
Post: RE: codeigniter or laravel?

A useful reference, pointing out many of the differences between CI3 and CI4: https://codeigniter4.github.io/userguide/installation/upgrade_4xx.html
5,931 Views
4 Replies
12-16-2019, 07:40 AM
ciadmin
    Thread: why models are not loading in autoload
Post: RE: why models are not loading in autoload

Please provide some sample code that isn't working
8,116 Views
10 Replies
12-14-2019, 05:23 AM
ciadmin
    Thread: why models are not loading in autoload
Post: RE: why models are not loading in autoload

You're a bit skimpy on details supporting your claim that models aren't autoloaded. application/config/autoload.php ... $autoload['model'] = array('customer'); tells CodeIgniter to look for the...
8,116 Views
10 Replies
12-13-2019, 01:54 PM
ciadmin
    Thread: Controller naming PascalCase
Post: RE: Controller naming PascalCase

If you develop on Windows, it finds files regardless of their case (camel, pascal, ransom). That often breaks when running your app on Linux, as it appears you have discovered. With URI routing, the...
6,282 Views
6 Replies
12-12-2019, 01:53 PM
ciadmin
    Thread: justified in being irritated by composer install for CI4?
Post: RE: justified in being irritated by composer insta...

vendor/codeigniter4/framework/app is there in case there have been changes in the app folder that you need to incorporate into your app folder. These are pointed out in the release notes for a version...
4,838 Views
5 Replies
12-11-2019, 12:04 PM
ciadmin
    Thread: How to create a library?
Post: RE: How to create a library?

Er, The above advice is more for CI3. For CI4, create libraries as classes inside some app folder, eg app/Libraries, and make sure that they are properly namepaced. Eg:
17,104 Views
8 Replies
12-07-2019, 09:24 PM
ciadmin
    Thread: codeigniter.com - does not work
Post: RE: codeigniter.com - does not work

That IP address belongs to CloudFlare (our CDN), and is not CodedIgniter's. We are not privy to whatever dispute they might have with the Russian government, and are not in a position to change anyth...
17,615 Views
6 Replies
12-07-2019, 05:07 AM
ciadmin
    Thread: codeigniter.com - does not work
Post: RE: codeigniter.com - does not work

Hmmm - I just checked the analytics, and the site has had 8 million visits in the last 30 days, with no outages. Where are you visiting from? Is your ISP somehow blocking the site?
17,615 Views
6 Replies
12-06-2019, 10:54 PM
ciadmin
    Thread: How can I use a helper in a unit test?
Post: RE: How can I use a helper in a unit test?

Instead of require_once..., use helper('text'); See https://codeigniter4.github.io/userguide/helpers/text_helper.html
2,610 Views
2 Replies
12-06-2019, 06:03 AM
ciadmin
    Thread: Encrypt & Decrypt Password
Post: RE: Encrypt & Decrypt Password

Don't use encrypt/decrypt for passwords ... not secure enough! See instead https://www.php.net/manual/en/function.password-hash.php
9,523 Views
2 Replies
12-01-2019, 10:31 PM
ciadmin
    Thread: routes not work, only default method, CI4
Post: RE: routes not work, only default method, CI4

Yopu got carried away with formatting, by the look of it, rendering your post effectively inreadable. Needs fixing.
7,079 Views
6 Replies
11-27-2019, 10:56 PM
ciadmin
    Thread: Issue uploading image file
Post: RE: Issue uploading image file

Your image upload didn't. Upload it as an attachment, then insert/add the attachment.
3,642 Views
4 Replies
11-27-2019, 10:55 PM
ciadmin
    Thread: CodeIgniter website ported to CodeIgniter 4
Post: RE: CodeIgniter website ported to CodeIgniter 4

daveĀ friend Wrote: (11-27-2019, 07:14 AM) -- Something has been bothering me subliminally about the Forum for a while. I just realized what it is. The CI logo should be on the browser tab. Instead, I...
35,510 Views
20 Replies
11-27-2019, 08:57 AM
ciadmin
    Thread: [split] PHP 7.2 for old site?
Post: RE: [split] PHP 7.2 for old site?

You should be able to update your site ti PHP 7.2 without problem.
2,675 Views
3 Replies
11-27-2019, 08:54 AM
ciadmin
    Thread: Found translation miss i CI 3.1.5 for upload
Post: RE: Found translation miss i CI 3.1.5 for upload

Anyone can submit a pull request. I would tag the language maintainer to review it, and the repo maintainer is responsible for merging it.
3,231 Views
3 Replies
11-27-2019, 04:26 AM
ciadmin
    Thread: Found translation miss i CI 3.1.5 for upload
Post: RE: Found translation miss i CI 3.1.5 for upload

If there are corrections for the system message translations, the proper way to correct them would be through a pull request to the https://github.com/bcit-ci/codeigniter3-translations repo. See htt...
3,231 Views
3 Replies
11-26-2019, 10:00 PM
ciadmin
    Thread: ZipArchive: class not found
Post: RE: ZipArchive: class not found

There is no ZipArchive in CI4, nor in CI3. You are trying to open \ZipArchive, but the error message shows it can't find app\Controllers\Back\ZipArchive, which doesn't feel right. Could this be a nam...
7,291 Views
6 Replies
11-26-2019, 09:38 AM
ciadmin
    Thread: Questions about the community library
Post: RE: Questions about the community library

The wiki is notoriously out-of-date, obsolete, opinionated, etc. It is a legacy carryover from the EllisLab days. A more appropriate resource for you would be https://github.com/codeigniter-id/awes...
3,028 Views
4 Replies
11-23-2019, 11:38 PM
ciadmin

Theme © iAndrew 2016 - Forum software by © MyBB