Batch Upload problem on IIS server Batch Upload problem on IIS server
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Batch Upload problem on IIS server

Started by jeje62, March 22, 2010, 01:10:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jeje62

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

Joe Carver

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.


François Keller

QuoteYou 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...  ;)
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

jeje62


Joe Carver

Quote from: François Keller on March 22, 2010, 01:52:19 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!  :)

Joachim Müller

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).

François Keller

@ Joe
QuoteApologies François!  Smiley
No problem :D
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

jeje62

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 ?

jeje62

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 :(

Joachim Müller

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?
Quote from: jeje62 on March 22, 2010, 01:10:59 PMLike on previous edition, it was necessary to modify "minibrowser.php" file, but i'm not very good on PHP.
Post your modifications.

jeje62

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.

jeje62

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

Joachim Müller

Did you ignore my questions on purpose?
Quote from: Joachim Müller on March 22, 2010, 03:54:08 PMWhat batch-add interface do you use? Are you aware that you can't use the browsable interface?

jeje62

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 !