Quote:
Originally Posted by Jace
hm, I will give it a shot for sure
I am running a whm/cpanel server, is this possible? to pull from another account?
|
In cpanel, they introduced a security feature that tells php what paths your virtualhost is allowed to access. If you don't add the other path into your list of open_basedir allowed hosts, it will fail. You need to open /usr/local/apache/conf/httpd.conf in your favorite editor, and add the path. Then, restart apache. If this is too much for you, i'd be happy to help out.
This will definitely speed your script up though.