Windows IIS hosting - Batch Add File is nfg Windows IIS hosting - Batch Add File is nfg
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Windows IIS hosting - Batch Add File is nfg

Started by Charlie-brm, January 25, 2012, 10:35:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Charlie-brm

From what I've searched, moving to a Windows IIS company is the root of my issues with Batch Add Files not displaying any folders at all.
However, EasyCGI says their hosting works for Coppermine - except they won't offer any help on the matter other than to say 'do a manual installation'. And I don't have access to the permissions panel.

So far not impressed with the whole Windows IIS experience.

Αndré

Do you just want to share your experiences or are you asking for support?

Charlie-brm

LOL. Yeah, yesterday I wanted to share. Today I'm ready to try it one more time. i've used Coppermine on different sites since 2005 and this is the first real PITA configuration. Here's the latest from their tech:

Quoteit's somewhat common on our platform for issues with the filepath an application uses appearing to be permissions issues. I would recommend checking to ensure that the application is using the 'Document Root' listed in the control panel in its configuration ( \\boswingf\home\users\web\b129\ez.luresandtours\ )

To try that recommendation, where is it that I am supposed to put that path? ie. use that instead of albums/ in the File section of the Config dialog or somewhere in a php file?
My various gallery folders are listed for example as luresandtours.com/coppermine/albums/uploads/Bassmania2007


Αndré

They're talking about the path before the Coppermine directory. Coppermine embeds the minibrowser via an iframe with the following code:
$iframe_startfolder = str_replace('searchnew.php', '', __FILE__) . rtrim($CONFIG['fullpath'],'/') . $folder_sep;

Replacing the above line with
echo $iframe_startfolder = str_replace('searchnew.php', '', __FILE__) . rtrim($CONFIG['fullpath'],'/') . $folder_sep;
prints the detected above the minibrowser. Maybe that value will tell us what's wrong.