problem with $PHP_SELF and path 's within my galleries problem with $PHP_SELF and path 's within my galleries
 

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

problem with $PHP_SELF and path 's within my galleries

Started by manujolivet, June 06, 2005, 11:46:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

manujolivet

hi everybody,

lots of links in my galleries and admin don't work because it don't seek the good url.

for example it tries to reach :
http://www.arawak.org/www.arawak.org/preview/coppermine/displayimage.php?album=1&pos=1
instead of
http://www.arawak.org/preview/coppermine/displayimage.php?album=1&pos=1

i've read many topics. understood that it has something to do with the $PHP_SELF var in the init.inc file but i don't manage to make the correct change.

please help me !
thank you,


manu.


kegobeer

What links in your gallery don't work?  All four pictures displayed correctly with the correct URL when I visited your site.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

manujolivet


the 'next picture' button, the 'slideshox' button don't link to the correct url

even in my admin i can't save config because the 'save' button  goes to
http://www.arawak.org/www.arawak.org/preview/coppermine/config.php
instead of
http://www.arawak.org/preview/coppermine/config.php

well ther is a '/www.arawak.org' in some urls that is not wanted.

thanks for your reply, man.






manujolivet


Nibbler


manujolivet



Nibbler

That's the exact same link I gave you :)

Marking as solved.

Joachim Müller