Channel-Data
Channel-Data copied to clipboard
Couldn't get ChannelData to work based on instructions with php-fpm-5.5
Not sure if it's because of the PHP version or what, but I had to load the driver with Channeldata as opposed to ChannelData, also the magic __autoload wasn't doing it for me either, had to use spl_autoload_register as well as fix passing arrays of directories. Forked and committed what worked for me (link below) but I am not sure if it's isolated to my setup or what.
https://github.com/notacouch/Channel-Data/commit/98ed5eb308192eea0a1bdf70731d02837e2d2ec2
Let me know if I should do a pull request.
Really loving ChannelData now! Thank you so much.
Thanks for the feedback. I ran into the same issue with the autoloader and have this fixed locally. I forgot to push the build, I will get it updated this week and if you still have issues, I'll look into your fork more.