MLM subscribe page submit leads to 404, and doesn’t subscribe.

timprotech

New Member
Copied subscribe-single-selection.php, renamed, but did not alter it. On submittal flashes a redirect page quickly then goes to subscribe_single_fixed.php and shows a 404. The script subscribe-single-fixed.php is there, but notice the underscore vs. hyphen! Where is that even coming from? It’s not in the initial form code which looks like it’s calling itself to process, correct?

Can anyone troubleshoot this?
 

stanbusk

Administrator
Staff member
Yes, the script calls itself to process the form data. What version of MLM are you using? The version is at the beginning of the 'lm.php' file.

--
youtube_social_icon_white_17x12.png
Subscribe to our Youtube Channel and watch our tutorials!
Follow maxprog.com on Facebook | Linkedin | Twitter | YouTube
and keep up-to-date with the latest Max Programming updates!
--
Follow maxprog.com on Facebook | Google+ | Linkedin | Twitter | YouTube
and keep up-to-date with the latest Max Programming updates!
 

timprotech

New Member
I had updated MaxBulk Mailer, and this is the version of MLM that came with it. The code and templates do look extremely outdated, however. These are the top lines of the lm.php file.
/****************************************************************************
* Maxprog List Manager (MLM)
* -------------------
* started on : Friday, Feb 09, 2007
* last updated on : Friday, Nov 29, 2019
* copyright : (C) 2008 - 2019 - Stan Busk, Max Programming, LLC
* support : http://maxprog.com/forum/viewforum.php?f=16
* website : http://www.maxprog.com/site/scripts/list_manager/
*
****************************************************************************/
 
Top