coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Stephan on December 20, 2003, 12:09:16 AM

Title: Path pbs after update from 1.1 to 1.2
Post by: Stephan on December 20, 2003, 12:09:16 AM
Hello,
Since I'have update from the 1.1 to the 1.2, I have a problem where I click on the "Save modification" buton in the down of the config page :
If my config page adress is :

http:/www.mysite/mygalery/config.php

and if I click on this buton, my brownser going on this adress :

http:/www.mysite/www.mysite/mygalery/config.php

Which is not good. I don't find anything in the documentation about something about parameters for that, so, I dont see where is the pb.

An better idea than mine (use sql for modify parameters) would be very appreciated ;)
Title: Path pbs after update from 1.1 to 1.2
Post by: Joachim Müller on December 20, 2003, 07:50:30 AM
since you can't save your config anymore, you'll have to change this in the database itself (using a tool like phpMyAdmin): edit the coppermine config table (usually cpg11d_config) and find "ecards_more_pic_target". To match above example, fill in this value:
Quotehttp:/www.mysite/mygalery
(notice: there's no trailing slash).

Please post if this fixes your problem

GauGau
Title: Path pbs after update from 1.1 to 1.2
Post by: Stephan on December 20, 2003, 01:39:12 PM
Tnx for the reply,

In fact, the value of 'ecards_more_pics_target' is yet my website galery.
I'have : http://stephan.robert.free.fr/galerie for this one. I have trying to erase it and replace the value, but nothing change.

I have reproduce it in an other page :

http://stephan.robert.free.fr/galerie/displayimage.php?album=2&pos=1

If you click on the right/left direction arrows for having the next/previous picture, the problem is present.
Title: Path pbs after update from 1.1 to 1.2
Post by: Joachim Müller on December 21, 2003, 01:22:05 PM
there are several known issues with hosting on free.fr -> did you apply the fix mentioned here (http://coppermine.sourceforge.net/faq.php?q=CoppermineOnFranceFr#CoppermineOnFranceFr) (download here (http://prdownloads.sourceforge.net/coppermine/cpg1.1mod_free.fr_upload.zip?download))?

GauGau
Title: Path pbs after update from 1.1 to 1.2
Post by: Stephan on December 22, 2003, 12:40:34 AM
I have doing that when I have install the V1.1, but it sem's that It will be necessary to modify the init.inc.php again after install of V1.2, because the update put a new init.inc.php in replacement of the older...
Tnx, now it's work fine...