Securehotel Web Services

  • Increase font size
  • Default font size
  • Decrease font size

Latest Refurbs

Bristol Estate Community

Care CoOps

Safetynet in Whitehawk and Manor Frarm.

YMCA/Princes Trust (Hove)

 

Vulnerable Extensions

"The name or email address you typed is already in use!"

E-mail Print PDF

You need to modify this file
components/com_k2/models/item.php

Remove the following validation code from around line 629

if ($user->guest){

$db = & JFactory::getDBO();

$query = "SELECT COUNT(*) FROM #__users WHERE name=".$db->Quote($userName)." OR email=".$db->Quote($commentEmail);

$db->setQuery($query);

$result = $db->loadresult();

if ($result>0){

echo JText::_('The name or email address you typed is already in use!');

$mainframe->close();

}

 


}

 

Add comment


Security code
Refresh