Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Update to php 8.2 breaks code running fine with php 8.1
Post: RE: Update to php 8.2 breaks code running fine wit...

Here are the error msg: Deprecated: Creation of dynamic property Config\App::$cookieSameSite is deprecated in /home/httpd/vhosts/xxxx.ch/ornithologiebuero_website/ci4/system/HTTP/Response.php on li...
593 Views
5 Replies
04-07-2023, 02:58 AM
Ornis
  Question Thread: Update to php 8.2 breaks code running fine with php 8.1
Post: Update to php 8.2 breaks code running fine with ph...

I run a website on a web hosting service using the latest version CI 4.3.3 with php 8.1. As soon as I activate php 8.2 on the server, the app breaks and displays the «Whoops»-Error page. Turning back ...
593 Views
5 Replies
04-07-2023, 01:56 AM
Ornis
    Thread: Correct MIME-typ to upload a `.gpx`- File?
Post: Correct MIME-typ to upload a `.gpx`- File?

I would like to upload a .gpx-file (a GPS data file saved in the GPS Exchange format) in CodeIgniter 4. Using validation rules for an image file as a template (see below), I failed to modify it, so th...
796 Views
1 Replies
03-17-2022, 12:27 AM
Ornis
  Lightbulb Thread: $this->db->limit() working differently?
Post: $this->db->limit() working differently?

Hi I had to fix an application while upgrading from version 3.1.0 to 3.1.2 because active record $this->db->limit() apparently works differently: Code: Code: -- $this->db->limit(0,1); $ar...
4,277 Views
2 Replies
11-13-2016, 03:35 AM
Ornis
    Thread: unlink warning with Ion-Auth-Libary
Post: RE: unlink warning with Ion-Auth-Libary

Thanks Avenirer. I checked this all and fixed it. Up to now, no more warnings. Thank you!
2,972 Views
2 Replies
03-24-2016, 02:51 AM
Ornis
    Thread: unlink warning with Ion-Auth-Libary
Post: unlink warning with Ion-Auth-Libary

I'm using Ion-Auth-Library and I like it. From time-to-time I get a warning for line 371: Message: unlink(....): Operation not permitted Filename: drivers/Session_files_driver.php How c...
2,972 Views
2 Replies
03-24-2016, 01:22 AM
Ornis
    Thread: Active Record 'where'-issues
Post: Active Record 'where'-issues

Hi I just upgraded a larger website from CI2 to CI3.0.3. and runned into active record problems: The following statement runned fine in CI2.2 but not in CI3.0.3: Code: -- $this->db->where(...
1,510 Views
0 Replies
11-23-2015, 05:40 AM
Ornis
    Thread: session data depending on 'www.' in URL
Post: RE: session data depending on 'www.' in URL

Diederik Wrote: (07-28-2015, 02:56 PM) -- The problem isn't with sessions but with cookies. The session id is stored inside a cookie. Cookie are by default linked to a single domain so they dont shar...
3,357 Views
2 Replies
07-29-2015, 03:02 AM
Ornis
    Thread: session data depending on 'www.' in URL
Post: session data depending on 'www.' in URL

Hi Retrieving session data doesn't work properly anymore with me since Firefox, Vs. 39.0 (not in Chrome or Safari). The problem: I set session data over the URL 'www.mydomain.ch/login'. If I want...
3,357 Views
2 Replies
07-28-2015, 06:54 AM
Ornis

Theme © iAndrew 2016 - Forum software by © MyBB