Setup problems with Membership Plugin

By hvbuilder - October 12, 2010

Hi IT Team,

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

Hi James,

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

Hi James,

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

By hvbuilder - October 14, 2010

Hi Jason,

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