directory trouble directory trouble
 

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

directory trouble

Started by zom, April 30, 2004, 10:37:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zom

I havr lots of error because it seems some visitors call coppermine page with wrong adress: instead calling

http://mysite.com/photos_coppermine/displayimage.php?album=212&pos=26              

for exemple the page is called with that adress:

http://mysite.com/photos_coppermine//displayimage.php?album=212&pos=26  

adding a  "  /  " just after the coppermine where are stored all the coppermine files and directories.

Does someone have also this problem and konws what to do to solve it?


thank you

Thanks to everyone

Casper

Check in your config.  Look for 'Target address for the 'See more pictures' link in e-cards'.  Make sure there is not a trailing slash, so it looks like, http://mysite.com/photos_coppermine

this is more important than it seems.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

zom

thanks  for your answer. I have check config wich is ok.
I have obmitted to precise that when I m going to the site, everything looks normal and following the links in coppermine alblum does not make appears those two // .
I note that only in my log_error files wich indicate me that pages with 2 // are called. But I don't know from what page it comes. And when those crazy links are printed on webpages.
:'(

What is also strange is that page ares with // instead one are printed but of course the links due to template are not working because they are targeting in a wrong directory.
Thanks to everyone