3289 comments found.
Hi, lets say I have a yearly package costing $10, and in the next year the same package cost $12. If I update the package price, will it auto charge the new price? if not what will be the best way to go about it?
Price will remain the same at the time of purchase regardless how many time you change package price.
What if we change the membership level? will that charge them the new price? for example membership 2021= $10 changed to membership 2022 = $12. Will that work?
Yes, it will membership prices will not affect update
Hi, can I paste Widget code.js into the “Normal Page”. E.g. <script src = ‘https: //spread.name/js/widget.js’> </script> ... And establish access to it with subscription?
Sorry, for security reasons only html code is allowed. You can add all your javascript codes to template header.tpl.php located in /view/front/
Nice script, Great work! I have a small issue with coupons. I’ve activated a coupon for non recurring membership. When the user insert the coupon it is displayed nicely in the purchase summary, but to the payment gateway and in the invoice the price is still the initial one without discount. Is there an option to fix this? Thnx.
Coupons should not be displayed on recurring memberships. Im not sure how are you able to see i. Did you make any changes?
The memberships are not recurring.
Thats strange.Can you please email me from my profile page with your ftp access and user login
It seems to be ok now, maybe was a session or cache issue. I’ve tried again from a different user account and it is working properly. Thank you for your great and fast support.
Sure, no problem
After following the step process, I did not find admin folder in my localhost folder. I am not sure if this is the case but in my initial downloaded file, there is no admin folder.
I installed it locally in my laptop. I use appser to configure the environment.
there is admin folder in /view/ but to access admin panel, just append /admin/ to your install url. Also make sure you you have the,htaccess file from the package
How can I increase the time it takes for a member to log out?
That would be controlled by your server, (session.gc_maxlifetime) and its usually 30min of inactivity. If you have access to it via hosting panel, you can try to increase it.
Thank you
Hello, find your script, i am interested to buy it, just have some important questions for me, do i can sort users by days of membership left? Search by phone? Thank you.
You can sort users based on membership type, but not based on how many days are left. However you have the ability to export users in excel and from there you can manipulate it in any way you want. As for searching based on phone number, thats currently not possible, since phone number in demo version is part of custom field, not one of the required fields
Do you can add these extra features? How much it will cost? Thank you.
Please email me from my profile page with your request.
Hello gewa13, Script: Membership Manager Pro.
Great script! I would like to buy it, however I have a few pre-sale questions:
1) I’m looking to develop a membership website, which has various membership levels and each level has a set of digital products associated with it. A member joins a particular level of membership by a sponsor/affiliate link and commission of the sale is credited to the affiliates account. If there a customer arrives at the website without an affiliate link the sale goes to the admin.
2) Does this script has an affiliate system included.
3) Can a new design be implemented in the script.
4) Can this script be customized to the requirement as stated above.
Regards, Vikalp
1. You can assign files per membership.
2. There is no affiliate option at this time.
3. Yes of course.
4. Affiliate feature could be added for the additional cost.
Everything works other than when a visitor tries to register. The loader.gif just spins and never loads. The sign-up is successful but the visitor is stuck on the signup page. I did configure SMTP settings.
I installed version 4.6.0. When a new user signs up, a wheel spins on the Login button and will not advance to next screen. Meanwhile in the admin panel, the user data is stored and when you refresh the browser window, it does advance to the user member profile page. What’s the fix for the stall on registration?
Your smtp settings are not correct. Make sure port as well as SSL or TLS is one of the requirements. Some hosting companies require you to use your own domain SMTP, so you will not be able to use gmail, or any other. You can enable debug console in /lib/config.ini.php, and set DEBUG to true. Try new registration, refresh page and look for any errors or warnings.
I set DEBUG to true and the following output is displayed. No errors.
DEBUG GENERAL Total execution time: 0.003479 sec. Framework 1.00 v4.60 Memory Usage 820.75kB POST:
Array
(
)
PARAMS
Array
(
[segment] => Array
(
[0] => register
)
[route] => /register
[template] => front/register.tpl.php
)
WARNINGS - 0
ERRORS - 0
SQL QUERIES
1. select | total: 1
SELECT * FROM `settings` WHERE id = 1 ;
2. select | total: 0
SELECT * FROM `custom_fields` WHERE active = 1 ORDER BY sorting;
3. select | total: 0
SELECT title, slug FROM `pages` WHERE active = 1 ;
Disregard my reply. Fixed. I’m using a subdomain for membership system, but didn’t specify subdomain as email SMTP mailer. Happy Camper!
All right then.
Hi gewa13, I installed Membership Manager Pro, just purchased yesterday. The checklist was perfect, the installation was successful. Upgraded to 4.6.0 and running PHP 7.3. Error reported below. Is there something I can fix.
Fatal error: Uncaught Error: Class ‘Locale’ not found in /home/membersonly/public_html/lib/core.class.php:34 Stack trace: #0 /home/membersonly/public_html/lib/app.class.php(37): Core->__construct() #1 /home/membersonly/public_html/lib/language.class.php(55): App::__callStatic(‘Core’, Array) #2 /home/membersonly/public_html/lib/language.class.php(30): Lang::get() #3 /home/membersonly/public_html/init.php(29): Lang->__construct() #4 /home/membersonly/public_html/index.php(15): include(’/home/memberson…’) #5 {main} thrown in /home/membersonly/public_html/lib/core.class.php on line 34
Thanks,
Myrin
I found my problem, I didn’t the the PHP extension INTL loaded. All good now.,
That will do.
Hi – is it possible to create pages that can contain php extension so that they can contain php scripting for dynamic content?
I can also see username is some kind of automatically generated hashed value. is this a random value or is it generated based on user email? thinking of using it to link records in other tables to the user.
Usernames are randomly generated and could be used to login instead of email address. If you need to create php page as part of the framework, see install manual, it explains how to add a new route for news page
Thanks – so I tried adding a custom php page. I copied the privacy.tpl.php file and renamed it as a test – thinking it would keep all the same formatting with the new file name,
When I now call this page using the new filename - it has no formatting.
How do I keep the same existing template formatting for new pages?
Also trying to find the currently logged in uder on the new page.
Using the info I found.
$serverpath = $_SERVER[‘DOCUMENT_ROOT’]; include ($serverpath .’/mmp/init.php’);
Then echo App::Auth()->name; echo App::Auth()->email;
Does nothing beside through up a few warnings.
How can I work with the currently logged in user data on my new page?
Take a look at install manual, there is a code example on how to add a new page as part of the framework
Is that the best you can do? I read the manual but it does NOT provide the information I requested. I also read the comments and there are others asking the same question. How about you update the manual with some real documentation?
Of course there is on page 6. If you follow instructions, and create page as part of the framework , then you can use echo App::Auth()>name; echo App::Auth()>email; to print logged in user objects> this part is not needed ”$serverpath = $_SERVER[‘DOCUMENT_ROOT’]; include ($serverpath .’/mmp/init.php’);”
You would only include init.php on pages that are not part of the framework.
We must have a different version of the user guide – I have the one dated Sept 2016 which came with my download in Dec 2021. There is nothing about this on page 6
Please email me from my profile page and I’ll provide instructions for you.
That would be pointless – I have already uninstalled and gone with an alternative and much easier to use product with more effective documentation. I get that there is a time difference and happy to wait for help, but when that help is ‘read the manual’ and there is nothing in the manual, it doesn’t help me meet my development objectives.
Its definitely there pdf file called MMP 4.0 Install.pdf. Page 6 you cant miss it. It explains exactly how to add a new route, as well as the page.
File upload from administrator fails. FU_ERROR13 is displayed. There is no problem with the upload size on the server side. Why is this?
I solved it by setting the path of the file directory. The manual did not have this explanation.
The update manual does provide instructions on how to set correct path
In my country, profile names are often two letters. Validation currently requires 3 or more characters. Where can I change the minimum number of characters for validation?
I solved it by myself.
No problem
Having problems with Paypal - Stripe works 100% but Paypal isn’t activating, my Paypal account is verified and business + IP is set correctly—What can I look at to find the problem - thanks 
No errors in gateways/PayPal
Could be a server certificate, or your payal email address not being correct, if you have payer and business emails. I can enable debug feature for paypal, and on the next transaction, will have better idea what the issue is. Please email me from my profile page with your ftp access
great thanks 
Is it possible to associate users with past stripes? Past members already exist in the stripe.
Sorry, thats not possible
Hello no i mean, i paid with paypal & recvied payment but the member dont automaticly get the membership… paypal email etc is correct and working
Please email me from my profile page and I’ll have a look. Most likely is misconfiguration
Hi, upload does not upload files!
You need to configure upload directory as per install manual, and set correct path under admin configuration, Have a look here its for my other script, but the same logic applies http://ckb.wojoscripts.com/article/digishop-module/
I have already done these operations but nothing, keep in mind that everything is in the root directory
Solved, thanks
Why is admin unable to view the pages created for members?
Because admin does not have the membership access. Create a demo user assign membership for test purposes.
Hello if someone pay with paypal he don’t directly get the membership… i have to assign it manualy..
There are many reasons why payment would not go through. First make sure your paypal email address is correct case sensitive. Check gateways/paypal/ for any error logs,and finally make sure your hosting firewall is not blocking paypal ip
what’s the point of a preview if you can’t preview anything unless you sign up? Data Collection?
You can have pages that does not require membership, and pages that do
Hello PayPal don’t work.. I activated IPN but it shows paypal error..
The error is in german: “Leider ist ein Systemfehler aufgetreten. Versuchen Sie es später noch einmal”
And Live Mode and Active is set to Yes
This is due to the wrong email address, or your PayPal account is not fully verified.
It is verified… Is it necesary to have a paypal business or private paypal work to?
You need PayPal business or premium account for recurring payment