Dave Olsen

Results 66 comments of Dave Olsen

@apbarratt - Thanks :) I honestly haven't played around with this for years though I guess it should work regardless. Maybe I'll poke around and see if I can update...

I sort of doubt I'll get to this but I'm happy to take a PR :)

I'd agree with @SteveBarnett... check the PHP versions first. The other thought was permissions but you got that addressed. I know our production version of Detector is running on 5.1...

In lib/feature-family/featureFamily.php try hardcoding the paths related to families.json.default. I think the 5.2 fix for **DIR** is borked when it relates to the libs like feature-family and ua-parser.

Thanks for the heads up. I'll work that in in an update over the holiday.

I'll try to get this worked into Detector this week (most likely Wednesday).

the fix will be in on monday. sorry for the delay.

You can try two things. First, manually move config.ini.default to config.ini. Second, on line #65 it should say: ``` $config = @parse_ini_file(__DIR__."/config/config.ini"); ``` Take out the `@` symbol. I suspect...

Thanks. I'll get it updated over the weekend.

Nice. Thanks much for the fixes. I'll pull these in tomorrow and will leave the issue open until then.