PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost How do I...? (http://www.photopost.com/forum/reviewpost-how-do-i/)
-   -   MOVE Failed (http://www.photopost.com/forum/reviewpost-how-do-i/149164-move-failed.html)

inspi2012 January 24th, 2013 04:04 PM

MOVE Failed
 
I was trying to MOVE a product from one category to another category, and got this error message:


/home/i...../data/3/thumbs/large-DSC_24863.jpg -> /home/..../data/2/thumbs/large-DSC_24863.jpg
Copy of the file failed. Operation cancelled.

Could you please let me know the typical reason for this? So we can look into this.

Thanks so much!

Chuck S January 24th, 2013 04:17 PM

The typical reason for this is your data directory at every level is not 777 permissions.

That means the data/2/thumbs directory is not 777

Some other atypical issues would be the file itself is not permissioned right or corrupt.

The server path is incorrect.

Safe Mode is On on the server which prevents operations from being performed.

Basically the first thing to look at is make sure the data directory is 777 permissions at every level.

You can ssh to your server with putty or similar ssh client and issue this command after you have gone to your gallery directory

chmod -R 777 data

inspi2012 January 24th, 2013 05:13 PM

Thank you. It was the permission issue. I guess things got messed up after we move the server.

Lately quite a few members said they were not able to login, and retrieved password did not work either. Do you think this is also related to server move?

Thanks,
Sean

Chuck S January 24th, 2013 05:59 PM

I would suggest you check and make sure things are installed correctly permissions and paths are right. You also want to make sure PHP mail works on that server.

inspi2012 January 24th, 2013 06:26 PM

Thanks Chuck. I think the path to directory is right as some people uploaded successfully. php mail works as i am getting upload notification. Thanks for these pointers.

Chuck S January 24th, 2013 07:54 PM

Not a problem glad to help enjoy your evening.


All times are GMT -5. The time now is 11:04 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97