Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI-3 HMVC PHP Error
Post: RE: CI-3 HMVC PHP Error

Bosborne Wrote: (09-20-2024, 03:50 AM) -- msheath Wrote: (09-20-2024, 01:34 AM) -- ozornick Wrote: (09-19-2024, 08:43 PM) -- CI3 not supporred php8.3. -- Not natively perhaps but I'm sure there i...
3,638 Views
6 Replies
09-21-2024, 07:01 AM
msheath
    Thread: CI-3 HMVC PHP Error
Post: RE: CI-3 HMVC PHP Error

ozornick Wrote: (09-19-2024, 08:43 PM) -- CI3 not supporred php8.3. -- Not natively perhaps but I'm sure there is a fix.
3,638 Views
6 Replies
09-20-2024, 01:34 AM
msheath
    Thread: CI-3 HMVC PHP Error
Post: CI-3 HMVC PHP Error

I am trying to get CI-3 to work on localhost with PHP 8.3 and I am getting an error in the MX Controller: A PHP Error was encountered Severity: 8192 Message: str_replace(): Passing null to para...
3,638 Views
6 Replies
09-19-2024, 10:42 AM
msheath
    Thread: Session trouble
Post: RE: Session trouble

InsiteFX Wrote: (08-06-2024, 10:36 PM) -- Most hosting providers backup your website, check to see if yours backed it up for you then ask them to restore i for you. -- Sadly I have to pay extra fo...
2,146 Views
2 Replies
08-06-2024, 11:43 PM
msheath
    Thread: Session trouble
Post: Session trouble

I am on Windows 11 with a CI3 website. The online site is throwing an error like this: Message: session_start(): Failed to read session data: user (path: /var/cpanel/php/sessions/ea-php83) This ...
2,146 Views
2 Replies
08-06-2024, 02:14 PM
msheath
    Thread: Codeigniter 3.2.0 problem with php 8.2
Post: RE: Codeigniter 3.2.0 problem with php 8.2

I see that I am on CI 3.2.0. All these files are in the "application/errors" folder by default, which by the way has no nested html folder. Should I now shift the entire folder into the views folder?
6,765 Views
12 Replies
07-30-2024, 02:18 PM
msheath
    Thread: Codeigniter 3.2.0 problem with php 8.2
Post: RE: Codeigniter 3.2.0 problem with php 8.2

I added the file you suggested and got a pretty unhelpful error: Severity: Warning Message: include(C:\wamp64\www\SPS\application\views\errors\html\error_exception.php): Failed to open stream: No ...
6,765 Views
12 Replies
07-30-2024, 01:30 PM
msheath
    Thread: Codeigniter 3.2.0 problem with php 8.2
Post: RE: Codeigniter 3.2.0 problem with php 8.2

kenjis Wrote: (07-29-2024, 05:07 PM) -- Why don't you have application\views\errors\html\error_php.php ? Did you removed? It has been in CI3 since 2013: https://github.com/bcit-ci/CodeIgniter/co...
6,765 Views
12 Replies
07-30-2024, 01:03 AM
msheath
    Thread: Codeigniter 3.2.0 problem with php 8.2
Post: RE: Codeigniter 3.2.0 problem with php 8.2

Bosborne Wrote: (07-29-2024, 08:54 AM) -- I have been running CI below 4.5 with no issues. I am waiting for the bugs to settle down in 4.5 before making the move there. -- Nevertheless I think I wi...
6,765 Views
12 Replies
07-29-2024, 09:34 AM
msheath
    Thread: Codeigniter 3.2.0 problem with php 8.2
Post: RE: Codeigniter 3.2.0 problem with php 8.2

Bosborne Wrote: (07-29-2024, 03:41 AM) -- My advice is to upgrade your site to a CodeIgniter version that has support for that version of PHP. I do not think any development is happening on CI3. If t...
6,765 Views
12 Replies
07-29-2024, 05:47 AM
msheath
    Thread: Codeigniter 3.2.0 problem with php 8.2
Post: Codeigniter 3.2.0 problem with php 8.2

I have a legacy website originally using CI 3.2 but throwing errors with php 8.2, so I found the website https://github.com/pocketarc/codeigniter/ offering modified files. I have replaced the system f...
6,765 Views
12 Replies
07-29-2024, 03:04 AM
msheath
    Thread: Using php 8.3
Post: RE: Using php 8.3

kenjis Wrote: (07-28-2024, 02:50 PM) -- One note for pocketarc/codeigniter. See https://github.com/bcit-ci/CodeIgniter/issues/6278#issuecomment-2136716732 Therefore pocketarc/codeigniter works, but...
8,858 Views
11 Replies
07-28-2024, 03:20 PM
msheath
    Thread: Using php 8.3
Post: RE: Using php 8.3

Bosborne Wrote: (07-28-2024, 03:59 AM) -- This looks like a good reason to jump to Codeigniter 4 which supports PHP 8.3 -- Nice idea but I've read the instructions for migrating to CI4 and it looks ...
8,858 Views
11 Replies
07-28-2024, 05:45 AM
msheath
    Thread: Using php 8.3
Post: RE: Using php 8.3

kenjis Wrote: (07-27-2024, 06:57 PM) -- See https://github.com/bcit-ci/CodeIgniter/issues/6278 -- Many thanks for your response but I was rather hoping that there would be a drop-in system folder w...
8,858 Views
11 Replies
07-28-2024, 12:44 AM
msheath
    Thread: Using php 8.3
Post: Using php 8.3

I have a number of legacy websites built on codeigniter 3, originally using php 7.4.33. I am now running wamp on local server with php 8.3 and getting errors - no surprises. Is there a straightforward...
8,858 Views
11 Replies
07-27-2024, 03:16 PM
msheath
    Thread: Upgrading from CI3.0.6
Post: Upgrading from CI3.0.6

I have an old website using CI3.0.6 and the hosting company is still supporting php7.4 so it works fine. But I use wamp for local hosting and more up to date sites require php8.3. If wamp php version ...
877 Views
2 Replies
01-26-2024, 06:49 AM
msheath
    Thread: Vscode live server extension
Post: RE: Vscode live server extension

Well I have watched about a dozen Youtube videos assuring me that it should work with php - but perhaps that is with a simple structure, not with a framework like Codeigniter. What I have done as a wo...
2,584 Views
2 Replies
01-09-2024, 02:33 AM
msheath
    Thread: Vscode live server extension
Post: Vscode live server extension

I have a project based on Codeigniter 3 and coded using Vscode. I'm using a local server via Wamp which appears to be running perfectly and the Wamp virtual host page links to various websites, all di...
2,584 Views
2 Replies
01-08-2024, 02:05 PM
msheath
    Thread: Flashdata not clearing on refresh/redirect
Post: RE: Flashdata not clearing on refresh/redirect

Well my existing controller method follows the same pattern: Code: --     public function log_illustration_update($id)     {         $data = $this->input->post();         (($data['painting'] != 'X'...
23,814 Views
9 Replies
02-12-2021, 10:27 AM
msheath
    Thread: Flashdata not clearing on refresh/redirect
Post: RE: Flashdata not clearing on refresh/redirect

demyr Wrote: (02-12-2021, 07:50 AM) -- May I ask why you are keeping it within your array? -- I'm not doing that consciously - it just appears like that. How would I do it differently?
23,814 Views
9 Replies
02-12-2021, 07:57 AM
msheath

Theme © iAndrew 2016 - Forum software by © MyBB