File: /home/misak/public_html/savasweb/install_mod.php
Line: 117PunBB reported: Unable to copy .htaccess file to new subfolder with name '/home/misak/public_html/savasweb/attachments/1f6c169793a42ccf104a9ddbe7c8902c'
run the install.php
please help!
Hello, I have a same problem as you discussed here...
File: /www/doc/www.vlci.org/www/install_mod.php
Line: 117PunBB reported: Unable to copy .htaccess file to new subfolder with name '/www/doc/www.vlci.org/home/attachments/d9811d52c73e11f35e2f1e8659bc472a'
attach_func if(!mkdir($pun_config['attach_basefolder'].$newfolder,0777))
install_mod if(!mkdir($basepath.$newfolder,0777))created folder chmod 0750 (still)
Can you help me?
Upload .htaccess file to => /home/misak/public_html/savasweb/attachments/
Upload .htaccess file to => /www/doc/www.vlci.org/home/attachments/
Hey Frank, thanks a ton for your MOD it's bound to be really helpful as soon as I can get it working.
Here's the problem I have. Per your instructions, I've filled in the full path to the files directory based on the path given by phpinfo(), which is:
/home/blakeyrat/domain.com/forum/files/
When I click "install", I get the following error:
File: /home/.servername/blakeyrat/domain.com/forum/install_mod.php
Line: 119PunBB reported: Unable to copy index.html file to new subfolder with name '/home/.servername/blakeyrat/domain.com/forum/files/da3d9666984ab2938a8f4af1b24daa7f'
As you can see, the path given by phpinfo() and the path given by this error message are different... the error one contains an extra folder that I don't see otherwise. The weird thing is that if I modify the path I enter to include that extra folder, I get the exact same error. I'm assuming this is the result of some kind of redirection my host is doing? Is there any way to use a relative path instead of an absolute path?
Edit:
Just noticed this. It can create the folder successfully, but it can't write *inside* of the folder. So it looks like it's a plain old permissions issue. That said, I still don't know what's going on... the permissions of /files is correct, shouldn't the permissions of folders created inside of it be the same?
The folder created has permissions of 750
Is this a configuration error? Can anybody help me out here?
Thanks.
Upload index.html file to => /home/.servername/blakeyrat/domain.com/forum/files/
Thanks Frank H!