View Single Post
Old
  (#19 (permalink))
IACOJ
Moderator
 
Status: Offline
Posts: 737
Join Date: Nov 2002
07-09-2003, 04:37 PM

I was just poking around your site a bit, and you have errors coming up on most of your modules.

I think the error is because of the include path variable in php.ini. I think it should be this
Code:
include_path=.:/usr/local/lib/php
   
Reply With Quote