[SOLVED]Notification item et flexicontent-cck-3.1.0-rc2 et joomla 3.6.2

More
7 years 6 months ago - 7 years 4 months ago #63918 by seabird
Bonjour,
Je viens de m'apercevoir que je ne recevais plus les notifications de création d'articles depuis ma mise à jour avec flexicontent-cck-3.1.0-rc2.
Je n'ai pourtant rien changé dans la configuration.
Est ce qu'il y a un souci avec les notifications ?

I just noticed that I don't have notifications of creating articles since my update with FLEXIcontent-cck-3.1.0-rc2.
I haven't changed the configuration.
Is there a problem with notifications?

Merci,
Eric
Last edit: 7 years 4 months ago by ggppdk.

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #63919 by micker
as tu tester l'envois claqssique du site ?

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago - 7 years 6 months ago #63922 by seabird
Oui tout marche, création d'utilisateur, les notifications jcomment aussi... Il n'y a que la notification des articles qui ne fonctionne plus
Last edit: 7 years 6 months ago by seabird.

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #63923 by micker
oki on va tester cela

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago - 7 years 5 months ago #64191 by seabird
Bonjour ,

Je reviens un peu aux nouvelles concernant la notification.
Avez-vous testé ? Y a t-il un souci pour finir ?
En mettant la mode debug:
J'ai ce message: Sending WORKFLOW notification emails FAILED

Pourtant toutes les autres notifications fonctionnent, (test d'envoi d'email dans la configuration, création d'utilisateur, les notifications jcomment ...)
Il n'y a que la notification des articles qui ne fonctionne plus . C'est étrange, et ceci depuis ma dernière mise à jour.

Eric
Last edit: 7 years 5 months ago by seabird.

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago - 7 years 5 months ago #64192 by seabird
Re,

je suis en train un peu d'explorer cette erreur. Et je viens de remarquer que si dans le fichier administrator/components/com_flexicontent/models/ parentclassitem.php , je remplaçais
Code:
$send_result = JFactory::getMailer()->sendMail( $from, $fromname, $recipient, $subject, $body, $html_mode, $cc, $bcc, $attachment, $replyto, $replytoname );
par
Code:
$mailer = JFactory::getMailer(); $mailer->setSender("test@test.com"); $mailer->addRecipient("mommail@mommail.com"); $mailer->setSubject("test objet du mail"); $mailer->setBody("test contenu du message"); $mailer->send();

cela fonctionnait et je recevais bien un mail
Il y a donc un souci quelque-part.

Je vois qu'il y a un problème avec $bbc.
Si dans le fichier administrator/components/com_flexicontent/models/parentclassitem.php, on laisse
Code:
$send_result = JFactory::getMailer()->sendMail( $from, $fromname, $recipient, $subject, $body, $html_mode, $cc, $bcc, $attachment, $replyto, $replytoname );
Cela ne marche pas et on a l'erreur Sending WORKFLOW notification emails FAILED
Par contre si on supprime la variable $bbc , l'envoi se fait correctement

Eric
Last edit: 7 years 5 months ago by seabird.

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.288 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline