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 (http://www.gindor.de)
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 ...
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....
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 :)