I did some "house cleaning", and now some of my Zend files require_once statements are failing. I had several Zend folders, and have gotten rid of most of them. I need a way of telling the require_once statements which folder to look in. I have tried several things with include_path="..." in the php.ini, but have had no success.
include_path=".:/home/paul13/paul13.com/includes/library"
doesn't seem to work when added as a separate line in the php.ini file either in the parent folder, or the php.ini file in the "includes" folder.
How do I tell the files within Zend where to look when doing requires?
I have not tried zend_extension, but will look into that now.
thanks for the help!