Good time of day! The problem is the inability to send a message by means of joomla. (tried all ways: php mail, send mail, SMTP) the result of one - wait 2 minutes and jumping out of the following error: "Fatal error: Maximum execution time of 120 seconds exceeded in /home/virtwww/w_XXX/http/libraries/phpmailer/phpmailer.php on line 776 *" public static function ValidateAddress($address) { if (defined('PCRE_VERSION')) { //Check this instead of extension_loaded so it works when that function is disabled if (version_compare(PCRE_VERSION, '8.0') >= 0) { /*LINE 776!*/ return (boolean)preg_match('/^(?!(?>(?1)"?(?>\\\[ -~]|[^"])"?(?1)){255,})(?!(?>(?1)"?(?>\\\[ -~]|[^"])"?(?1)){65,}@)((?>(?>(?>((?>(?>(?>\x0D\x0A)?[\t ])+|(?>[\t ]*\x0D\x0A)?[\t ]+)?)(\((?>(?2)(?>[\x01-\x08\x0B\x0C\x0E-\'*-\[\]-\x7F]|\\\[\x00-\x7F]|(?3)))*(?2)\)))+(?2))|(?2))?)([!#-\'*+\/-9=?^-~-]+|"(?>(?2)(?>[\x01-\x08\x0B\x0C\x0E-!#-\[\]-\x7F]|\\\[\x00-\x7F]))*(?2)")(?>(?1)\.(?1)(?4))*(?1)@(?!(?1)[a-z0-9-]{64,})(?1)(?>([a-z0-9](?>[a-z0-9-]*[a-z0-9])?)(?>(?1)\.(?!(?1)[a-z0-9-]{64,})(?1)(?5)){0,126}|\[(?:(?>IPv6:(?>([a-f0-9]{1,4})(?>:(?6)){7}|(?!(?:.*[a-f0-9][:\]]){8,})((?6)(?>:(?6)){0,6})?::(?7)?))|(?>(?>IPv6:(?>(?6)(?>:(?6)){5}:|(?!(?:.*[a-f0-9]:){6,})(?8)?::(?>((?6)(?>:(?6)){0,4}):)?))?(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])(?>\.(?9)){3}))\])(?1)$/isD', $address);[/b] } else { //Fall back to an older regex that doesn't need a recent PCRE return (boolean)preg_match('/^(?!(?>"?(?>\\\[ -~]|[^"])"?){255,})(?!(?>"?(?>\\\[ -~]|[^"])"?){65,}@)(?>[!#-\'*+\/-9=?^-~-]+|"(?>(?>[\x01-\x08\x0B\x0C\x0E-!#-\[\]-\x7F]|\\\[\x00-\xFF]))*")(?>\.(?>[!#-\'*+\/-9=?^-~-]+|"(?>(?>[\x01-\x08\x0B\x0C\x0E-!#-\[\]-\x7F]|\\\[\x00-\xFF]))*"))*@(?>(?![a-z0-9-]{64,})(?>[a-z0-9](?>[a-z0-9-]*[a-z0-9])?)(?>\.(?![a-z0-9-]{64,})(?>[a-z0-9](?>[a-z0-9-]*[a-z0-9])?)){0,126}|\[(?:(?>IPv6:(?>(?>[a-f0-9]{1,4})(?>:[a-f0-9]{1,4}){7}|(?!(?:.*[a-f0-9][:\]]){8,})(?>[a-f0-9]{1,4}(?>:[a-f0-9]{1,4}){0,6})?::(?>[a-f0-9]{1,4}(?>:[a-f0-9]{1,4}){0,6})?))|(?>(?>IPv6:(?>[a-f0-9]{1,4}(?>:[a-f0-9]{1,4}){5}:|(?!(?:.*[a-f0-9]:){6,})(?>[a-f0-9]{1,4}(?>:[a-f0-9]{1,4}){0,4})?::(?>(?:[a-f0-9]{1,4}(?>:[a-f0-9]{1,4}){0,4}):)?))?(?>25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])(?>\.(?>25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}))\])$/isD', $address); } } else { //No PCRE! Do something _very_ approximate! //Check the address is 3 chars or longer and contains an @ that's not the first or last char return (strlen($address) >= 3 and strpos($address, '@') >= 1 and strpos($address, '@')!= strlen($address) - 1); } } P.S. Trying to send as a standard component (contacts - feedback) and module Perfect AJAX Popup Contact Form. - - - Error is the same. P.S.S. Wrote in a support hosting (1gb), say the trouble in the script .. (although have not changed anything in the skeleton in Joomla). P.S.S.S. Created've found (1.php) at the root of hosting in which the following code: This letter comes .. Help !! On the Russian-speaking forums, saying error Quickstart ..
AS Templates
POSTED: 2015-01-21
Hello FORD08707,
Try to download and install default Joomla package from joomla.org site and check the mail function.
Regards, AS Team.
ford08707
POSTED: 2015-01-22
Thank you, AS TEMPLATES! Replaced the folder "phpmailer" on the downloaded archive with joomla 3.3 (joomla.org), but it did not help .. Site URL: http://dialar.info/
AS Templates
POSTED: 2015-01-22
Hello FORD08707,
Our suggestion was to install fresh Joomla in some demo folder and try to send email.
Regards, AS Team.
ford08707
POSTED: 2015-01-22
Hmm, the same error. Tell me, what can be is connected, this error? http://dialar.info/demo/index.php/contact-us
AS Templates
POSTED: 2015-01-22
Hello FORD08707,
It means it is not a problem with Joomla or template, there is some kind of problem with your hosting provider, some providers blocks phpmail function due to spam reason, try to test your site with another provider.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Try to download and install default Joomla package from joomla.org site and check the mail function.
Regards, AS Team.
Our suggestion was to install fresh Joomla in some demo folder and try to send email.
Regards, AS Team.
It means it is not a problem with Joomla or template, there is some kind of problem with your hosting provider, some providers blocks phpmail function due to spam reason, try to test your site with another provider.
Regards, AS Team.