Hmm, here's what I'm using, and it works fine:
[PHP]set_include_path('..' . DIRECTORY_SEPARATOR . 'library' . PATH_SEPARATOR . get_include_path());[/PHP]
If I were you guys, I would test to see exactly what your include_path is set to:
[PHP]<?php echo get_include_path();[/PHP]
|