error: "Not in Coppermine..." error: "Not in Coppermine..."
 

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

error: "Not in Coppermine..."

Started by nuepel, June 17, 2007, 08:29:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nuepel

Hi,
I have installed coppermine in joomla. then I want to chang the language file turkish.php in ISO-8859-9.
I have upload the new language file. then I can't open my admin side and my webpage. On webpage is appeared "Not in Coppermine...".
my webpage : www.gindor.de

Sami

check your turkish.php it should have

if (!defined('IN_COPPERMINE')) { die('Not in Coppermine...');}

at the beginning just after copyright comments

Not an install issue, moving ...
‍I don't answer to PM with support question
Please post your issue to related board

nuepel

first I checked turkish.php, but it didn't work.
then I have checked turkish.php in joomla language file, and it was ok...
thanks a lot....

Sami

#3
So you had

if (!defined('IN_COPPERMINE')) { die('Not in Coppermine...');}

on your joomla's language file!

BTW you shouldn't remove that from coppermine's turkish.php file

Thanks for resolving :)
‍I don't answer to PM with support question
Please post your issue to related board