Problem definitionI have the following setup:
MySQL 5.0.41
PHP 5.2.2
PHP 4.4.7
phpMyAdmin 2.10.1
I just ugraded to CMSMS 1.0.6 from 1.0.5
"My uploads are not getting on the server but are showing up in the filemanager list."
Symptoms
First I go to "filemanager --> test folder". Next I select "browse". I select the file that I want to upload - "test.pdf" (10kb). Finally, I click send. The new file shows up in the filemanager list; however, it is not actually there.
When I click on the test.pdf link in filemanager, I get, "Object not found".
I checked my c:\xampp\tmp directory and there are several sessions there with names like "sess_89888457394ce69554e37d3facae0e3d".
Steps I have taken
I checked my php.ini under file uploads. Here is the configuration:
I checked all of the sticky threads before posting.;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = "c:\xampp\tmp"
; Maximum allowed size for uploaded files.
upload_max_filesize = 32M
I even did a search on this forum for "upload".
I have not found a solution so now I must post my question/challenge.
Here is a movie of my problem:
Note: This is not the actual site where the problem is occuring.
