include coppermine on my website? include coppermine on my website?
 

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

include coppermine on my website?

Started by andreasbs, November 22, 2006, 11:44:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

andreasbs

Hello, hope someone can help me eith this little problem :)

Im kind of new to php programing, but why can`t i do this somewhere on my website?

<?PHP
include("/cpg14/index.php?cat=10001");
?>

and make it show my gallery? :(



Regards Andreas

Joachim Müller

Coppermine can not be integrated into another page using PHP's include or require command, because then the headers are already sent and subsequently Coppermine's cookie auth doesn't work.

Sami

‍I don't answer to PM with support question
Please post your issue to related board

andreasbs

Quote from: Sami on November 23, 2006, 05:52:07 AM
Then use cpmFetch

I loked at that, but i could not make it show the page i wanted. Could you show me how. i want to show a specific user folder.


A

Sami

‍I don't answer to PM with support question
Please post your issue to related board