Your Portal Version: 2.0.1
Your phpBB Type: other phpBB Distribution
MODs installed: Yes
Your knowledge: Advanced Knowledge
Boardlink: http://paboys.com
PHP Version: 3.0.11
MySQL Version: Could not upload attachment
What have you done before the problem was there?
Searched the forums, looked for the error in the php files, looked at the faq sections
What have you already tryed to solve the problem?
Nothing at this point
Description and Message
Hi, tried searching here and Google. I am having an issue uploaded modules to my board. I get this error... Could not upload attachment to ./../portal/upload//(the zip file name).
To me it seems that there is an extra "/" where is this instruction located. I would think this is the file that needs to be modified.
I am running Acidtech theme and the latest version of phpbb 3.0.11
Thanks in advanced for the help.
Could not upload attachment
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Portal Professional
- Posts: 1960
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: Could not upload attachment
Try to load the files individually in the appropriate folder using "FTP".
V.G. archivar
sorry for my bad english
sorry for my bad english
Re: Could not upload attachment
I did upload via FTP and it works fine. I changed this line in the acp_portal.php
I removed the extra / after functions_upload and it works fine now.
Thanks,
Code: Select all
include($phpbb_root_path . 'portal/includes/functions_upload.' . $phpEx);
I removed the extra / after functions_upload and it works fine now.
Thanks,