How can i do this ? : done but one more question ;) How can i do this ? : done but one more question ;)
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

How can i do this ? : done but one more question ;)

Started by kitebabe, November 20, 2003, 07:28:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kitebabe

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 !!!!!

Joachim Müller

@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

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 ?

kitebabe

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

Joachim Müller


kitebabe

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

sbpoole


kitebabe

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


thanks sbpoole

Joachim Müller


kitebabe

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

Joachim Müller

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<form action="$PHP_SELF" method="post">and replace it with<form action="http://flysurfing.free.fr/kitebabefinal/config.php" method="post">

GauGau

kitebabe