Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Symlinks deactivated by hoster / 500-error
Post: RE: Symlinks deactivated by hoster / 500-error

Solved. (I found out, that an .htaccess file within the public folder was no longer allowed after the server configuration changed)
245 Views
2 Replies
02-15-2024, 12:13 AM
Ornis
    Thread: Symlinks deactivated by hoster / 500-error
Post: Symlinks deactivated by hoster / 500-error

I am runing a ci-4.2.3 website on shared webhosting with php 8.1. Recently, the hoster implemented a hotfix that deactivated symlinks because of security issues. Now, I am getting an `error 500` an...
245 Views
2 Replies
02-14-2024, 01:13 PM
Ornis
    Thread: development environment for specific controller only
Post: development environment for specific controller on...

Is it possible to set 'development' mode for a specific controller only in CI 4? Thanks Martin
187 Views
1 Replies
12-01-2023, 03:06 AM
Ornis
    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...
3,681 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 ...
3,681 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...
1,175 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,786 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!
3,467 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...
3,467 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,674 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,906 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,906 Views
2 Replies
07-28-2015, 06:54 AM
Ornis

Theme © iAndrew 2016 - Forum software by © MyBB