Advanced search  

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]

Pages: [1]   Go Down

Author Topic: How can i do this ? : done but one more question ;)  (Read 5888 times)

0 Members and 1 Guest are viewing this topic.

kitebabe

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
How can i do this ? : done but one more question ;)
« on: November 20, 2003, 07:28:47 pm »

Hello !
my gallery is: www.kitebabe.fr.fm
i would like to install the latest script
how can i do this?
i dont want to lose data ;)

thanks !!!!!!!!


this is done !!
but i have a probleme, when i try to change setting in admin mode, when i try to save settings i have this message : The requested URL /flysurfing.free.fr/kitebabefinal/config.php was not found on this server.

what is the problem ?
thanks in advance !!!!!
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
How can i do this ? : done but one more question ;)
« Reply #1 on: November 21, 2003, 08:24:24 am »

@all: Warning: PopUp-Mania ahead on above link! To view the gallery without the nasty banner frame, visit http://flysurfing.free.fr/kitebabefinal/

@kitebabe: Check on config: does your ecard_link point to a valid url (without trailing slash)?

GauGau
Logged

kitebabe

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
How can i do this ? : done but one more question ;)
« Reply #2 on: November 21, 2003, 10:27:13 am »

Quote from: "gaugau"
@all: Warning: PopUp-Mania ahead on above link! To view the gallery without the nasty banner frame, visit http://flysurfing.free.fr/kitebabefinal/

@kitebabe: Check on config: does your ecard_link point to a valid url (without traling slash)?

GauGau


Hello Gaugau,
i don't understand beacause when i write on ecard link /kitebabe
there is alwas the bug !
any idea ?
Logged

kitebabe

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
How can i do this ? : done but one more question ;)
« Reply #3 on: November 21, 2003, 10:30:14 am »

Quote from: "kitebabe"
Quote from: "gaugau"
@all: Warning: PopUp-Mania ahead on above link! To view the gallery without the nasty banner frame, visit http://flysurfing.free.fr/kitebabefinal/

@kitebabe: Check on config: does your ecard_link point to a valid url (without traling slash)?

GauGau


Hello Gaugau,
i don't understand beacause when i write on ecard link /kitebabe
there is alwas the bug !
any idea ?


ps: i have tried again a i have always this 404 message :
http://flysurfing.free.fr/flysurfing.free.fr/kitebabefinal/config.php
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
How can i do this ? : done but one more question ;)
« Reply #4 on: November 21, 2003, 10:52:19 am »

the link should point to http://flysurfing.free.fr/kitebabefinal/config.php instead of http://flysurfing.free.fr/flysurfing.free.fr/kitebabefinal/config.php
Did you enter the full url (including the "http://" bit)?

GauGau
Logged

kitebabe

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
How can i do this ? : done but one more question ;)
« Reply #5 on: November 21, 2003, 11:03:30 am »

Yes Gaugau,
before the update i don't have this problem!
in ecard url i have entered :
http://flysurfing.free.fr/kitebabe/
Logged

sbpoole

  • Contributor
  • Coppermine regular visitor
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 66
How can i do this ? : done but one more question ;)
« Reply #6 on: November 21, 2003, 04:03:54 pm »

Try removing the trailing slash from your URL

Change this
http://flysurfing.free.fr/kitebabe/

To this
http://flysurfing.free.fr/kitebabe

Hope this works!  Sonny
Logged

kitebabe

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
How can i do this ? : done but one more question ;)
« Reply #7 on: November 22, 2003, 02:01:44 pm »

there is always the same problem :(((((((


thanks sbpoole
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
How can i do this ? : done but one more question ;)
« Reply #8 on: November 22, 2003, 03:08:57 pm »

Logged

kitebabe

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
How can i do this ? : done but one more question ;)
« Reply #9 on: November 23, 2003, 10:04:03 am »

yes the pacth is apply since my website was on line



Quote from: "gaugau"
did you apply the free.fr patch discussed in http://coppermine.sourceforge.net/faq.php?q=CoppermineOnFranceFr#CoppermineOnFranceFr ?

GauGau
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
How can i do this ? : done but one more question ;)
« Reply #10 on: November 23, 2003, 12:11:57 pm »

Probably free.fr doesn't support the env variable $PHP_SELF correctly. Try hard-coding the form action like this: edit config.php, look for
Code: [Select]
<form action="$PHP_SELF" method="post">and replace it with
Code: [Select]
<form action="http://flysurfing.free.fr/kitebabefinal/config.php" method="post">

GauGau
Logged

kitebabe

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
How can i do this ? : done but one more question ;)
« Reply #11 on: December 08, 2003, 03:03:13 pm »

thanks Gaugau
all work now !
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 18 queries.