Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.10.6
-
Fix Version/s: None
-
Component/s: Zend_Controller
-
Labels:None
Description
While posting the Details in the submit button, The error occurs
An error occurred
An error occurred; please try again later.
Zend_Exception Object ( [message:protected] => File "Zend\Validate\Hostname\Com.php" does not exist or class "Zend_Validate_Hostname_Com" was not found in the file [string:Exception:private] => [code:protected] => 0 file:protected => C:\xampp\htdocs\BuyTradeBiz\library\Zend\Loader.php [line:protected] => 90 [trace:Exception:private] => Array ( [0] => Array ( [file] => C:\xampp\htdocs\BuyTradeBiz\library\Zend\Validate\Hostname.php [line] => 331 [function] => loadClass [class] => Zend_Loader [type] => :: [args] => Array ( [0] => Zend_Validate_Hostname_Com ) ) [1] => Array ( [file] => C:\xampp\htdocs\BuyTradeBiz\library\Zend\Validate\EmailAddress.php [line] => 179 [function] => isValid [class] => Zend_Validate_Hostname [type] => -> [args] => Array ( [0] => telliant.com ) ) [2] => Array ( [file] => C:\xampp\htdocs\BuyTradeBiz\application\controllers\UsersController.php [line] => 462 [function] => isValid [class] => Zend_Validate_EmailAddress [type] => -> [args] => Array ( [0] => yamini@telliant.com ) ) [3] => Array ( [file] => C:\xampp\htdocs\BuyTradeBiz\library\Zend\Controller\Action.php [line] => 502 [function] => registrationAction [class] => UsersController [type] => -> [args] => Array ( ) ) [4] => Array ( [file] => C:\xampp\htdocs\BuyTradeBiz\library\Zend\Controller\Dispatcher\Standard.php [line] => 293 [function] => dispatch [class] => Zend_Controller_Action [type] => -> [args] => Array ( [0] => registrationAction ) ) [5] => Array ( [file] => C:\xampp\htdocs\BuyTradeBiz\library\Zend\Controller\Front.php [line] => 914 [function] => dispatch [class] => Zend_Controller_Dispatcher_Standard [type] => -> [args] => Array ( [0] => Zend_Controller_Request_Http Object ( [_paramSources:protected] => Array ( [0] => _GET [1] => _POST ) [_requestUri:protected] => /BuyTradeBiz/users/registration/utype/b [_baseUrl:protected] => /BuyTradeBiz [_basePath:protected] => [_pathInfo:protected] => /users/registration/utype/b [_params:protected] => Array ( [controller] => users [action] => registration [utype] => b [module] => default [error_handler] => ArrayObject Object ( [storage:ArrayObject:private] => Array ( [exception] => Zend_Exception Object RECURSION [type] => EXCEPTION_OTHER [request] => Zend_Controller_Request_Http Object ( [_paramSources:protected] => Array ( [0] => _GET [1] => _POST ) [_requestUri:protected] => /BuyTradeBiz/users/registration/utype/b [_baseUrl:protected] => /BuyTradeBiz [_basePath:protected] => [_pathInfo:protected] => /users/registration/utype/b [_params:protected] => Array ( [controller] => users [action] => registration [utype] => b [module] => default ) [_aliases:protected] => Array ( ) [_dispatched:protected] => 1 [_module:protected] => default [_moduleKey:protected] => module [_controller:protected] => users [_controllerKey:protected] => controller [_action:protected] => registration [_actionKey:protected] => action ) ) ) ) [_aliases:protected] => Array ( ) [_dispatched:protected] => 1 [_module:protected] => default [_moduleKey:protected] => module [_controller:protected] => error [_controllerKey:protected] => controller [_action:protected] => error [_actionKey:protected] => action ) [1] => Zend_Controller_Response_Http Object ( [_body:protected] => Array ( ) [_exceptions:protected] => Array ( [0] => Zend_Exception Object RECURSION ) [_headers:protected] => Array ( ) [_headersRaw:protected] => Array ( ) [_httpResponseCode:protected] => 200 [_isRedirect:protected] => [_renderExceptions:protected] => [headersSentThrowsException] => 1 ) ) ) [6] => Array ( [file] => C:\xampp\htdocs\BuyTradeBiz\index.php [line] => 92 [function] => dispatch [class] => Zend_Controller_Front [type] => -> [args] => Array ( ) ) ) [previous:Exception:private] => )
@Arulmozhi
Please provides more information the problem that happens in Zend_Validate_EmailAddress.
Report input of Zend_Validate_EmailAddress and the what you try validate.
Thanks advance.