Page 1 of 1

Could not upload attachment

Posted: 23. February 2013 04:04
by Boondocs
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.

Re: Could not upload attachment

Posted: 23. February 2013 11:07
by archivar
Try to load the files individually in the appropriate folder using "FTP".

Re: Could not upload attachment

Posted: 23. February 2013 18:08
by Boondocs
I did upload via FTP and it works fine. I changed this line in the acp_portal.php

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,