Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: My site does not work on firefox
Post: RE: My site does not work on firefox

Works for me too. Are you seeing this issue on multiple machines/devices with chrome or is only one user reporting this problem?
7,486 Views
10 Replies
07-18-2021, 09:02 AM
michaelh99
    Thread: Invisible Recaptcha
Post: RE: Invisible Recaptcha

Tampa Wrote: (02-18-2019, 08:00 AM) -- I tried integrating that library into codeigniter, but it would just give me back captcha failures all the time. I put the captcha validation in the controller,...
8,799 Views
5 Replies
06-14-2019, 02:58 PM
michaelh99
    Thread: CodeIgniter 3.1.5 Released
Post: RE: CodeIgniter 3.1.5 Released

jlp Wrote: (06-19-2017, 01:59 AM) -- CodeIgniter 3.1.5 was released today, with one security fix and some bug fixes. Security: Fixed email address handling in the form validation library. Bug f...
107,945 Views
43 Replies
06-22-2017, 04:48 PM
michaelh99
    Thread: [split] object_to_array ... (CodeIgniter 3.1.3 Released)
Post: RE: CodeIgniter 3.1.3 Released

Sorry for the lack of a reply, life got busy around here after I posted my question.  Thank you frocco, that change worked perfectly.
16,629 Views
7 Replies
03-15-2017, 11:43 AM
michaelh99
    Thread: [split] object_to_array ... (CodeIgniter 3.1.3 Released)
Post: [split] object_to_array ... (CodeIgniter 3.1.3 Rel...

There have also apparently been changes in the loader that aren't mentioned in the upgrade notes.  After upgrading I'm getting the following: Call Stack # Time Memory Function Location 1 0.0014 2...
16,629 Views
7 Replies
01-09-2017, 04:42 PM
michaelh99
    Thread: [split] CodeIgniter 3.1.0 Email Issue
Post: RE: [split] CodeIgniter 3.1.0 Email Issue

Krycek Wrote: (09-01-2016, 05:54 AM) -- See this link : https://github.com/bcit-ci/CodeIgniter/issues/4739 Looks like it will be fixed on 3.1.1 -- To me it looks like the fix only fixes things w...
9,649 Views
6 Replies
09-26-2016, 05:08 AM
michaelh99
    Thread: Basic question - need some pointers on extending a library
Post: RE: Basic question - need some pointers on extendi...

Looks like I might have figured out a method for this. I put the module's class in the namespace 'admin' and left everything else in the module alone. I require_once that class and extend admin\Au...
2,482 Views
1 Replies
04-13-2016, 11:13 AM
michaelh99
    Thread: Basic question - need some pointers on extending a library
Post: Basic question - need some pointers on extending a...

Or a definitive "you can't do that". I'm using the HMVC libraries for CI and have an "admin" module that I've been using for several years.  Within that module is an "authentication" library that I...
2,482 Views
1 Replies
04-13-2016, 10:05 AM
michaelh99
    Thread: "legacy" functions vs rolling our own
Post: "legacy" functions vs rolling our own

I was updating my application to limit repeated db queries by storing more info in the session data and am wondering why functions like userdata() are marked as "legacy" in the documentation and we're...
3,812 Views
1 Replies
04-12-2016, 11:26 AM
michaelh99
    Thread: zombie session information?
Post: RE: zombie session information?

Sorry for the late reply, I don't think I ever got a notification that you'd posted... No, this is a top-level domain and my storage for sessions is the file driver.
12,028 Views
10 Replies
04-12-2016, 11:17 AM
michaelh99
    Thread: Input on caching methods?
Post: RE: Input on caching methods?

Thanks for the input. I've added xdebug to my server to get more detailed information and I do plan on optimizing my queries to best of my current ability. I'll also experiment with the query cachin...
9,969 Views
8 Replies
04-07-2016, 06:58 AM
michaelh99
    Thread: Input on caching methods?
Post: RE: Input on caching methods?

Thanks. I think I probably don't want to go the "cache the whole page" route since CI doesn't have enough knowledge about when or how the page changes. There are also some user-specific elements t...
9,969 Views
8 Replies
04-06-2016, 11:06 AM
michaelh99
    Thread: Input on caching methods?
Post: RE: Input on caching methods?

Thanks for the input. It strikes me that by caching the view data I'm also caching the db results since that's how I build the view data. so in essence I should see the gains you mention as well a...
9,969 Views
8 Replies
04-06-2016, 09:15 AM
michaelh99
    Thread: Input on caching methods?
Post: RE: Input on caching methods?

I'm thinking at the moment of caching the view information. Not the whole page but probably in chunks divided up between the Dance and Figures (maybe as granular as the Movements, but probably not).
9,969 Views
8 Replies
04-06-2016, 05:41 AM
michaelh99
    Thread: Input on caching methods?
Post: Input on caching methods?

I'm starting to work on caching for my application and I'd appreciate some input. Some facts about my site (www.danceminder.com): 1. It's fairly dynamic but doesn't change that frequently.  Yet....
9,969 Views
8 Replies
04-05-2016, 10:29 AM
michaelh99
    Thread: CI + adwords == double-loaded page?
Post: RE: CI + adwords == double-loaded page?

Yeah, I found loads of references regarding that but that turned out not to be the problem in this case. I *did* have some missing assets (favicon not being one of them) but after fixing those the ...
3,700 Views
2 Replies
04-01-2016, 05:21 AM
michaelh99
    Thread: CI + adwords == double-loaded page?
Post: CI + adwords == double-loaded page?

I've been fighting my application for the last couple of days trying to figure out why my sign up page was being loaded twice and causing two sign up emails to be sent to new users. This only happe...
3,700 Views
2 Replies
03-30-2016, 04:27 PM
michaelh99
    Thread: zombie session information?
Post: RE: zombie session information?

That's what I was doing in this step "I've added all sorts of logging and can clearly see that the session var is cleared and right after the next redirect, the variable is set again to what it used t...
12,028 Views
10 Replies
03-20-2016, 02:25 PM
michaelh99
    Thread: zombie session information?
Post: RE: zombie session information?

It's filled in correctly... $config['base_url'] = 'http://netsuke.danceminder.com/'; which resolves to my local test server I'm also wondering if there's a collision with my cookie name on th...
12,028 Views
10 Replies
03-19-2016, 02:33 PM
michaelh99
    Thread: zombie session information?
Post: RE: zombie session information?

I don't know when a moderator will approve my replies but it looks like I was wrong about this working. It looks like if the session is old enough, variables still come back from the dead. At the ...
12,028 Views
10 Replies
03-19-2016, 12:49 PM
michaelh99

Theme © iAndrew 2016 - Forum software by © MyBB