James Brumond
James Brumond
alright, so there should be a section of the code around line 85 that looks like this: ``` else { $color_array = explode(',', $_SERVER['PATH_INFO']); if (count($color_array == 2)) { ```...
weird... add before the die() a couple more lines: ``` $a = count($color_array); var_dump($a); var_dump(($a == 2)); ```
nevermind, i found the bug myself. i'll fix it and send lea a pull request.
I don't remember the specifics, this was a while ago and we ended up using a different module. I want to say that this was installed using `npm install`, not...
I believe we ended up using [node-adodb](https://www.npmjs.com/package/node-adodb)
It doesn't surprise me that it doesn't work correctly, the project was never finished. While with a fair amount of work it could feasibly be done, I decided to abandon...