using php include to use coppermine in a cms using php include to use coppermine in a cms
 

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

using php include to use coppermine in a cms

Started by kwilder, December 02, 2005, 01:52:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kwilder

I may be the first person trying to do this???   :-\\  I'm trying to bring coppermine into a page on my subdreamer (CMS) website.  Here's where it currently resides:

http://www.stormoutfitters.com/subdreamer/index.php?categoryid=31

But you can see where, I guess because of the include, it's tacking the path onto the subdreamer path and not able to display things properly.

Sorry i don't know better lingo, but could someone help me figure out where I can change the path and what it should be?

the subdreamer and gallery directories reside on the same level.  So I'm guessing I just need to add a ../gallery/ somewhere?  Can't find a config file.

Thank you for any help.

Sincerely,
Kristie

Nibbler

You can't include() coppermine. You should make a theme that matches the rest of your site.

kwilder

Quote from: Nibbler on December 02, 2005, 02:06:35 AM
You can't include() coppermine. You should make a theme that matches the rest of your site.

Well that stinks... Thanks.  (I think?  lol)