Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to debug migration config issues
Post: RE: How to debug migration config issues

LOL wow this is embarrassing... I was looking at the wrong app! :D Sorry for posting regarding an obvious ID-10-T error lol
2,621 Views
3 Replies
02-13-2019, 08:01 AM
mfox
    Thread: How to debug migration config issues
Post: RE: How to debug migration config issues

@php_rocs PHP version is 5.4 (I know it's outdated, still working on that lol), CI version is 3.1.9, and I haven't made any changes to the core ("system" folder). And none of that has changed sinc...
2,621 Views
3 Replies
02-13-2019, 07:52 AM
mfox
    Thread: How to debug migration config issues
Post: How to debug migration config issues

Hey guys, I'm currently ramming my head against the wall, trying to break through "Migrations has been loaded but is disabled or set up incorrectly."  I know it isn't disabled (code to follow), so ...
2,621 Views
3 Replies
02-12-2019, 04:45 PM
mfox
    Thread: Update an existing app to a new version of CI
Post: RE: Update an existing app to a new version of CI

Oh cool, don't know how I didn't see this. :D Thanks.
2,981 Views
2 Replies
10-09-2018, 07:43 AM
mfox
    Thread: Update an existing app to a new version of CI
Post: Update an existing app to a new version of CI

Good morning, I have a couple web apps I've built with CI, and one of them uses a "-dev" version of CI (I thought I was downloading the stable release at the time, and that was well over a year ago...
2,981 Views
2 Replies
10-09-2018, 06:02 AM
mfox
    Thread: Using CI in "blue-green" deployment
Post: RE: Using CI in "blue-green" deployment

You know, you could have just said "rtfm", lol. :) But all joking aside, thank you for the link on the config CLASS. That part I didn't know, and that did lead to something (though it's something ...
5,615 Views
6 Replies
09-10-2018, 02:35 PM
mfox
    Thread: 1 controller = 1 model VS. 1 controller = multiple model
Post: RE: 1 controller = 1 model VS. 1 controller = mult...

I think it really depends on the project.  In general, I usually have a 1:1 setup like others have said, but not always.  For example, in a reporting section, I have one controller (Reports) but it us...
21,049 Views
19 Replies
09-10-2018, 09:04 AM
mfox
    Thread: Using CI in "blue-green" deployment
Post: RE: Using CI in "blue-green" deployment

Good morning, Thanks for the quick responses. I re-read the CI migration docs and also read up on Phinx. Phinx looks like it already does a lot of the same stuff as CI. And not just migrations e...
5,615 Views
6 Replies
09-10-2018, 07:47 AM
mfox
    Thread: Using CI in "blue-green" deployment
Post: Using CI in "blue-green" deployment

Hey guys, happy Friday! I've been reading a lot about the "blue-green" deployment (https://docs.cloudfoundry.org/devguide/deploy-apps/blue-green.html) plan lately, and I was wondering how that work...
5,615 Views
6 Replies
09-07-2018, 02:13 PM
mfox
    Thread: Trouble with CSRF again (cookies?) lol
Post: RE: Trouble with CSRF again (cookies?) lol

Are you talking about the place in the documentation (https://www.codeigniter.com/user_guide/libraries/security.html#cross-site-request-forgery-csrf) where it tells you to do this? PHP Code: -- $c...
2,881 Views
2 Replies
08-16-2018, 12:00 PM
mfox
    Thread: Trouble with CSRF again (cookies?) lol
Post: Trouble with CSRF again (cookies?) lol

Hey there, I just ran into a problem (again) related to CI throwing CSRF "action is not allowed" errors whenever a user tries to login to our app, but only on certain browsers and only in productio...
2,881 Views
2 Replies
08-15-2018, 01:49 PM
mfox
    Thread: CSRF error on login
Post: RE: CSRF error on login

Well as I said before, I tried the network tab, and the only new info I got was the response code (403 Forbidden), and that doesn't really help much (I never explicitly set that header in my code, so ...
8,699 Views
13 Replies
06-14-2018, 02:59 PM
mfox
    Thread: CSRF error on login
Post: RE: CSRF error on login

Interesting news on this: I increased the logging level to 4 (everything), and that didn't help much (apart from "CSRF cookie sent" there was no useful info there. But along the way, I accidentally ...
8,699 Views
13 Replies
06-14-2018, 09:40 AM
mfox
    Thread: CSRF error on login
Post: RE: CSRF error on login

ahhh okay, gotcha. I wouldn't have thought to look there (but I guess that's Microsoft for ya, lol). I have both first-party and third-party cookies set to "accept", and "always allow session cookie...
8,699 Views
13 Replies
06-14-2018, 07:42 AM
mfox
    Thread: CSRF error on login
Post: RE: CSRF error on login

@php_rocs: Thanks for the info on the versions. I have downloaded version 3.1.9 and will ask my sysadmin to upgrade our PHP version (on our dev server first of course :)). I knew PHP 4 had reached ...
8,699 Views
13 Replies
06-14-2018, 06:01 AM
mfox
    Thread: CSRF error on login
Post: RE: CSRF error on login

Hey php_rocs (btw love the nickname - yes, PHP rocks! lol), To answer your very good questions: 1. Yes. Both are running version 5.4.16 2. No. Both are Linux servers (though the production serv...
8,699 Views
13 Replies
06-13-2018, 02:16 PM
mfox
    Thread: CSRF error on login
Post: CSRF error on login

Hey guys, new guy here (first post) so I apologize if this is in the wrong place. I've been building a web app using CI 3, and I've run into a kind of strange problem: on Microsoft Edge, I am getti...
8,699 Views
13 Replies
06-13-2018, 08:09 AM
mfox

Theme © iAndrew 2016 - Forum software by © MyBB