e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
321 stars 213 forks source link

Forum upload does not work #432

Closed GoldenEye008 closed 10 years ago

GoldenEye008 commented 11 years ago

Hello,

I tried now on 3 different webservers and reinstalled e107 v2 clean every time...

When making a forum post and attach a file to it (doesnt matter if jpg oder pdf) it wont upload.

Fileupload is activated and the filetypes are set int filetypes.xml

Further, the import function from phpbb3 doesnt work either... it says always "cant rename file"

nlstart commented 11 years ago

Related to #310 ?

NZMikey commented 10 years ago

I found the issue why it was not uploading.

The directory it was trying to create an new directory for the users, did not exist.

Directory: media/[hashed]/plugins/forum/attachments/ did not exist, so upon create the directory, the uploads started to work again.

Moc commented 10 years ago

How is this working on the latest files from Github currently? Is this still an issue?

Moc commented 10 years ago

Closing this due to the lack of feedback, please open up a new issue if the problem is still current using the latest Github files.