after Mailpress 6.0 the links in the weekly newsletter not working

17 views
Skip to first unread message

asis rodriguez

unread,
Apr 10, 2018, 1:28:08 AM4/10/18
to MailPress
Hello André and thanks for the new version 6.0. It seems work all but, after this night sending, the links in the weekly newsletter send to a white page with a "0", no more.
please, any idea to solve?
merci beaucoup,
Asís

asis rodriguez

unread,
Apr 10, 2018, 1:33:05 AM4/10/18
to MailPress

asis rodriguez

unread,
Apr 10, 2018, 1:33:41 AM4/10/18
to MailPress
oops and in the old emails the same, not working.
asís


El martes, 10 de abril de 2018, 7:28:08 (UTC+2), asis rodriguez escribió:

andré renaut

unread,
Apr 10, 2018, 6:23:47 AM4/10/18
to MailPress
shit !
For the old mails this was announced in the post http://blog.mailpress.org/2018/04/09/mailpress-6-0-rc/

for the 6.0 rc i have to look to that maybe reversing to your previous version

--
--
=== Please Donate ! https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andre%2erenaut%40gmail%2ecom&lc=US&item_name=MailPress&item_number=gg&amount=5%2e00&currency_code=EUR&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest ===
 
You received this message because you are subscribed to the Google
Groups "MailPress" group.
To post to this group, send email to mail...@googlegroups.com
To unsubscribe from this group, send email to
mailpress+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/mailpress?hl=en

---
You received this message because you are subscribed to the Google Groups "MailPress" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mailpress+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Toute tentative ratée de mise en évidence de la loi de Murphy
est une mise en évidence de la loi de Murphy.

asis rodriguez

unread,
Apr 10, 2018, 6:25:09 AM4/10/18
to MailPress
merci André, when come back to previous version... works again.
asis

El martes, 10 de abril de 2018, 12:23:47 (UTC+2), arena escribió:
shit !
For the old mails this was announced in the post http://blog.mailpress.org/2018/04/09/mailpress-6-0-rc/

for the 6.0 rc i have to look to that maybe reversing to your previous version
2018-04-10 7:33 GMT+02:00 asis rodriguez <in...@ntdhoy.com>:
oops and in the old emails the same, not working.
asís

El martes, 10 de abril de 2018, 7:28:08 (UTC+2), asis rodriguez escribió:
Hello André and thanks for the new version 6.0. It seems work all but, after this night sending, the links in the weekly newsletter send to a white page with a "0", no more.
please, any idea to solve?
merci beaucoup,
Asís

--
--
=== Please Donate ! https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andre%2erenaut%40gmail%2ecom&lc=US&item_name=MailPress&item_number=gg&amount=5%2e00&currency_code=EUR&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest ===
 
You received this message because you are subscribed to the Google
Groups "MailPress" group.
To post to this group, send email to mail...@googlegroups.com
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/mailpress?hl=en

---
You received this message because you are subscribed to the Google Groups "MailPress" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mailpress+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

asis rodriguez

unread,
Apr 18, 2018, 10:23:06 AM4/18/18
to MailPress
hola y soory to de a headache for you but... do you have time to see about the merror in the links in the new version please?
thanks
asis

El martes, 10 de abril de 2018, 7:28:08 (UTC+2), asis rodriguez escribió:

andré renaut

unread,
May 10, 2018, 12:56:56 PM5/10/18
to MailPress
sorry for being so long

as you are using Tracking_rewrite_url add-on

you have to change your .htaccess

formerly ( https://plugins.svn.wordpress.org/mailpress/tags/5.4.4/mp-content/xtras/mp_tracking_rewrite_url/.htaccess )

# BEGIN MailPress
RewriteEngine on
RewriteRule ^mail/analytics/([l|o])-([0-9]+)-([h|p])-([0-9a-zA-Z]+).html   wp-content/plugins/mailpress/mp-includes/action.php?tg=$1&mm=$2&co=$3&us=$4 [L]
# END MailPress

becomes  with the new version ( https://plugins.svn.wordpress.org/mailpress/trunk/mp-content/xtras/mp_tracking_rewrite_url.htaccess )

# BEGIN MailPress
RewriteEngine on
RewriteRule ^mail/analytics/([l|o])-([0-9]+)-([h|p])-([0-9a-zA-Z]+).html   wp-admin/admin-ajax.php?tg=$1&mm=$2&co=$3&us=$4 [L]
# END MailPress



good tests

2018-04-10 7:33 GMT+02:00 asis rodriguez <in...@ntdhoy.com>:

--
--
=== Please Donate ! https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andre%2erenaut%40gmail%2ecom&lc=US&item_name=MailPress&item_number=gg&amount=5%2e00&currency_code=EUR&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest ===
 
You received this message because you are subscribed to the Google
Groups "MailPress" group.
To post to this group, send email to mail...@googlegroups.com
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/mailpress?hl=en

---
You received this message because you are subscribed to the Google Groups "MailPress" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mailpress+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

andré renaut

unread,
May 10, 2018, 12:59:35 PM5/10/18
to MailPress
ooops ! should be this !

# BEGIN MailPress
RewriteEngine on
RewriteRule ^mail/analytics/([l|o])-([0-9]+)-([h|p])-([0-9a-zA-Z]+).html   wp-admin/admin-ajax.php?action=mp_tracking&tg=$1&mm=$2&co=$3&us=$4 [L]
# END MailPress

Info NTDhoy

unread,
May 10, 2018, 1:09:47 PM5/10/18
to mail...@googlegroups.com

Yeah¡¡¡ thanks very much André¡¡¡¡

Asís


For more options, visit this group at
http://groups.google.com/group/mailpress?hl=en

---
You received this message because you are subscribed to the Google Groups "MailPress" group.

To unsubscribe from this group and stop receiving emails from it, send an email to mailpress+...@googlegroups.com.


For more options, visit https://groups.google.com/d/optout.

--

Toute tentative ratée de mise en évidence de la loi de Murphy

est une mise en évidence de la loi de Murphy.




--

Toute tentative ratée de mise en évidence de la loi de Murphy

est une mise en évidence de la loi de Murphy.

--

--
=== Please Donate ! https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andre%2erenaut%40gmail%2ecom&lc=US&item_name=MailPress&item_number=gg&amount=5%2e00&currency_code=EUR&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest ===
 
You received this message because you are subscribed to the Google
Groups "MailPress" group.
To post to this group, send email to mail...@googlegroups.com
To unsubscribe from this group, send email to


For more options, visit this group at
http://groups.google.com/group/mailpress?hl=en

---

You received this message because you are subscribed to a topic in the Google Groups "MailPress" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mailpress/7DjXc_DMQHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mailpress+...@googlegroups.com.

andré renaut

unread,
May 10, 2018, 1:39:15 PM5/10/18
to MailPress
test it please


For more options, visit this group at
http://groups.google.com/group/mailpress?hl=en

---
You received this message because you are subscribed to the Google Groups "MailPress" group.

To unsubscribe from this group and stop receiving emails from it, send an email to mailpress+unsubscribe@googlegroups.com.


For more options, visit https://groups.google.com/d/optout.

--

Toute tentative ratée de mise en évidence de la loi de Murphy

est une mise en évidence de la loi de Murphy.




--

Toute tentative ratée de mise en évidence de la loi de Murphy

est une mise en évidence de la loi de Murphy.

--
--
=== Please Donate ! https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andre%2erenaut%40gmail%2ecom&lc=US&item_name=MailPress&item_number=gg&amount=5%2e00&currency_code=EUR&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest ===
 
You received this message because you are subscribed to the Google
Groups "MailPress" group.
To post to this group, send email to mail...@googlegroups.com
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/mailpress?hl=en

---
You received this message because you are subscribed to a topic in the Google Groups "MailPress" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mailpress/7DjXc_DMQHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mailpress+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
=== Please Donate ! https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andre%2erenaut%40gmail%2ecom&lc=US&item_name=MailPress&item_number=gg&amount=5%2e00&currency_code=EUR&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest ===
 
You received this message because you are subscribed to the Google
Groups "MailPress" group.
To post to this group, send email to mail...@googlegroups.com
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/mailpress?hl=en

---
You received this message because you are subscribed to the Google Groups "MailPress" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mailpress+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Info NTDhoy

unread,
May 10, 2018, 1:44:04 PM5/10/18
to mail...@googlegroups.com

Yes I will and tell you. Thanks very much.

Asis


For more options, visit this group at
http://groups.google.com/group/mailpress?hl=en

---
You received this message because you are subscribed to the Google Groups "MailPress" group.

To unsubscribe from this group and stop receiving emails from it, send an email to mailpress+...@googlegroups.com.


For more options, visit https://groups.google.com/d/optout.

--

Toute tentative ratée de mise en évidence de la loi de Murphy

est une mise en évidence de la loi de Murphy.




--

Toute tentative ratée de mise en évidence de la loi de Murphy

est une mise en évidence de la loi de Murphy.

--
--
=== Please Donate ! https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andre%2erenaut%40gmail%2ecom&lc=US&item_name=MailPress&item_number=gg&amount=5%2e00&currency_code=EUR&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest ===
 
You received this message because you are subscribed to the Google
Groups "MailPress" group.
To post to this group, send email to mail...@googlegroups.com
To unsubscribe from this group, send email to


For more options, visit this group at
http://groups.google.com/group/mailpress?hl=en

---

You received this message because you are subscribed to a topic in the Google Groups "MailPress" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mailpress/7DjXc_DMQHw/unsubscribe.

To unsubscribe from this group and all its topics, send an email to mailpress+...@googlegroups.com.


For more options, visit https://groups.google.com/d/optout.

--
--
=== Please Donate ! https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andre%2erenaut%40gmail%2ecom&lc=US&item_name=MailPress&item_number=gg&amount=5%2e00&currency_code=EUR&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest ===
 
You received this message because you are subscribed to the Google
Groups "MailPress" group.
To post to this group, send email to mail...@googlegroups.com
To unsubscribe from this group, send email to


For more options, visit this group at
http://groups.google.com/group/mailpress?hl=en

---
You received this message because you are subscribed to the Google Groups "MailPress" group.

To unsubscribe from this group and stop receiving emails from it, send an email to mailpress+...@googlegroups.com.


For more options, visit https://groups.google.com/d/optout.




--

Toute tentative ratée de mise en évidence de la loi de Murphy

est une mise en évidence de la loi de Murphy.

--

--
=== Please Donate ! https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andre%2erenaut%40gmail%2ecom&lc=US&item_name=MailPress&item_number=gg&amount=5%2e00&currency_code=EUR&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest ===
 
You received this message because you are subscribed to the Google
Groups "MailPress" group.
To post to this group, send email to mail...@googlegroups.com
To unsubscribe from this group, send email to


For more options, visit this group at
http://groups.google.com/group/mailpress?hl=en

---
You received this message because you are subscribed to a topic in the Google Groups "MailPress" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mailpress/7DjXc_DMQHw/unsubscribe.

To unsubscribe from this group and all its topics, send an email to mailpress+...@googlegroups.com.

Info NTDhoy

unread,
May 11, 2018, 2:45:35 AM5/11/18
to mail...@googlegroups.com

Hi André, proved and… works¡¡¡¡ thanks very very very much.

_______________________________

Asís Rodríguez, Director de Publicaciones NTDhoy, S.L. >> 18 AÑOS ONLINE >> 915483811 y 626981059 >> in...@ntdhoy.com >> Skype (asisrodriguez)   

Reply all
Reply to author
Forward
0 new messages