Trouble Logging in through Website

10 posts by 3 authors in: Forums > CMS Builder
Last Post: June 16, 2015   (RSS)

Site - http://nalsofmissouri.com

Able to login using the nalsofmissouri.org/cmsAdmin/admin.php

Unable to login using the nalsofmissouri.org/login

No errors are created other than "Invalid username or password" when trying to login.  Let me know if you need a login and password to check or if this is a known issue.

Thanks.

By gkornbluth - June 9, 2015

Hi Paul,

Have you recently updated the membership plugin or your CMSB version?

Jerry Kornbluth

The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

I don't think we are running that plugin and we are updated to version 2.65.

Attachments:

Snip20150609_83.png 214K

Is this what you're looking for?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head> <title>NALS of Missouri</title>
<meta name="Description" content="" /> <meta name="Author" content="Net Engineers, Inc. - ne3.com" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="/css/style.css" /> <link rel="stylesheet" type="text/css" href="/css/screen.css" media="screen" /> <link rel="stylesheet" type="text/css" href="/css/print.css" media="print" /> <script language="javascript" type="text/javascript" src="/js/jquery.js"></script>
</head>
<body class="">
<div id="container">
<div id="header"> <a class="title" href="/">NALS of Missouri</a> <div class="clear"></div> </div> <!-- #header --> <div id="topmenu"> <ul> <li class="home"><a href="/" title="Home"><span>Home</span></a></li> <li class="contact"><a href="/contact" title="Contact Us"><span>Contact Us</span></a></li> <li class="login last"><a href="/login" title="Log In"><span>Log In</span></a></li> </ul> </div> <!-- #topmenu --> <div id="content"> <div id="content-left"> <div class="content-left-inner"> <div class="left-menu"> <div class="content"> <ul><li class="page first"><a href="/" title="Home"><span>Home</span></a></li><li class="page"><a href="/about" title="About Us"><span>About Us</span></a></li><li class="page"><a href="/affiliations" title="Affiliations"><span>Affiliations</span></a></li><li class="page"><a href="/calendar" title="Calendar"><span>Calendar</span></a></li><li class="page"><a href="/communications" title="Communications"><span>Communications</span></a></li><li class="page"><a href="/finance" title="Finance"><span>Finance</span></a></li><li class="page"><a href="/contact" title="Contact Us"><span>Contact Us</span></a></li><li class="page"><a href="/education" title="Education"><span>Education</span></a></li><li class="page"><a href="/links" title="Links"><span>Links</span></a></li><li class="page"><a href="/membership" title="Membership"><span>Membership</span></a></li><li class="separator"><span></span></li><li class="category"><span>Members</span></li><li class="link at"><a href="/login" title="Log In"><span>Log In</span></a></li></ul> </div> </div> <!-- .left-menu --> <br /><br /> <a href="http://www.nals.org/" target="_blank"><img src="/pix/nals-link.gif" width="118" height="44" border="0" alt="NALS" /></a> </div> <!-- .content-left-inner --> </div> <!-- #content-left --> <div id="content-main">


<div class="content-main-inner"> <div id="login-form"> <div class="title">Log In</div> <div class="content"> <form action="login" method="post"> <input type="hidden" name="do" value="login" /> <input type="hidden" name="r" value="" /> <div class="fields"> <label for="username">Username:</label> <input id="username" type="text" name="username" value="" /><br /> <label for="password">Password:</label> <input id="password" type="password" name="password" value="" /><br /> </div> <br /> <input type="submit" name="submit" value="Log In" /><br /> <br /> </form> </div></div>
<div class="tcenter"><em>HINT: Your username is your 5-digit NALS member number found on your membership card.</em></div><br /><br />
</div> <!-- .content-main-inner -->

<div id="footer"> <div class="footer-menu"> <public><li class="page first"><a href="/" title="Home"><span>Home</span></a></li><li class="page"><a href="/about" title="About Us"><span>About Us</span></a></li><li class="page"><a href="/affiliations" title="Affiliations"><span>Affiliations</span></a></li><li class="page"><a href="/calendar" title="Calendar"><span>Calendar</span></a></li><li class="page"><a href="/communications" title="Communications"><span>Communications</span></a></li><li class="page"><a href="/finance" title="Finance"><span>Finance</span></a></li><li class="page"><a href="/contact" title="Contact Us"><span>Contact Us</span></a></li><li class="page"><a href="/education" title="Education"><span>Education</span></a></li><li class="page"><a href="/links" title="Links"><span>Links</span></a></li><li class="page"><a href="/membership" title="Membership"><span>Membership</span></a></li><li class="separator"><span></span></li><li class="category"><span>Members</span></li><li class="link at"><a href="/login" title="Log In"><span>Log In</span></a></li></public> </div> Copyright &copy; 2002-2015 NALS of Missouri <span class="ne3">Design by <a href="http://www.ne3.com">Net Engineers, Inc.</a></span> </div> <!-- #footer --> </div> <!-- #content-main -->
<div class="clear"></div> </div> <!-- #content --> </div> <!-- #container -->
</body></html>

By Damon - June 15, 2015

Hi,

The code you posted is missing all the PHP code.

Can you post or attached the actual full PHP page?

Thanks!

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

You'll have to forgive me for not being familiar with your system.  =)

Where would I find the PHP code?

The attached file is the page referenced in the list of the site content.

Attachments:

loginphp.png 1732K

By Damon - June 15, 2015

For this page here:
http://nalsofmissouri.org/login/index.php

Can you download the index.php file via FTP and then attach it?

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

How's that?

Attachments:

page-login.php 1K

By Damon - June 16, 2015 - edited: June 16, 2015

Hi Paul,

Thanks for sending that in. 

I took a look at the code and it doesn't look familiar to our programming style.

Who actually built the login form? And does it hook into CMS Builder?

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/