Alright, I take back that never mind.
I changed the “Server Path to Avatar Folder” to the proper path and made sure the folder was 777. There is also a folder inside called “uploads” and that is 777.
I still get the same error:
———
A PHP Error was encountered
Severity: Warning
Message: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/[snip]:/usr/lib/php:/usr/local/lib/php:/tmp)
Filename: core/Common.php
Line Number: 72
—-
This is a function that checks to see if a file can be written to the specified directory.
If I specified the proper URL, path and the file privs are correct, what else is possible other than a bug in the code? Unfortunately, I don’t have a traceback to the code that calls Common.php to look at it…