Allow Uploads From Different IP?

Hi,

I have two sites with the same content on the same server but under two different IP addresses (which I suspect may be the problem)

On user photo uploads, they fail on the new site that’s under a different IP though the database and everything else is fine.

They use the same photos with a symbolic link and the upload path is for the original site. So I suspect that its a php or Unix permissions issue with uploading from a different IP address.

Anyone know how I can solve this?

Thanks

Accomplished this by changing the open_basedir in the conf file.

:slight_smile: Mods can close or remove this.

Thanks