Forum Import Issues [message #14845] |
Sat, 22 November 2003 03:22 |
Rory_
Messages: 3 Registered: November 2003 Location: Richmond, BC, Canada
Karma: 0
|
Junior Member |
|
|
Hi there,
I created a forum dump from a installation of FUD Forum at http://www.bestofbsd.com/forum/FUDforum2/, version 2.5.3RC1. I then moved the dump over to http://www.wf4bm.net/forums and am attempting to import the dump and I'm receiving the following error.
Warning: mkdir(/home/home): Permission denied in /home/virtual/site1/fst/var/www/html/forums/adm/admimport.php on line 36
Failed to create /home/home directory, check file permissions
Just off the top of anyones head, any ideas on where I could start with this?
Thanks!
Rory
|
|
|
Re: Forum Import Issues [message #14902 is a reply to message #14845] |
Mon, 24 November 2003 22:21 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Add if (!is_dir([variable with dirname])) { before mkdir call, that should prevent this problem.
FUDforum Core Developer
|
|
|
|
|
|
Re: Forum Import Issues [message #15010 is a reply to message #15009] |
Thu, 27 November 2003 19:47 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
$path = str_replace('WWW_ROOT_DISK', $GLOBALS['WWW_ROOT_DISK'], str_replace('DATA_DIR', $GLOBALS['DATA_DIR'], $path));
is that maybe adding /home
FUDforum Core Developer
|
|
|