[QUOTE=rr;36751]Thanks for testing, this is sort of what I expected. I’m not a unix guru but I suspect this is a rights issue. pupload is a fairly simply file uploader (basically). So when it fails to move the file it may be that the webserver process does noet have the proper rights to move the file to its destination (the php file move that gets done using php_move_file function). My guess (and I may be wron in it) is that the webserver runs under a specific set of rights that doesnt allow the file to be moved to it’s destination directory.
You can find that out in detail if you use xdebug to debug the php code, then you can see in detail which code line fails.
Alternatively you could turn on the logging on your server and I mean the syslog.
I’m not a unix user (tho on occasion I do use linux) so you are a bit on your own here…
This may be helpfull: http://www.tutorialspoint.com/unix/unix-system-logging.htm[/QUOTE]
Tks for your suggestions.
Checking error_log, I found this:
PHP Warning: Unknown: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/html/) in Unknown on line 0 with reference to images_manager.php that is part of scriptcase8
Weird thing is, I do have a tmp folder with 777 permissions in /var/www/html, so I don’t know why is saying the restriction from open_basedir is in force. On the other hand, I don’t know why scriptcase is trying to write something on /var/www/html/tmp, when I have it’s system folders, configured with /var/www/html as Web Server’s Documents Root (absolute path) and /scriptcase8/tmp as Temporary Files Folder.