Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to retrieve images from /writable/uploads to be displayed?
Post: RE: How to retrieve images from /writable/uploads ...

Use xsendfile (Apache) or X-Accel-Redirect https://www.nginx.com/resources/wiki/start/topics/examples/xsendfile/
3,271 Views
6 Replies
02-14-2022, 08:41 AM
Paradinight
    Thread: Unrecognizable code by IDE?
Post: RE: Unrecognizable code by IDE?

ok123 Wrote: (08-25-2021, 10:55 AM) -- Hi, I posted a thread a day ago about an issue I was facing, and I changed my server to XAMPP to fix it. I am on mac, and when I tried running the codeigniter c...
3,791 Views
3 Replies
08-26-2021, 09:45 PM
Paradinight
    Thread: Forum Problem
Post: RE: Forum Problem

The CodeIgniter main page is slow too. 7 seconds load time unacceptable.
5,392 Views
11 Replies
06-01-2021, 06:44 AM
Paradinight
    Thread: remove unnecessary directories
Post: RE: remove unnecessary directories

jreklund Wrote: (07-25-2020, 04:26 AM) -- As we may have update the App folder, with e.g. new Config files you would not be able to get them (if they where removed). That's why they need to be there ...
4,244 Views
5 Replies
07-25-2020, 06:35 AM
Paradinight
    Thread: remove unnecessary directories
Post: RE: remove unnecessary directories

jreklund Wrote: (07-25-2020, 12:10 AM) -- No it's not. As we may have updated the standard files in App, Public or the directory structure in writable. So you need to be able to update your own files...
4,244 Views
5 Replies
07-25-2020, 02:43 AM
Paradinight
    Thread: remove unnecessary directories
Post: remove unnecessary directories

The following directories a unnecessary in the codeigniter4/framework package: - app - public - writable
4,244 Views
5 Replies
07-24-2020, 09:24 PM
Paradinight
    Thread: Trying to use a barcode library with Composer and CI4
Post: RE: Trying to use a barcode library with Composer ...

kabeza Wrote: (06-26-2020, 05:59 AM) -- Paradinight Wrote: (06-26-2020, 05:52 AM) -- PHP Code: -- $generator = new \Picqer\Barcode\BarcodeGeneratorPNG(); -- It miss \ -- Wow, it was just that ....
9,042 Views
7 Replies
06-26-2020, 06:19 AM
Paradinight
    Thread: Trying to use a barcode library with Composer and CI4
Post: RE: Trying to use a barcode library with Composer ...

PHP Code: -- $generator = new \Picqer\Barcode\BarcodeGeneratorPNG(); -- It miss \
9,042 Views
7 Replies
06-26-2020, 05:52 AM
Paradinight
    Thread: Office hours
Post: Office hours

The last office hours was 2017. Should the council schedule some office hours or not? https://forum.codeigniter.com/thread-68437.html
2,608 Views
3 Replies
06-25-2020, 11:25 AM
Paradinight
    Thread: How to use CodeIgnite and Vue.js together
Post: RE: How to use CodeIgnite and Vue.js together

erenusar Wrote: (06-16-2020, 03:56 AM) -- Thanks, I'll try this solution :) -- or this: https://forum.codeigniter.com/thread-76716-post-376722.html#pid376722
11,215 Views
3 Replies
06-16-2020, 07:25 AM
Paradinight
    Thread: [WIP] Codeigniter 4 and Vue SPA (Vue Cli)
Post: [WIP] Codeigniter 4 and Vue SPA (Vue Cli)

A little tutorial. Work in progress. 1. Installing CodeIgniter 4 composer create-project codeigniter4/appstarter example --no-dev 2. Installing Vue in the CodeIgniter directory cd example ...
10,693 Views
2 Replies
06-12-2020, 02:03 AM
Paradinight
    Thread: Questions about handling relationships (ci4)
Post: Questions about handling relationships (ci4)

What is the best practice to deal with relationships?
1,871 Views
0 Replies
05-09-2020, 07:20 AM
Paradinight
    Thread: CodeIgniter 4.0 is here!
Post: RE: CodeIgniter 4.0 is here!

Good News :)
212,235 Views
132 Replies
02-24-2020, 01:43 AM
Paradinight
    Thread: Too many cookies in http header
Post: RE: Too many cookies in http header

Farren Wrote: (02-20-2020, 07:13 PM) -- I'm helping a web developer with an issue. For all we know it's been happening for years and just now came to light because of a CloudFlare appliance that is n...
4,491 Views
2 Replies
02-22-2020, 12:16 AM
Paradinight
    Thread: should I switch to php 7.2?
Post: RE: should I switch to php 7.2?

richb201 Wrote: (10-19-2019, 10:48 PM) -- I am using php 5.6 but I am having trouble building a specific Docker image with it. If I switch of the php 7.2, can I expect everything else in my app to br...
4,295 Views
5 Replies
10-20-2019, 12:48 AM
Paradinight
    Thread: VueJs + CI 4
Post: RE: VueJs + CI 4

MGatner Wrote: (10-01-2019, 07:14 PM) -- Hmm I didn't realize IE was down so low - I guess Edge really did it in? I've been reading through the Fetch docs and it is definitely thorough and has that n...
26,489 Views
18 Replies
10-02-2019, 06:46 AM
Paradinight
    Thread: Plupload error and answer
Post: RE: Plupload error and answer

pippuccio76 Wrote: (09-20-2019, 11:27 PM) -- php_rocs Wrote: (09-20-2019, 08:50 PM) -- @pippuccio76, Maybe this link can assist you...https://codeigniter.com/user_guide/libraries/file_uploading.h...
4,502 Views
4 Replies
09-21-2019, 06:16 AM
Paradinight
    Thread: How use compser in Codeigniter
Post: RE: How use compser in Codeigniter

omid_student Wrote: (09-08-2019, 04:20 AM) -- Paradinight Wrote: (09-07-2019, 07:47 AM) -- omid_student Wrote: (09-07-2019, 07:21 AM) -- My composer config is OK I have problem only in Buzz or Fir...
12,147 Views
11 Replies
09-08-2019, 04:36 AM
Paradinight
    Thread: How use compser in Codeigniter
Post: RE: How use compser in Codeigniter

omid_student Wrote: (09-07-2019, 07:21 AM) -- My composer config is OK I have problem only in Buzz or Firebase -- I need an example code like this: PHP Code: --
12,147 Views
11 Replies
09-07-2019, 07:47 AM
Paradinight
    Thread: How use compser in Codeigniter
Post: RE: How use compser in Codeigniter

InsiteFX Wrote: (09-07-2019, 04:07 AM) -- Here is a better example of using it. Composer with CodeIgniter (https://phil.tech/php/2012/05/07/composer-with-codeigniter/) I think the example here ...
12,147 Views
11 Replies
09-07-2019, 04:20 AM
Paradinight

Theme © iAndrew 2016 - Forum software by © MyBB