View Single Post
  #2 (permalink)  
Old 11-29-2007, 07:55 PM
t-mow t-mow is offline
Junior Member
 
Join Date: Nov 2007
Location: Elmshorn, Germany
Posts: 14
Send a message via ICQ to t-mow
Default

you made a mistake in the set_include_path() function: you'll have to separate all directories which should be included by the php constant PATH_SEPARATOR, not just by a dot, which connects all paths to one single path at the moment
Reply With Quote