Setup problems with Membership Plugin
5 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: October 14, 2010 (RSS)
I have installed and activated the membership plugin. I am running the following versions:
CMSBuilder 2.06
Website Membership 1.03
I am using the supplied files, the only modification being removing the first line of code as the readme file states and renaming witithout sample_
signup.php
login.php
profile.php
reminder.php
All files show a blank page:
http://catskillsrealestateguide.com/signup.php
Any help would be appreciated.
Thanks,
James
Re: [hvbuilder] Setup problems with Membership Plugin
By Jason - October 13, 2010
Open your files and see if this line is at the top:
<?php die("Security Check - Remove this error from this script before you use it."); ?>
If it's there, just remove it. If you're still experiencing a problem, please fill out a second level support request here:
https://www.interactivetools.com/support/email_support_form.php
and we can take a closer look.
Hope this helps.
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [hvbuilder] Setup problems with Membership Plugin
By Jason - October 14, 2010
I found the problem. In your require_once() statement at the top of the page, you use the folder cmsAdmin, but on your server, the folder is called cmsadmin. It was strange that the server didn't produce an error for that. Regardless, I changed the name and everything seems to be working now.
Hope this helps.
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Jason] Setup problems with Membership Plugin
That did make the pages display, when using the signup form it adds the info to the database, but does not email the password that is generated. If I use the reminder.php it says that an email is sent but never arrives. Any insight would be appreciated.
Thanks,
James
Re: [hvbuilder] Setup problems with Membership Plugin
By Jason - October 14, 2010
It's probably the SMTP setting on your sever. The scripts are running correctly since the information is being stored in the database.
Contact your hosting provider and tell them that you're using the basic php mail() function but the emails aren't going through. Ask them to make sure your server is set up to send emails.
Hope this helps.
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/