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]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]
Reply With Quote