3289 comments found.
- Can this be used to control login/access in another php app? That is, can I make a call to this manager to authenticate and get user data?
- Can a user have more than one active membership? My customers purchase subscriptions for their locations. Most have only a single location so 1:1 is okay, but many have multiple locations so a 1:n user:subscription capability is needed.
You can not use it to control another app, and users can have only one active membership at the time.
Ok, thanks for the reply. I will have to look elsewhere.
No problem.
I’m getting this error when I’m trying to access admin panel Erro Sorry, we do not have valid privileges to access this page.
That’s not possible. Either you have set incorrect permissions, or your user is not the owner. Go to phpmyadmin, find your username in users table and make sure that type field is set to owner.
Have 3 owners but show same message. https://prnt.sc/111dv6i
Can you please email me from my profile page with your admin login and hosting panel access?
Problem Solved, I want you to create custom gateway.
On the members_only page, what I write inside ”<? Php if (! Membership :: is_valid ([1])):?>” appears normally, unless if I put a link i.e. manager/css/style.css. It does not read this. Only if I write css like this -> <style> body {background-color: lightblue;} style> The same with Js & JQuery . What can I do? Doesn’t work with folders? The paths are correct..
Page created with page builder does not have any css style. It’s just a basic page, of you want page to be part of the framework, and use the same styling, then you need to create a new route. See install manual on creating routes.
Yes i know that, I mean if you do a new style, for example newstyle.css in the root folder which is INDEX.PHP, the page members_only does not recognize css, even though the paths are correct. Only if you write it inside the members_only.php page .
You need to add your external css to members_only.php page, not index. Those are two separate pages.
On register, I complete all, and I click the button register. and this not redirect after the click, just turn a long time and not refresh
FYI. under the admin configuration page, I have default membership on signup disabled like your solution before
Please advice
See my reply below.
I found another probllem, when user tried to register and click button register. it endless loading
but, the registration is success on database and inside member area. But the registration button at user side still loading. please help
Most likely your smtp setting are incorrect. Make sure you have correct credentials under mailer in admin configuration page. You can also enable debug console in /lib/config.ini.php and set DEBUG to true. Try running another registration, refresh page and look for any errors or warnings within console tabs.
its solved. thanks.
how about to change default country at registration?
You can change the country order. Just edit your country and give it number higher then 1000, like 1001
Dear author,
I found problem, please help. I cant upload file from web admin area. it always said The file could not be uploaded
my file is excell file with 1mb size, permision on folder upload is 775, i tried 777 but still doesnt work. upload limit is 20MB.
Please help
Don’t change permission of uploads folder, you need to configure file directory as per install manual, which is different then uploads folder. Have a look here, it’s for my other script ,but the same logic applies. http://ckb.wojoscripts.com/article/digishop-module/
Hello After I filled in the signup form information, I click on the signup button. The button is continued running. I don’t know the user account is successfully created or not. With regards Raju
See my reply to you bellow.
Hello, After I filled up the signup form when I click on the button “sign up” there is no action the round button continues to running..do you have an email address to send by mail image.
I have replied to your email. Make sure your SMTP settings are correct.
Hello, I am using Localhost to test this application. When I want to download the invoice I got an error. Cette page ne fonctionne pasImpossible de traiter cette demande via localhost à l’heure actuelle. HTTP ERROR 500
Since you are at localhost, have a look at your php error log.
Hello, I got this error when I would like to upgrade the version: Could not connect to MySQL server SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘cronjobs’ already exists
Don’t run the upgrade, you already have the latest version.
MMP Upgrade Warning!You need at least MMP v4.20 in order to continue I’m getting this message when i’m trying to upgrade. I tried with v4.2 upgrade ask for v4.0
You don’t need to upgrade if you performed the full install.
Hi there, Trying to install this on my server. everything says its good to go. I created my database and trying to run the install wizard. I set chmod to 777 on the folders you said to, since 755 was also giving me the error. This is the error I receive. Could not connect to MySQL server SQLSTATEHY000 Access denied for user ‘u257191627_altizego’@’localhost’ (using password: YES)
Please advise, thanks!
As the error message says, your mysql credentials,are incorrect. Make sure that host, username and password are all correct. Ask your hosting company for help,if unsure.
Pre-Sales questions: - If I add a user will they receive an invite email with their own unique link? - Can I add analytics to those emails? - Can I create groups of users? I only want to share content/files with some groups and not others. - Can I add files just for specific users/files? Thanks in advance
You can add a new user and choose an option to send welcome email.
Email link will be to login page, nothing unique about it.
There are no user groups, instead you have membership. Each membership can have an access to a different page, and yes you can assign individual files to each of your users, as well as ability to assign files based on membership. Have a look at the demo site.
The default admin password, test1234 – does not work. In setup, it says this is the temp password. It doesn’t work.
Also, /admin/ doesn’t give me anything, I get error 404.
It seems you are missing .htaccess file. Make sure you use the one included in the package. And yes default admin password is pass1234, not test1234.
Good Evening. One question before I buy this script.. If someone buys any package (Silver, Gold, Vip etc) can it be redirected to a specific page? For example, a page that I have already created and has English video lessons, text for practice, etc.). Is there a possibility of redirection? If it does not exist in this script, do you have any suggestions? Thank you very much.
Yes, that can be done. For,example,if use has purchased membership with PayPal, then you can redirect to a different URL, instead of user dashboard. If you decide to buy it, I help you with it.
Perfect! Is it also possible with Digital Downloads Pro?
Where can I send you the codes to help me with the redirection? Do you have an e-mail? Accidentally, the codes were written here and I sent a message to delete the post.
You can email me from my profile page.
I’ve set the email for paypal, created a test membership for $1. selected the membership plan, chose paypal for payment, made the payment, got the confirmation screen of the payment from paypal. and got the notification email from paypal
after clicking Return to Merchant, the membership is not updated. I’ve checked on admin dashboard, there is no history of the payment also .
What shoul i do ?
See my reply below.
I’ve set the email for paypal, created a test membership for $1. selected the membership plan, chose paypal for payment, made the payment, got the confirmation screen of the payment from paypal. and got the notification email from paypal
after clicking Return to Merchant, the membership is not updated. I’ve checked on admin dashboard, there is no history of the payment also .
What should i do?
There are few reasons, why membership did not update. Your PayPal email might be wrong, you need receiver email address. In some cases your server firewall might be blocking PayPal up address. Have aloo, in gateways/PayPal/ for any error logs. You can also email me from my profile and I will enable paypal debug.
Hi – quick one…..is this app built on Laravel? Or is it completely custom code? Also does it support social sign-in (Facebook, Twitter, Googe, Github)? And finally, could it be easily incorporated with Wordpress? i.e. allow users within certain roles to view certain posts? Thanks
No, it’s not built on any know framework. There is no social login, and integration with Wordpress would require some serious coding skills.
Cool. When is the next update due? And how are updates managed? i.e. if i were to customise the script and then a new version is released how are those updates managed?
It depends on the changes you make. If you change core files, then the update might overwrite your work. As for the next update, I don’t have the date set yet.
Cool. No worries. Does the update contain any major feature enhancements? Or is it just bug fixes and tweaks? Wondering whether to purhase now or wait
i am unable to reach to admin login panel . can you please help me. i have install it under ola directory what will be url for admin login
Sorry, I don’t see your proof of purchase.
I have setup everything but register is stuck on loading bar SMTP setting looks correct I am using GMAIL This is my own vps and gmail is working in other application so please help me
Did you authorize your site to work with gmail. Open up /lib/config.ini.php and set DEBUG to true. Run another registration, refresh page, and look for any errors or warnings within console tabs.
ok going to do that
Expected response code 250 but got code “530”, with message “530 5.7.0 Must issue a STARTTLS command first. z63sm10799296wme.8 – gsmtp ” code: 530 [line: 419]
I am getting error above
What kind of support is this ? Alsmot 19 hours gone no reply. At least provide proper support. I have other questions and I don’t want to leave here on comments please if you provide dedicated support via email let me know
OK after checking other message I was able to rsolve it thanks
This is not a support site. This comment section is used for presale questions, but people keep using it regardless.. I’m glad you have resolved the problem.