Hi everyone,
I have tried by myself to install Rediska (Redis PHP client) into my codeigniter application, but without any success. I'll get insane amounts of "No such file or directory"-errors when trying to put it into the plugins folder of Codeigniter:
Severity: Warning
Message: require_once(Rediska/Connection/Exception.php) [function.require-once]: failed to open stream: No such file or directory
Filename: Rediska/Connection.php
Line Number: 6
Have anyone succeeded to install Rediska into Codeigniter before me?
From looking at the Rediska install manual, It appears to be a simple and easy drop-in installation: http://rediska.geometria-lab.ru/documentation/get-started/
Since it's only about path-based errors right now, I'll assume that there's should be some handy PHP setting that I can change to make it all work?
Thanks!