
12th October 2012, 10:45
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
The problem is that you switched from php-fastcgi to mod_php. mod_php does not support different users for websites, so you cant upload files when you use mod_php or you will have to chmod the upload folder to 777 which is qute insecure.
|