hay un problema. Qué versión del Easy Comments Instalastes??
porque en mi versión 1.1.0 en la línea 158 sale:
Código PHP:
if(array_key_exists('captcha',$ec_config) && $ec_config['captcha'])
{
if( ! $is_user || ! $is_editor || ! $frontend_edit )
{
if( file_exists( ECOMMENTS_ABSOLUTEPATH.'/../com_easycaptcha/class.easycaptcha.php' ))// AND !$is_user AND !$is_editor)
{
include_once( ECOMMENTS_ABSOLUTEPATH.'/../com_easycaptcha/class.easycaptcha.php' );
$captcha = new easyCaptcha($entry[2]);
} else
{
Gracias