Posts: 538
Threads: 12
Joined: May 2013
2019-03-02, 00:52:17
(This post was last modified: 2019-03-02, 00:55:10 by Bigin.)
Well, there's a saying in Russian for that: шило на мыло менять (
https://ru.wiktionary.org/wiki/%D0%BC%D0...0%BB%D0%BE)
Means exchanging something (bad) for something equally (bad). - "Suum cuique" ... ;-)
Posts: 515
Threads: 21
Joined: Feb 2019
Quote:-I am not with this system anymore because nobody (except SHAWN) was flexible enough to understand that some of the plugins must be continued...
-and because of this I had to move the site to Wordpress,
-The plugin uses one (or more) deprecated functions which are not supported anymore in PHP and bring error messages
Hi Connie,
What made you decide to move over to WordPress ? WordPress has tons of abandoned plugins to the point where they are open doors for hackers. Last year 2018 WordPress was many times in the news about being hacked through it's abandoned plugins.
-Deprecated functions are usually solved by replacing the outdated function name with the new one.
Posts: 1,247
Threads: 82
Joined: Feb 2011
2019-03-05, 20:57:42
(This post was last modified: 2019-03-05, 21:06:39 by datiswous.)
(2019-03-02, 00:13:03)Connie Wrote: (2019-02-08, 23:19:57)Oleg06 Wrote: http://get-simple.info/forums/showthread...1#pid52331
unfortunately this link brings a blank empty page
It should bring you to a download of a zip file (gs_massmail.zip). Works for me.
Although there's no documentation with the plugin and I can't get it to work propperly.
There's also 2 other newsletter plugins in Extend.
Posts: 1,928
Threads: 88
Joined: Apr 2010
2019-03-05, 22:39:04
(This post was last modified: 2019-03-05, 22:40:17 by Oleg06.)
It works for me at php 7.
Code:
<?php if (function_exists('get_mass_mail_form')) { get_mass_mail_form();} ?>
http://prntscr.com/mtiri8
http://prntscr.com/mtirxb
Added a file with the code to the archive.
Posts: 1,247
Threads: 82
Joined: Feb 2011
2019-03-06, 05:38:03
(This post was last modified: 2019-03-06, 06:04:43 by datiswous.)
Oleg06 Wrote:It works for me at php 7.
Code:
<?php if (function_exists('get_mass_mail_form')) { get_mass_mail_form();} ?>
http://prntscr.com/mtiri8
http://prntscr.com/mtirxb
Added a file with the code to the archive.
When I activate the plugin I see the plugin tab in Plugin section, but when I go there it only shows the following (in Russion):
Quote:Followers
No registered subscribers
That's it. Cannot configure anything. This is on php 5.6.40
Edit:
Ah I see it now, you first have to add an e-mail address via the form in frontend page before seeing the edit e-mail screen. This is not very logical, but if it works then it's ok.
Looks like the plugin is originally made in 2010, for GS 2.1
Maybe I will do a translation (plugin is not in English).
Posts: 1,928
Threads: 88
Joined: Apr 2010
(2019-03-06, 05:38:03)datiswous Wrote: Oleg06 Wrote:It works for me at php 7.
Code:
<?php if (function_exists('get_mass_mail_form')) { get_mass_mail_form();} ?>
http://prntscr.com/mtiri8
http://prntscr.com/mtirxb
Added a file with the code to the archive.
When I activate the plugin I see the plugin tab in Plugin section, but when I go there it only shows the following (in Russion):
Quote:Followers
No registered subscribers
That's it. Cannot configure anything. This is on php 5.6.40
Edit:
Ah I see it now, you first have to add an e-mail address via the form in frontend page before seeing the edit e-mail screen. This is not very logical, but if it works then it's ok.
Looks like the plugin is originally made in 2010, for GS 2.1
Maybe I will do a translation (plugin is not in English).
Yes, the plugin is old, but it works.
Posts: 1,247
Threads: 82
Joined: Feb 2011
Posts: 1,247
Threads: 82
Joined: Feb 2011
Mld email newsletter plugin gives the site a 500 error under php 7
When in mld-newsletter.php you remove line 230:
The site and plugin seams to work normally without errors. I did not test functionality yet since I did not configure it yet to send e-mails.
Posts: 50
Threads: 9
Joined: Sep 2014
2023-08-12, 19:34:11
(This post was last modified: 2023-08-12, 21:57:15 by df8oe.)
function display_message conflicts with gs-blog. This throws 500 error. Simply rename the function (and its calls) to display_nl_message.