Multiple file uploader ERROR

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
vectrus
Posts: 7
Joined: Sun 19. Nov 2006, 14:46
Location: Den Haag Netherlands
Contact:

Multiple file uploader ERROR

Post by vectrus »

Hi,

Been trying to figure out why the mutiple file uploader:

a: throws a 401 error,
b.logs me out of the backend.

It seems it cant move the uploaded file to the upload directory. This upload directory has been set to chmod 777, I even set the upload to chown www-data. But still it hangs on the 401 error. Placing the

Code: Select all

 $status = saveUploadedFile('Filedata', PHPWCMS_ROOT.$phpwcms["ftp_path"]);
on itself tell me the I cannot move the file. Where else do I need to look to fix my trouble ;-)

Kind regards,

Julius
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Multiple file uploader ERROR

Post by flip-flop »

Hi,

what CMS and flash version you are using?

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply