View Single Post
  #3 (permalink)  
Old 11-30-2007, 06:15 PM
Holmen Holmen is offline
Junior Member
 
Join Date: Nov 2007
Location: Sweden
Posts: 12
Default

Quote:
Originally Posted by t-mow View Post
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
Right, did think of that but when trying with PATH_SEPERATOR it didn't solve my problem so I decided to print it and it isn't set on my machine. Where is that constant supposed to be set?

I'm running Windows XP with WAMP5.
Reply With Quote