PDA

View Full Version : FTP Error when uploading/testing.


Bas
28th of May 2007 (Mon), 06:49
I've fixed the problems concerning the admin login, and everything works so far. Except for the option to thumbnail the pictures.

There seems to be an error somewhere during the FTP Process, but I can't figure out what it is.

I've made a new FTP Account for EE2, but I get this weird error when testing the FTP Server:


msg 11890 | internal ftp: SIZE ee_test0.jpg
msg 11889 | internal ftp: EE PROGRAM SERVER: UPLOAD OF 'ee_test0.jpg' FAILED. Reason: readfile(ftp_test_files/ee_test0.jpg) [function.readfile (http://gallery.bassius.nl/basje123/function.readfile)]: failed to open stream: Operation not permitted
msg 11888 | internal ftp: ee_test0.jpg UPLOAD FAILED
msg 11887 | internal ftp: upload in progress...
msg 11886 | internal ftp: 150 Opening BINARY mode data connection for ee_test0.jpg

All those folders are chmod 777, so that can't be the problem? The FTP account has all access it needs, so that can't be it as well.

I Get the following error when I want to rethumbnail the pictures that i've uploaded so far, but that haven't been thumbnailed. Via the 'Rethumbnail' option.

msg 11903 | rethumbnail: ERROR SAVING FILE http://www.bassius.nl/gallery/upload/normal/IMG_4571.jpg to temp folder
msg 11902 | rethumbnail: retrieving http://www.bassius.nl/gallery/upload/normal/IMG_4571.jpg (photo: 1, size:1)
msg 11901 | rethumbnail batch info: OLD RETHUMBNAIL BATCH DELETED
msg 11900 | rethumbnail batch info: OLD RETHUMBNAIL BATCH DELETED

Pekka
28th of May 2007 (Mon), 09:47
What does "Install check" tell you? Maybe your disk quote is full?

Bas
28th of May 2007 (Mon), 17:07
Everything is okay, except for these PHP things:
38. Exec() function available no

39. Passthru() function available no

WARNING Neither exec() or passthru() function is available
You can not use NETPBM or IMAGEMAGICK libraries for resize methods.

42. Allow opening of URL content (include/read) - allow_url_fopen: yes (POSSIBLE SECURITY RISK. You should contact your server admin ASAP and request that 'allow_url_fopen' should be set off

I Am using the GD resizing method, because the other utilities aren't installed on my host, and I can't install them, and they won't install them.

Disk Quote is 3gb's, and i'm only using 180mb or somewhat near that.

Pekka
28th of May 2007 (Mon), 18:27
Delete admin/temp folder, then recreate it and give it 777 permission.
Delete admin/UPLOAD/ee_temp_upload folder, then recreate it and give it 777 permission.

UPLOAD folder should also be 777.

Check that ftp user is allowed to create folders and files (in ftp server configuration file).

Check also that folder owners and groups are correct.

Bas
29th of May 2007 (Tue), 08:09
Doesn't seem to work Pekka :(

The FTP User has all rights, from the 'root' folder.
I Have recreated the folders you said, but still it doesn't work. I Get this error when testing the ftp server.

msg 15870 | internal ftp: EE PROGRAM SERVER: UPLOAD OF 'ee_test0.jpg' FAILED. Reason: readfile(ftp_test_files/ee_test0.jpg) [function.readfile]: failed to open stream: Operation not permitted
msg 15869 | internal ftp: ee_test0.jpg UPLOAD FAILED
msg 15868 | internal ftp: FAILED 0
msg 15867 | internal ftp: upload in progress...
msg 15866 | internal ftp: 150 Opening BINARY mode data connection for ee_test0.jpg

Pekka
29th of May 2007 (Tue), 10:21
If you can PM info how to get into your editor and ftp access to EE folder I can take a look.