forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 upload => Topic started by: jeje62 on March 22, 2010, 01:10:59 pm

Title: Batch Upload problem on IIS server
Post by: jeje62 on March 22, 2010, 01:10:59 pm
Hi,
I've just upgrade my CP gallery to 1.5.3 and i've got a problem with the Batch upload FTP.

Like on previous edition, it was necessary to modify "minibrowser.php" file, but i'm not very good on PHP.

I try to replace this file with the older and modified file (works on 1.4) but i can only see my root folders and move nothing.

Could anyone help me ?
Thank's in advance
Title: Re: Batch Upload problem on IIS server
Post by: Joe Carver on March 22, 2010, 01:44:03 pm
You will first need to follow the rules for posting.

You have made less than 10 minutes ago a posting on the French support board asking about the same issue.
Do not over post!

You have not posted a link to your Coppermine installation.
Posting a link is required when asking for support!

You have not followed the guidelines and mandatory procedures outlined in your Document package about "Asking for help on upload issues"
Read the docs - Read the forum rules for posting.

Title: Re: Batch Upload problem on IIS server
Post by: François Keller on March 22, 2010, 01:52:19 pm
Quote
You have made less than 10 minutes ago a posting on the French support board asking about the same issue.
Do not over post!
Joe, I told jeje62 to ask on the english board as we d'ont have french supporter who have skills to aswer his question, so it was not an over post...  ;)
Title: Re: Batch Upload problem on IIS server
Post by: jeje62 on March 22, 2010, 01:53:59 pm
thank's François, link to the Gallery : http://www.echo62.com/cpg132
Title: Re: Batch Upload problem on IIS server
Post by: Joe Carver on March 22, 2010, 02:08:55 pm
Joe, I told jeje62 to ask on the english board as we d'ont have french supporter who have skills to aswer his question, so it was not an over post...  ;)

Apologies François!  :)
Title: Re: Batch Upload problem on IIS server
Post by: Joachim Müller on March 22, 2010, 02:47:11 pm
Actually, if you have issues with uploading, you should do exactly as suggested in http://documentation.coppermine-gallery.net/en/upload_troubleshooting.htm
So far all you did was posting a link to your gallery (after being told so).
Title: Re: Batch Upload problem on IIS server
Post by: François Keller on March 22, 2010, 02:57:20 pm
@ Joe
Quote
Apologies François!  Smiley
No problem :D
Title: Re: Batch Upload problem on IIS server
Post by: jeje62 on March 22, 2010, 03:29:02 pm
Sorry joachim,
I think i'll done all the things/
Login : tester
password : tester.

I test-it, uplok, but there no access to the FTP uplaod with this account ?
Title: Re: Batch Upload problem on IIS server
Post by: jeje62 on March 22, 2010, 03:29:49 pm
Sorry joachim,
I think i'll done all the things/
Login : tester
password : tester.

I test-it, upload OK, but there no access to the FTP upload with this account ?
And this is the problem :(
Title: Re: Batch Upload problem on IIS server
Post by: Joachim Müller on March 22, 2010, 03:54:08 pm
Regular http uploads work as expected (see http://www.echo62.com/cpg132/displayimage.php?album=173&pid=10687#top_display_media). What batch-add interface do you use? Are you aware that you can't use the browsable interface?
Like on previous edition, it was necessary to modify "minibrowser.php" file, but i'm not very good on PHP.
Post your modifications.
Title: Re: Batch Upload problem on IIS server
Post by: jeje62 on March 22, 2010, 04:30:35 pm
Sorry, i've watched again and it's not minibrowser.php but Searchnew.php
on line 579 of searchnew.php  (CPG 1.4.25)
I've replace this line :
    $iframe_startfolder .= str_replace('searchnew.php', '', __FILE__).rtrim($CONFIG['fullpath'], '/').'/';

With this one :
    $iframe_startfolder .= rtrim($CONFIG['fullpath'], '/').'/';

I've try the same in 1.5.3, but nothin g works

The problem is only with the explorer interface, with the old Batch interface no pb. But i've got a lot of folder, and the older batch is very very long...
Attached, Screen of the interface.
Title: Re: Batch Upload problem on IIS server
Post by: jeje62 on March 22, 2010, 04:54:42 pm
I've found thahts searchnew.php gave the good path to iframe "minibrowser.php"an echo on $iframe_startfolder on this file gave me "D:\sites\Echo2009\cpg132\albums\", the right path of the albums.
Maybe it's the problem is on "minibrowser.php file
Title: Re: Batch Upload problem on IIS server
Post by: Joachim Müller on March 22, 2010, 05:19:37 pm
Did you ignore my questions on purpose?
What batch-add interface do you use? Are you aware that you can't use the browsable interface?
Title: Re: Batch Upload problem on IIS server
Post by: jeje62 on March 22, 2010, 05:24:14 pm
wow... sorry !
I want to use the browsable batch interface, because the old is too slow with a lot of folders (more than 170).

This interface works fine on 1.4.8 with the mod below.

But if it not working on 1.5, i will downgrade !