Search…

X3 Photo Gallery Support Forums

Search…
 
misterx
Topic Author
Posts: 1
Joined: 31 Mar 2010, 10:54

image upload problem

31 Mar 2010, 10:59

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?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

02 Apr 2010, 03:07

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.
 
Hutmann
Posts: 4
Joined: 01 Jul 2010, 05:43

01 Jul 2010, 05:49

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....
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

05 Jul 2010, 04:29

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 ...
 
Hutmann
Posts: 4
Joined: 01 Jul 2010, 05:43

05 Jul 2010, 04:40

My host says he will not derestrict open_basedir :( !

I will send you the link to the gallery as pn
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

05 Jul 2010, 11:35

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?
firedev.com
 
Hutmann
Posts: 4
Joined: 01 Jul 2010, 05:43

06 Jul 2010, 02:19

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
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

07 Jul 2010, 23:31

Try it now, looks like there was a bug. Thank you for reporting it.
firedev.com
 
Hutmann
Posts: 4
Joined: 01 Jul 2010, 05:43

08 Jul 2010, 02:13

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.....
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

09 Jul 2010, 13:23

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!
 
cheongphoto
Posts: 12
Joined: 19 Jul 2010, 12:56

19 Jul 2010, 13:59

i have this problem too!!
can i have the older verson? (as like 2.1.6)
 
User avatar
McArrow
Imagevue Developer
Posts: 12
Joined: 29 Jun 2008, 14:50

19 Jul 2010, 17:06

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
Code
while ($fc = glob($this->_path . $newName . '.*')) {
to
Code
while ($fc = glob($this->_path . $newName . '.*') && count($fc)) {
Although, I'm pretty sure that we already change this in latest release...
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

20 Jul 2010, 04:23

You can download the zip from our site once again, it contains the fix.
firedev.com
 
cheongphoto
Posts: 12
Joined: 19 Jul 2010, 12:56

21 Jul 2010, 08:19

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?
 
cheongphoto
Posts: 12
Joined: 19 Jul 2010, 12:56

28 Jul 2010, 15:37

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