[SOLVED] Error while uploading files

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Narcanti
Posts: 31
Joined: Fri 12. Dec 2003, 16:12

[SOLVED] Error while uploading files

Post by Narcanti »

The problem was, that the provider installed seperate /tmp-Directories for each virtual host and tried to reference them by symlinks.
PHP can't create files in linked dirs, so that didn't work.

No phpwcms-Problem after all. Just in case this should happen to someone else...



Hi!
I have an installation of phpwcms 1.2.5-DEV which was working fine.
Now it seems the hosting provider changed something.
When I try to upload files in the filemanager I get this error:
Fehler beim schreiben in den Speicher (1)

The user-rights of the directories are exactly the same and how they should be.
I tried to upload the files via ftp, but after I try ftp-takeover I also get an error. I looked at act_ftp-takeover.php an the error seems to occur where the file should be copied to phpwcms_filestorage, but I can't guess why.

Has someone had this problem before?

I can't reach the provider right now and I'm trying to figure out the problem.
I think the provider put open_basedir restrictions in effect, but that should not
be a problem, should it? Everything else seems to work...
kiwix
Posts: 65
Joined: Fri 25. Feb 2005, 09:40

Post by kiwix »

Take a look at this thread:

http://www.phpwcms.de/forum/viewtopic.p ... highlight=

Maybe the hoster upgraded the php version.

Cheers
KiWiX
Narcanti
Posts: 31
Joined: Fri 12. Dec 2003, 16:12

Nope

Post by Narcanti »

Hi Kiwix,
thanx for your reply, but as I already wrote it was a problem of the upload_tmp directory in php, not the version.

Cheers
Post Reply