View Single Post
  #2 (permalink)  
Old 03-27-2008, 04:24 PM
notrub225 notrub225 is offline
Senior Member
 
Join Date: Jan 2008
Location: chicago
Posts: 101
Default

PHP Code:
This is my include pathset_include_path('.' PATH_SEPARATOR './library' PATH_SEPARATOR './applications/forms' PATH_SEPARATOR './application/models/' PATH_SEPARATOR get_include_path());

Ive got my forms located here:
/
application/forms 

one says applicationS the other says application. This could be the source of your error
Reply With Quote