Login Issues Login Issues
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Login Issues

Started by nikole, January 23, 2006, 10:06:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nikole

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)
<!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>

Joachim Müller

You already have another open thread 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.

nikole

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.

nikole

ignore this thread i'm giving up.