View Single Post
  #11 (permalink)  
Old 05-03-2008, 01:55 AM
sunspark sunspark is offline
Junior Member
 
Join Date: Apr 2008
Location: Canada
Posts: 8
Default

Hmm, here's what I'm using, and it works fine:

PHP Code:
set_include_path('..' DIRECTORY_SEPARATOR 'library' PATH_SEPARATOR get_include_path()); 
If I were you guys, I would test to see exactly what your include_path is set to:

PHP Code:
<?php echo get_include_path();
Reply With Quote