Problem with MLM 8.7.2 (latest v.)

stanbusk

Administrator
Staff member
Try to avoid the '_' characters in URLs, use '-' instead. maybe it is the problem here. You can also try to edit the subscribe form and replace the code that tries to find out the script name with the script name itself. IT is line 44:

PHP:
$script_name = $script_path[ count( $script_path ) - 1 ];

Replace with:

PHP:
$script_name = "THE_SCRIPTS_NAME_HERE;

--
youtube_social_icon_white_17x12.png
Subscribe to our Youtube Channel and watch our tutorials!
Follow maxprog.com on Facebook | Linkedin | Twitter | YouTube
star_yellow_12x12.png
star_yellow_12x12.png
star_yellow_12x12.png
Happy with maxprog.com? Please rate us!
star_yellow_12x12.png
star_yellow_12x12.png
star_yellow_12x12.png
 
Top