Page 1 of 2
image upload problem
Posted: 31 Mar 2010, 10:59
by misterx
hi
i've one problem. i'cant upload images via admin interface.
if i upload images via ftp everthing is ok, i can create the thumbs via admin interface.
but if i want to upload images via admininterface i can't see/edit new images.
I just recieve the notice, that the upload was successfully but the image is not online. i can't find the image on my server too.
folder permission is ok, there is no error.
anyone an idea?
Posted: 02 Apr 2010, 03:07
by mjau-mjau
How large are the images you are trying to upload? If they are very big, they may be beyond the http upload limit.
I can look into this, but you will need to provide your orderID, a link to your gallery and admin login details.
Posted: 01 Jul 2010, 05:49
by Hutmann
i do have the same problem. I cannot upload images by the admin interface, just by using FTP. When i upload the images with admin interface (html uploader), everything looks fine and shows "1 image(s) uploaded". But unfortunately no image appears!
The admin panel shows 1 error (open basedir) and 1 warning (suhosin). I can't deactivate suhosin (denied by provider), the htaccess workaround is also not working (get an error-page).
How can i solve this problem? Uploading with FTP is not the solution i want....
Posted: 05 Jul 2010, 04:29
by mjau-mjau
open_basedir restriction normally prevents you from being able to upload images properly, so most likely this is the problem. Why is your host using open_basedir as this is not industry-standard? Please send a link and login to your admin so we can check it and confirm ...
Posted: 05 Jul 2010, 04:40
by Hutmann
My host says he will not derestrict open_basedir

!
I will send you the link to the gallery as pn
Posted: 05 Jul 2010, 11:35
by Nick
Actually some reasonable settings should be just fine. Could you please provide an ftp login so we can check it?
Looks like the script might be dying because of timeout. Hard to say what's wrong exactly, need to take a closer look.
Have you ever thought about changing the hosting company btw?
Posted: 06 Jul 2010, 02:19
by Hutmann
We changed the host just because of the new website 6 months ago! Actually a very good hoster with fast and customer-friendly problem solutions.
I'll send you the ftp via PM
Posted: 07 Jul 2010, 23:31
by Nick
Try it now, looks like there was a bug. Thank you for reporting it.
Posted: 08 Jul 2010, 02:13
by Hutmann
Thanks very much! Everthing working perfect now! So will there be an update in the future? Because we will use the gallery for further projects this year.....
Posted: 09 Jul 2010, 13:23
by mjau-mjau
Hutmann wrote:Thanks very much! Everthing working perfect now! So will there be an update in the future? Because we will use the gallery for further projects this year.....
Yes - a bit one coming!
Posted: 19 Jul 2010, 13:59
by cheongphoto
i have this problem too!!
can i have the older verson? (as like 2.1.6)
Posted: 19 Jul 2010, 17:06
by McArrow
cheongphoto wrote:i have this problem too!!
can i have the older verson? (as like 2.1.6)
If you have the same problem you need to change line 529 of /imagevue/include/ivFolder.class.php from
while ($fc = glob($this->_path . $newName . '.*')) {
to
while ($fc = glob($this->_path . $newName . '.*') && count($fc)) {
Although, I'm pretty sure that we already change this in latest release...
Posted: 20 Jul 2010, 04:23
by Nick
You can download the zip from our site once again, it contains the fix.
Posted: 21 Jul 2010, 08:19
by cheongphoto
pain wrote:You can download the zip from our site once again, it contains the fix.
i was download the new 2.1.8 verson
but it still can't work....
when i upload the image,the image still didn't show on the album and sever
there have a "suhosin" error on Diagnostic page
can i have the 2.1.6 to try?
Posted: 28 Jul 2010, 15:37
by cheongphoto
i have been pm my ftp login to pain
and i don't get any reply about the can't upload problem
can i login and got the older verson(2.1.6) ?
the new 2.1.8 is not work on my sever