Can somebody tell me what this means, and what to do about it? I am trying to upload a file, in this case the file name is mouse.txt: PHP Warning: move_uploaded_file(/var/www/hidden/mouse.txt) [function.move-uploaded-file <http://test2k3/Dev/function.move-uploaded-file> ]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\Dev\uploadfile_action.php on line 12 Stephen Raney <mailto:[EMAIL PROTECTED]>
________________________________ From: jazzoo4 [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 10:01 AM To: Raney, Steve A. Subject: my opinion Check ur php.ini. find the session path and add ur folder where you save the sessions. check also the permissions u have on this folder. i think is that. ----- Original Message ----- From: Raney, Steve A. <mailto:[EMAIL PROTECTED]> To: php-install@lists.php.net Sent: Thursday, October 04, 2007 4:55 PM Subject: [PHP-INSTALL] Permission denied (13) error? Can anyone help me with this? I am running a login.php page, and I can connect, write and retrieve data from the MySQL5 database. I am having trouble with the session variable for some reason, getting the following junk after my page runs: PHP Warning: session_start() [function.session-start <http://test2k3/function.session-start> ]: open(C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\php\session\sess_bvmdr492mgemekl nolibfdir26, O_RDWR) failed: Permission denied (13) in C:\Inetpub\wwwroot\Login.php on line 9 PHP Warning: Unknown: open(C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\php\session\sess_bvmdr492mgemekl nolibfdir26, O_RDWR) failed: Permission denied (13) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\php\session) in Unknown on line 0 Stephen Raney