After testing some modules l came up with an logo upload problem.

# warning: move_uploaded_file(/tmp/og-medium-.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in C:\wamp\www\Gaurav\social_network\includes\file.inc on line 572.
# warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\wamp\tmp\php19.tmp' to '/tmp/og-medium-.jpg' in C:\wamp\www\Gaurav\social_network\includes\file.inc on line 572.
# File upload error. Could not move uploaded file.
# The settings have not been saved because of the errors.

Can u suggest a solution to my problem?
Any help will be deeply appreciated!

Thanks
-Gaurav GAgan-

Comments

betz’s picture

Have a look at this topic.
http://drupal.org/node/63417

karngaurav’s picture

Can u suggest a solution to my problem?
Any help will be deeply appreciated!

karngaurav’s picture

Can u suggest a solution to my problem?

alexrayu’s picture

Seems to be easy - your file.inc seems to be missing. Your Drupal installaton appears to be corrupt.

- Alexei Rayu.

Drupal Related Services | SiteHound 2.3 (based on Drupal 6.5) - Drupal for Beginners! Please test and comment.

betz’s picture

your file.inc is not missing...
it is the function that moves your file in the file.inc file has problems because it cant find your tmp folder.
I see your using windows, that will be the problem, the tmp folder isnt the same.
So it has nothing to do with your file.inc folder. Your drupal installation is NOT corrupt.

karngaurav’s picture

Thanks

alexrayu’s picture

Right, it's not corrupt. I misread your error message in 2 AM. I hope you have not yet reinstalled Drupal. My apologies.

- Alexei Rayu.

Drupal Related Services | SiteHound 2.3 (based on Drupal 6.5) - Drupal for Beginners! Please test and comment.

karngaurav’s picture

Is any module for recent visitor ..
I am using drupal 6.5
http://karngaurav.co.cc/
i want to add recent visitor module..

i found a http://drupal.org/node/52345 but its not working...
Thanks..