Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: ETA on CI3 PHP8.2 support?
Post: RE: ETA on CI3 PHP8.2 support?

Agree on the move to CI4 or another framework (whatever you want :). But as for CI3 and supporting 8.2, there are pull requests fixing the support of 8.2. Is the CI3 repo not maintainted anymore ? (o...
6,009 Views
26 Replies
11-29-2023, 04:24 AM
Krycek
    Thread: Inherited an CI project and am pretty lost with it.
Post: RE: Inherited an CI project and am pretty lost wit...

Glad that you found it, 1.7.2 is indeed old (Release Date: September 11, 2009) :) Updating would be preferable, but as you can see in the upgrade guide posted above me it will take some time.
11,634 Views
17 Replies
04-02-2019, 05:34 AM
Krycek
    Thread: Inherited an CI project and am pretty lost with it.
Post: RE: Inherited an CI project and am pretty lost wit...

Version can be found in system/core/codeigniter.php (const CI_VERSION), there it will list the version number or use echo CI_VERSION; Edit: If HMVC is used (you can see this probably in the third_par...
11,634 Views
17 Replies
04-01-2019, 04:49 AM
Krycek
    Thread: Multiple domains with one codebase - how to set htaccess file?
Post: RE: Multiple domains with one codebase - how to se...

I did it in a slight different way. In DirectAdmin I created different domains (lets say for now domain1.com and domain2.com). Then when I login into FTP, I got the following structure /domains...
2,687 Views
1 Replies
03-06-2019, 06:24 AM
Krycek
    Thread: CodeIgniter 4.0.0-beta.1 Released
Post: RE: CodeIgniter 4.0.0-beta.1 Released

Awesome, we are getting somewhere! Thanks !!
77,515 Views
44 Replies
03-01-2019, 03:14 AM
Krycek
    Thread: What's the CI4 big change?
Post: RE: What's the CI4 big change?

I think he means when the final will arrive and how many alpha, beta's and RC's will be released. If so, I don't have a clue when the final will be released, except "when it's ready" :)
12,789 Views
15 Replies
02-11-2019, 02:55 AM
Krycek
    Thread: How often do you use the backup() method of the database drivers?
Post: RE: How often do you use the backup() method of th...

Never used it, our hoster has his own backup plan / solution. This is the one we use when we need it :)
64,047 Views
39 Replies
02-07-2019, 03:12 AM
Krycek
    Thread: Is it good to use CI 3.x for new eComm development
Post: RE: Is it good to use CI 3.x for new eComm develop...

Use CI3, this is the current! Forget about CI2, it's legacy. CI4 is in development and will be released when it's done (hopefully soon!).
4,116 Views
2 Replies
02-04-2019, 08:06 AM
Krycek
    Thread: Is it CodeIgniter or not?
Post: RE: Is it CodeIgniter or not?

What's in de system folder ? If it's CodeIgniter (as it seems to be) there should be a file in folder core called CodeIgniter.php
4,556 Views
4 Replies
09-04-2018, 11:53 PM
Krycek
    Thread: Upgrading CI to last version
Post: RE: Upgrading CI to last version

You could use the following : https://www.codeigniter.com/userguide3/installation/upgrading.html So update 3.1.5 to 3.1.6 and then 3.1.6 to 3.1.7 (this is the official way). However I think you co...
7,686 Views
8 Replies
06-04-2018, 03:04 AM
Krycek
    Thread: MySQL commend to CodeIgniter
Post: RE: MySQL commend to CodeIgniter

PHP Code: -- $this->db->select('COUNT(*) AS total'); $this->db->from('job_progress'); $this->db->where('status', 'running'); $get = $this->db->get(); $result = $get->result_object(); -- T...
2,267 Views
2 Replies
05-30-2018, 03:09 AM
Krycek
    Thread: Luthier-CI: Improved routing + middleware for CodeIgniter 3
Post: RE: Luthier-CI: Improved routing + middleware for ...

Wonderful work! Thanks!
18,556 Views
5 Replies
05-13-2018, 11:57 PM
Krycek
    Thread: Questions About IP Addresses
Post: RE: Questions About IP Addresses

skunkbad Wrote: (05-13-2018, 08:13 PM) -- This might be best handled at the hardware firewall level of your network. Instead of doing something in your app to look for IP addresses, your firewall cou...
3,536 Views
3 Replies
05-13-2018, 11:56 PM
Krycek
    Thread: Seeking advices in how to create several accounts for a single vendor.
Post: RE: Seeking advices in how to create several accou...

Use a table companies (vendor) and connect the account(s) to a company. So 1 account can have 1 company, but 1 company can have multiple accounts.
5,817 Views
6 Replies
03-26-2018, 12:04 AM
Krycek
    Thread: Javascript/Html Server side verification
Post: RE: Javascript/Html Server side verification

I personally would check permissions on the server side with usergroups / roles. So when I am logged in as Administrator group / role, I have permissions to delete users. Am I an content editor? t...
5,609 Views
6 Replies
02-21-2018, 05:54 AM
Krycek
    Thread: What is the best IDE for development with CI
Post: RE: What is the best IDE for development with CI

PHPStorm it is, awesome piece of software :)
78,299 Views
48 Replies
02-13-2018, 07:42 AM
Krycek
    Thread: Debian Development server HMVC not working
Post: Debian Development server HMVC not working

Hello, I have a Debian development server with Apache2.4, PHP7 and MySQL 5.7 My project has Application and System outside the public web directory. The codeigniter project is working nice exce...
1,824 Views
0 Replies
10-12-2017, 07:26 AM
Krycek
    Thread: How to use session
Post: RE: How to use session

Krycek Wrote: (06-09-2017, 01:43 AM) -- When you change page, do you go from http://www to http://, if so that could be a reason why your session is lost. -- To quote myself, did you check this ?
12,179 Views
13 Replies
06-12-2017, 01:42 AM
Krycek
    Thread: How to use session
Post: RE: How to use session

InsiteFX means in /config/autoload.php
12,179 Views
13 Replies
06-09-2017, 04:59 AM
Krycek
    Thread: How to use session
Post: RE: How to use session

When you change page, do you go from http://www to http://, if so that could be a reason why your session is lost.
12,179 Views
13 Replies
06-09-2017, 01:43 AM
Krycek

Theme © iAndrew 2016 - Forum software by © MyBB