e-card picture url problem e-card picture url problem
 

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]

Main Menu

e-card picture url problem

Started by jtothek3030, May 07, 2007, 11:23:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jtothek3030

Hi, i was having a problem with my e-card urls, extra slash at end of url.  I fixed it by hard coding the url to the "more pictures" in ecard.php and displayecard.php.  I changed it to this in 3 places '{VIEW_MORE_TGT}' => 'http://eoraptor.com',
That worked fine for view more pictures link, but now the e-card image gives this: http://eoraptor.comdisplayimage.php/?pos=-91
with no slash after the .com
How can i fix this?

jtothek3030

ok, solved it. i just had to change the 3 instances ( 2 in ecards.php and one in displayecard.php) of '{VIEW_MORE_TGT}' => 'http://eoraptor.com', to '{VIEW_MORE_TGT}' => 'http://eoraptor.com/',