upload error: upload failed: ".
uplate
Joined: 2005-05-04
Posts: 23 |
![]() |
I can no longer upload photos via Gallery Remote. I am getting this error when I try: PHP4.4.2 |
|
uplate
Joined: 2005-05-04
Posts: 23 |
![]() |
bump |
|
uplate
Joined: 2005-05-04
Posts: 23 |
![]() |
I am still struggling with this issue. Neither gallery remote or the web-based upload form works. I've upgraded my gallery to 2.1.2, fooled around with php.ini, all with no luck. The solutions I've tried have been changing php max size and post values, but all my photos I've been trying to upload are less than 1mB, so that's really not the issue. I've also tried this solution: What could this issue be related to? |
|
rso
Joined: 2006-05-15
Posts: 6 |
![]() |
Hi, http://gallery.menalto.com/node/56773 This problem seems to be very common under different platforms. Best, |
|
joelfarris
![]()
Joined: 2006-02-20
Posts: 15 |
![]() |
No, it's not a Windows only error. I get the same problem when using Gallery Remote 1.5.1-b30 on Mac OS 10.4.9. The Gallery Remote program goes through the motions, but announces, "Upload failed" after each image. The files seem to be fully uploaded, and Gallery App even sees that X number of new images have been created, but they all have broken-image icons. This one's weird! |
|
aidanlister
Joined: 2005-12-07
Posts: 56 |
![]() |
Same problem here, but sporadically. I can upload say 300 photos, 20 may pop up with this error. Just clicking upload again fixes the problem too. |
|
joelfarris
![]()
Joined: 2006-02-20
Posts: 15 |
![]() |
Ok, that's a little different from my error. I can upload 100 photos, and 100 of them will show a Gallery Remote error. They're all on the server as files too. Unusable, unviewable files. |
|
Rescue9
Joined: 2007-05-02
Posts: 3 |
![]() |
I had this error myself. My problem was the fact that I was trying to upload files that were too big for my installation. My php.ini was set for an upload of 2M, but I wanted to upload 7M pictures. There is a bit of information on this in the gallery faq. Try this information. AB |
|
blackbox42
Joined: 2005-06-11
Posts: 6 |
![]() |
I'm getting this same error. Uploading from a Windows box with the lastest version of Gallery Remote to a Debian box with the latest version of Gallery. I've tried both file and database locking. Neither work. Every fifth image uploads (on average). Here is my debug output: 2008-06-29 13:08:17 [<no session id>] file_exists(/home/blackbox/album_store/cache/module/_all/0/0/GalleryFactoryHelper_loadR 2008-06-29 13:08:17 [5ea24d3312d3809f42d20d94f9b18e7b] file_exists(/home/blackbox/album_store/cache/module/_all/0/0/GallerySt 2008-06-29 13:08:17 [5ea24d3312d3809f42d20d94f9b18e7b] controller remote.GalleryRemote, view 2008-06-29 13:08:17 [5ea24d3312d3809f42d20d94f9b18e7b] <hr /> 2008-06-29 13:08:17 [5ea24d3312d3809f42d20d94f9b18e7b] <hr /> 2008-06-29 13:08:17 [5ea24d3312d3809f42d20d94f9b18e7b] <hr /> 2008-06-29 13:08:17 [5ea24d3312d3809f42d20d94f9b18e7b] <hr /> 2008-06-29 13:08:17 [5ea24d3312d3809f42d20d94f9b18e7b] <hr /> 2008-06-29 13:08:17 [5ea24d3312d3809f42d20d94f9b18e7b] getParameter lock.system for core plugin 2008-06-29 13:08:18 [5ea24d3312d3809f42d20d94f9b18e7b] <hr /> 2008-06-29 13:08:18 [5ea24d3312d3809f42d20d94f9b18e7b] <hr /> 2008-06-29 13:08:18 [5ea24d3312d3809f42d20d94f9b18e7b] <hr /> 2008-06-29 13:08:18 [5ea24d3312d3809f42d20d94f9b18e7b] <hr /> 2008-06-29 13:08:18 [5ea24d3312d3809f42d20d94f9b18e7b] <hr /> 2008-06-29 13:08:18 [5ea24d3312d3809f42d20d94f9b18e7b] file_exists(/home/blackbox/album_store/cache/module/_all/0/0/GalleryMi |
|
blackbox42
Joined: 2005-06-11
Posts: 6 |
![]() |
Blah, this ended up being a problem with my max upload size (I upgraded to php5 recently). Gallery Remote should at least give you the same error as the "From Web Browser" tab of Add items. Just stating "upload failed" without stating why it failed is a serious bug. |
|
humblemumble
Joined: 2009-05-13
Posts: 1 |
![]() |
Hi, on my box this was issue with php unable to write to system tmp dir. To fix this , check via phpinfo() where the tmp is set and make sure the correct permissions are setup for web server user to be able to write to that folder. In my case i had separate logical volume mounted as /tmp but with root:root 755 owner/rights which disallowed php to use it. Also good way to debug possible related issues is to setup logging in php.ini, fe : as there was nothing logged in http logs or sa output of gallery remote client. hth |
|
dkerlee
![]()
Joined: 2005-06-09
Posts: 50 |
![]() |
. |
|
sodageek
Joined: 2009-12-14
Posts: 2 |
![]() |
Following the phpinfo suggestion fixed it for me. I had the post_max_size set properly but also need to adjust the post_max_size set as well. This was on a Windows box. |
|
tengteng
![]()
Joined: 2010-06-24
Posts: 1 |
![]() |
I can upload 30 photos, most of the photos show the window displays the remote error. |
|
knproductions
Joined: 2010-11-08
Posts: 2 |
![]() |
I'm having a similar issue after my host changed servers. I made the initial error of doing an install using dataglob as part of the root install folder. I've managed to remove the old dataglob information, but I still get an error when trying to add images. Error Detail - * in modules/core/classes/GalleryDataItem.class at line 173 (GalleryCoreApi::error) System Information Thanks in advance for the help. |
|