View Single Post
  #5 (permalink)  
Old 08-08-2007, 05:34 PM
drmasey drmasey is offline
Junior Member
 
Join Date: Aug 2007
Posts: 4
Default

Quote:
Originally Posted by borec View Post
The problem is in your include_path:
Code:
.:/usr/local/php5:~/ZendFramework-1.0.1/library/Zend
~ is a standard unix users home directory. For you it's /Users/dramsey, but for your web server (e.g. Apache) it would be different. Try include with absolute path or check in your php.ini if include_path is given with ~ or with /Users/dramsey.
...and that was it. Thanks!
Reply With Quote