i have installed everything as the steps say but I get this error :
Fatal error: Unknown function: require_login() in /home/absolute/public_html/nightlife/cpg/themes/default/theme.php on line 2
when attempting to go to the gallery index page.
where should I go to fix this?
line 2 is the require code:
<?php if (require_login()==0){
echo “You must be a member of the pMachine Weblog to access these galleries. <br />”;
echo “Contact someone@somewhere.com for more information.”;
exit;
} else {
. hope someone can help me with this. I think it will at least get me into coppermine to start condifiguring.
