</font><blockquote><font size="1" face="">quote:</font><hr /><font size="" face="">Originally posted by David Dreezer:
Scott your php.ini isn't allowing it. You needen't modify the script. I'm trying to determine the .ini setting you need to modify. I'll reply back in your trouble ticket.

<a href="http://www.honorthevictims.com" target="_blank">Honor The Victims</a></font><hr /></blockquote><font size="" face="">David...maybe this is the problem...UBBthreads/ is in the httpdocs root. The old 6.2 UBB is in cgi-bin/ubbcgi/

Would that make a difference? I added the following in my vhost.conf file:

<Directory /usr/local/psa/home/vhosts/backstagejbj.com/httpdocs>
php_admin_value open_basedir "/usr/local/psa/home/vhosts/backstagejbj.com:/tmp"
php_admin_value upload_tmp_dir /tmp
</Directory>

This should allow php to write to anything in the vhost root. Am I wrong in running ubbimport.php from the ubbthreads root?