Frontend user - Column count error

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
benn

Frontend user - Column count error

Post by benn »

Hello

I am using CMSMS 1.1 Samoa
FrontendUsers 1.2.0
Selfreg 1.1.1
Linux server
PHP 5

I am using the frontendUsers module on my website but getting the below error message when I try to login using an unregistered username and password.

Code: Select all

Column count doesn't match value count at row 1
The source code for the page is below (after failed login). It's missing the rest of the page!

Code: Select all

<!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" xml:lang="en" >
<head>
<title>Incentive Wales - About us</title>
<base href="http://www.incentive-wales.com/" />
<meta name="Generator" content="CMS Made Simple - Copyright (C) 2004-6 Ted Kulp. All rights reserved." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Description" content="Incentive Wales - About us - Incentive Wales Care Services Ltd. is a professionally led company with a social aim to link key professionals with identified service gaps in Wales in order to improve the diversity and quality of services available to our community."/>

<meta name="Keywords" content="incentive, wales, care, services, professionals, service, wales, diversity, quality, community."/>
<meta name="verify-v1" content="t/d6UNhmQlRcvoP4P13eAgsX8ByZ7FqR8IHP/6p9sU8=" />
 
<link rel="stylesheet" type="text/css" media="screen" href="http://www.incentive-wales.com/stylesheet.php?templateid=21&mediatype=screen" />


<!--[if IE]>
<__script__ type="text/javascript" src="modules/MenuManager/CSSMenu.js"></__script>
<![endif]-->

<!-- The above JavaScript is required for CSSMenu to work in IE -->


<__script__ type="text/javascript">
function showStatus(a) {
supply.style.visibility='visible';
}
function hideStatus(a) {
supply.style.visibility='hidden';
}
function showStatus(a) {
permission.style.visibility='visible';
}
function hideStatus(a) {
permission.style.visibility='hidden';
}
</__script>


</head>

</__body>
<div id="wrapper">

	<div id="masthead">
        Column count doesn't match value count at row 1
when I login using correct name and password it works fine.

I was getting this same error after correct login when I used {cms_module module=FrontEndUsers only_groups="users"} in the template. But worked when I used {cms_module module=FrontEndUsers}.

Please have a go here http://www.incentive-wales.com
Username: username
Password: password
Locked

Return to “Modules/Add-Ons”