I am trying to install moregroupware on a shared computer (FreeBSD). After installing it, I get an error saying that an include file can't be found. I guru told me:
Add a dot (.) to your include_path setting. This is set in php.ini.
Of course, php.ini is in /usr/local/etc and I can't edit it.
Where do I put a local php.ini to override this shared php.ini? What syntax would I use to add "." to the include_path setting?
Thanks