Impossible to move somepic.jpg to albums/userpics/ Impossible to move somepic.jpg to albums/userpics/
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Impossible to move somepic.jpg to albums/userpics/

Started by robr3004, July 30, 2008, 05:59:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

robr3004

So I've been through the "Upload troubleshooting" and "Asking for support on upload issues" and I'm still getting "Impossible to move somepic.jpg to albums/userpics/" error message.

I verified multiple times though FTP and Cpanel that the permissions on the albums folder and all sub folders is set to 777. I even set them to 755 and then back to 777 just to force a change of the permissions on the folders.

Here is the exact error I receive:

"Impossible to move Indian_Hill_Car_Fire_10-28-2007-01.JPG to albums/userpics/10001/ !

File: /home/tr2fdco/public_html/gallery/db_input.php - Line: 355"


The first indication that there was a problem was when I tried to batch add some images and the Thumbnails and Results images were coming up as Red X's

I'm running 1.4.18 on a VPS Server.

One strange thing is that a week ago when I installed the script, I uploaded 1 image as a test with no problems. Now tonight I deleted that image and the album it was in and this problem started.

Things I have checked or tried:
- PHP Script Memory is set to 32MB
- Tested with Classic Theme
- Tried uploading a small image file under 100K (Image attached listed in error message)

Gallery Link: www.tr2fd.com/gallery
Test User: testuser
Password: password

robr3004

Anyone have any idea on this one? I installed the script to a second site and it has the same issue.


robr3004

I went through the suggested steps before posting my original message. I thought maybe I was missing something but I went through the steps again just now to make sure.

1) I followed the steps for the second error message listed "Impossible to move somepic.jpg to albums/userpics/"

All the permissions are set for 777 on the listed directories.

2) Just for fun I followed the steps for 1st error message listed even though I'm not getting the warning "Impossible to move somepic.jpg to albums/userpics/ Warning: move_uploaded_file(/tmp/phpezCYKr) [function.move-uploaded-file]: failed to create stream: Operation not permitted"

open_basedir is enabled. I even disabled it and re-enabled it just to make sure it wasn't hung up.

3) I have a directory listing txt file of the gallery folder showing the permissions of all the files and folders if you would like me to send it to you.

I apologize if I'm missing something.

robr3004

Did a little test. Since the error points to the path "albums/userpics/10001/" I went in and renamed the 10001 folder, then went in and tried to add a photo to the gallery. I still received the same error message, but it created a new 10001 folder. Not sure if this helps.

Joachim Müller

You're supposed to look into the temporary folder error/missing or make your webhost look into that if you can't.

robr3004

Quote from: Joachim Müller on August 06, 2008, 06:49:57 AM
You're supposed to look into the temporary folder error/missing or make your webhost look into that if you can't.
I did not look to deep into that only because I'm not getting the "Warning: move_uploaded_file(/tmp/phpezCYKr)
[function.move-uploaded-file]: failed to create stream: Operation not permitted"
error message which indicates a temporary folder issue.

I will look deeper in the temporary folder issue and report back.

Thanks

lostxlullabyx

I'm getting the message impossible to move now when i upload pics.
I changed the permissions and everything else.

the last two post I do not understand.

Can anyone help me?

I could give my username and password for you to do it

Please someone answer me.

Joachim Müller


robr3004

Just a little update:

Still working with my hosting company...they are currently having a problem with their customer database, not related to the web server, so my temp file issue is a low priority since it's a script.

I did notice that another one of my scripts is having a problem with temp directories as well. I think it has to do with open_basedir but I'm not sure how to configure it correctly.  :-\ I played around with the php.ini settings, but I'm not 100% sure how to set the path to a temp directory in the home directory of the site. I'm hoping the hosting company can assist me with that.

Soon as I have an update I'll let you know.

robr3004

Turns out the folders under \albums\userpics had no cpanel user assigned to them. I had to SSH in to the server and run the command:

chown user.user foldername

Once the folders had a cpanel user assigned to them it got past the error. Now I have a ImageMagick error not related to this issue.

ericr23

I experienced this error after moving from shared hosting to VPS. Following the Coppermine documentation, I changed permissions of the "albums" folder and all enclosed folders and files to 777. That fixed it.

Joachim Müller