forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: nikole on January 23, 2006, 10:06:23 pm

Title: Login Issues
Post by: nikole on January 23, 2006, 10:06:23 pm
Before I upgraded my theme I could log in but now when I log in it says welcome to me then brings me back to the index and there's no admin menu showing up and I'm not logged in anymore.

Here's my gallery link
http://www.harsh-light.org/adenisof/gallery/index.php

And heres my template code(i figure that's needed b/c the admin menu thing is in the template code but i have no idea if you need this or not to figure out whats wrong)
Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{LANG_DIR}">
<html>
<head>
<title>{TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
{META}
<link rel="stylesheet" href="themes/sapprckt/style.css" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body>
{CUSTOM_HEADER}

<table width="100%" border="0" cellpadding="20" cellspacing="20">
<tr>
<td valign="top"><center><img src="themes/sapprckt/images/titleimage.png" alt="Alexis Denisof Online Gallery" />

<br />



{SYS_MENU}<br />{SUB_MENU}


<br />

{ADMIN_MENU}

{GALLERY}




</center></td>
</tr>



</table>
{CUSTOM_FOOTER}
{VANITY}

</body>
</html>
Title: Re: Login Issues
Post by: Joachim Müller on January 24, 2006, 06:52:37 am
You already have another open thread (http://forum.coppermine-gallery.net/index.php?topic=26834.0) that deals with your theme that doesn't work. You don't have an admin menu because you have messed with your custom theme.php - the menu tokens don't get parsed properly. To verify if this issue is theme related, switch temporarily to another unmodified theme that comes with coppermine by adding theme=classic or similar to the url, e.g. http://www.harsh-light.org/adenisof/gallery/index.php?theme=classic
When asking for support on login issues, you should post a non-admin test user account with it.
Title: Re: Login Issues
Post by: nikole on January 24, 2006, 08:13:29 pm
It still doesn't work in other themes. And also I don't understand what parsed means. And I don't know how to make a test user account.
Title: Re: Login Issues
Post by: nikole on January 24, 2006, 11:34:04 pm
ignore this thread i'm giving up.